@charset "UTF-8";
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}

ins {
  background-color: #999;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #999;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

body {
  position: relative;
  min-width: 1080px;
  height: 100%;
  background: url(../img/bg_ptn.jpg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

dt, dd {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover {
  color: #d61518;
}

a:hover .ttl {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  a:hover img {
    opacity: 1;
  }
}

img {
  opacity: 1;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img.pc {
  display: inline;
}

@media screen and (max-width: 768px) {
  img.pc {
    display: none;
  }
}

img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  img.sp {
    display: inline;
  }
}

img.thumb {
    margin:0 5px 5px 0;
    max-width:200px;
    vertical-align:bottom;
}
	
input, select, textarea {
  border: 1px solid #ccc;
  padding: 11px 10px;
  width: 100%;
  outline: none;
}

input[type="file"], input[type="radio"], input[type="checkbox"], select[type="file"], select[type="radio"], select[type="checkbox"], textarea[type="file"], textarea[type="radio"], textarea[type="checkbox"] {
  padding: 0;
  border: none;
  width: inherit;
}

input[type="submit"], select[type="submit"], textarea[type="submit"] {
  width: inherit;
}

input[type="radio"], select[type="radio"], textarea[type="radio"] {
  width: 20px;
  height: 20px;
}

input.your_subject, select.your_subject, textarea.your_subject {
  margin: 0 20px 0 0;
  width: 190px;
}

@media screen and (max-width: 768px) {
  input.your_subject, select.your_subject, textarea.your_subject {
    margin: 0;
    width: 100%;
  }
}

input.your_zip, select.your_zip, textarea.your_zip {
  margin: 0 20px 0 5px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  input.your_zip, select.your_zip, textarea.your_zip {
    margin: 0 10px 0 0;
  }
}

input.your_address, select.your_address, textarea.your_address {
  width: 290px;
}

@media screen and (max-width: 768px) {
  input.your_address, select.your_address, textarea.your_address {
    margin: 10px 0 0;
    width: 100%;
  }
}

input.your_name, select.your_name, textarea.your_name {
  width: 210px;
}

@media screen and (max-width: 768px) {
  input.your_name, select.your_name, textarea.your_name {
    width: 100%;
  }
}

input.your_tel_mail, select.your_tel_mail, textarea.your_tel_mail {
  width: 400px;
}

@media screen and (max-width: 768px) {
  input.your_tel_mail, select.your_tel_mail, textarea.your_tel_mail {
    width: 100%;
  }
}

input.your_login, select.your_login, textarea.your_login {
  width: 380px;
}

@media screen and (max-width: 768px) {
  input.your_login, select.your_login, textarea.your_login {
    width: 100%;
  }
}

input.your_status, select.your_status, textarea.your_status {
  width: 80px;
}

input.your_era, select.your_era, textarea.your_era {
  width: 80px;
}

input.your_year_month, select.your_year_month, textarea.your_year_month {
  margin: 0 10px;
  width: 52px;
}

input.sml, select.sml, textarea.sml {
  padding: 6px 10px;
  min-width: inherit !important;
  height: inherit !important;
  line-height: inherit !important;
}

input.required, select.required, textarea.required {
  background: #fff1f1;
}

@media screen and (max-width: 768px) {
  input, select, textarea {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 768px) {
  .checkbox .row {
    display: block;
  }
}

input[type="checkbox"] {
  /* Edgeで表示されないため不採用
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);*/
  margin: 5px 5px 0 0;
}

.checkbox label {
  position: relative;
  margin: 0 30px 10px 0;
  cursor: pointer;
}

textarea.other {
  overflow: hidden;
  overflow-wrap: break-word;
  resize: none;
  height: 80px;
}

/*.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 30px 10px 0;
  cursor: pointer;
}*/


/* ここからオリジナルのチェックボックスcss、Edgeのプリントプレビュー対応、相談一覧で動作しなかったため今回は不採用
  .checkbox input[type="checkbox"] {
    display: none;
  }
  .checkbox input[type="checkbox"]+label:before {
    opacity: 0;
    z-index: 3;
    position: absolute;
    content: '\f122';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #d61518;
    color: #fff;
    font-family: "Ionicons";
    font-size: 20px;
  }
  .checkbox input[type="checkbox"]:checked+label:before {
    opacity: 1;
  }
  .checkbox input[type="checkbox"]+label:after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
  }
  .checkbox input[type="checkbox"]:checked+label:after {
    border: 1px solid #d61518;
    background: none;
  }
  .checkbox input[type="checkbox"]:checked+label .mwform-checkbox-field-text {
    color: #d61518;
    font-weight: 700;
  }*/


/*.checkbox label span {
    margin: 0 0 0 35px; }*/

.checkbox .mail {
  margin: 0 0 0 10px;
  color: #fff;
}

.checkbox .mail:hover {
  opacity: 1;
}

.checkbox .mail i {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #333;
  font-size: 20px;
}

select {
  height: 48px;
}

@media screen and (max-width: 768px) {
  select {
    height: 42px;
  }
}

textarea {
  height: 200px;
}

@media screen and (max-width: 768px) {
  textarea {
    height: 160px;
  }
}

::-webkit-input-placeholder, :placeholder-shown {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

input:focus {
  color: #333;
}

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.inner.narrower {
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 94% !important;
  }
}

.bg {
  background: #fde7ea;
}

.bg.spacer {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .bg.spacer {
    padding: 10px;
  }
}

.border_box {
  position: relative;
  padding: 40px;
  border: 1px solid #d61518;
  background: #fff;
}

.border_box img {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .border_box {
    padding: 20px 15px;
  }
}

.active_content a {
  color: #d61518;
  text-decoration: underline;
}

.active_content a:hover {
  text-decoration: none;
}

.active_content a.btn_link {
  text-decoration: none;
}

.scroll_box {
  overflow: auto;
  position: relative;
  padding: 12px 16px;
  height: 280px;
  border: 1px solid #ccc;
  background: #fff;
}

.no_scroll_box {
  position: relative;
  min-height: 280px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .no_scroll_box {
    min-height: 100px;
  }
}

.cmn_list {
  font-size: 14px;
}

.cmn_list dl.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .cmn_list dl.row.bb_sp {
    border-bottom: 1px solid #ccc !important;
  }
}

.cmn_list dl.row time {
  color: #d61518;
  font-weight: 700;
}

.cmn_list dl.row>dt {
  width: 200px;
  font-weight: 700;
}

.cmn_list dl.row>dt .require {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 0 5px;
  background: #d61518;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .cmn_list dl.row>dt {
    width: 100%;
  }
}

.cmn_list dl.row>dd {
  width: 678px;
}

.cmn_list dl.row>dd.child_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmn_list dl.row>dd.child_list dl:first-child dt {
  margin: 0;
}

.cmn_list dl.row>dd.child_list dl dt {
  width: 130px;
}

@media screen and (max-width: 768px) {
  .cmn_list dl.row>dd.child_list dl dt {
    margin: 5px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cmn_list dl.row>dd.child_list dl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cmn_list dl.row>dd {
    margin: 8px 0 0;
    width: 100%;
  }
  .cmn_list dl.row>dd input {
    margin: 0 !important;
  }
}

.cmn_list dl.row a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .cmn_list dl.row {
    padding: 15px 0;
  }
}

.mw_wp_form_preview .note, .mw_wp_form_preview .approval, .mw_wp_form_preview .scroll_box {
  display: none;
}

.mw_wp_form_preview .your_subject_box {
  margin: 0 20px 0 0;
}

.toggle_list dt {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.toggle_list dt:hover {
  opacity: 0.6;
}

.toggle_list dt:after {
  content: '\f35e';
  position: absolute;
  top: 5px;
  right: 15px;
  color: #d61518;
  font-family: "Ionicons";
  font-size: 20px;
}

.toggle_list dt.current:after {
  content: '\f364';
}

.toggle_list dd {
  display: none;
}

.btn_link, [type=submit] {
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 380px;
  height: 68px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 68px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  outline: none;
  cursor: pointer;
}

.btn_link:after, [type=submit]:after {
  content: '\f362';
  position: absolute;
  right: 15px;
  font-family: "Ionicons";
  font-size: 16px;
}

.btn_link.red, [type=submit].red {
  background: #e04c5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#e04c5a), to(#d61518));
  background: -webkit-linear-gradient(top, #e04c5a 0%, #d61518 100%);
  background: -o-linear-gradient(top, #e04c5a 0%, #d61518 100%);
  background: linear-gradient(to bottom, #e04c5a 0%, #d61518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04c5a', endColorstr='#d61518', GradientType=0);
  color: #fff;
}

.btn_link.black, [type=submit].black {
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
  color: #fff;
}

.btn_link.border, [type=submit].border {
  border: 1px solid #d61518;
  background: #fff;
  color: #d61518;
}

.btn_link:hover, [type=submit]:hover {
  opacity: 0.8;
}

.btn_link.submit, [type=submit].submit {
  line-height: inherit;
}

.btn_link.sml, [type=submit].sml {
  min-width: 318px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .btn_link.sml, [type=submit].sml {
    font-size: 12px;
  }
}

.btn_link.xsml, [type=submit].xsml {
  margin: 0;
  padding: 0 10px;
  min-width: 115px;
  height: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.btn_link.xsml:after, [type=submit].xsml:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .btn_link.xsml, [type=submit].xsml {
    font-size: 12px;
  }
}

.btn_link.external:after, [type=submit].external:after {
  content: '\f3ef';
}

.btn_link.document:after, [type=submit].document:after {
  content: '\f12e';
}

@media screen and (max-width: 768px) {
  .btn_link, [type=submit] {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    min-width: inherit;
    font-size: 14px;
    line-height: 50px;
  }
}

.submit_wrap {
  position: relative;
}

.submit_wrap:after {
  content: '\f362';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  color: #fff;
  font-family: "Ionicons";
  font-size: 16px;
  line-height: 68px;
}

@media screen and (max-width: 768px) {
  .submit_wrap:after {
    line-height: 50px;
  }
}

.txt_link {
  color: #d61518 !important;
  text-decoration: underline !important;
}

.txt_link:hover {
  opacity: 1;
  text-decoration: none !important;
}

.txt_link[type=submit] {
  margin: 0;
  min-width: inherit;
  height: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
}

.more_link {
  position: absolute;
  top: 35px;
  right: 40px;
  color: #d61518 !important;
  font-size: 15px;
  text-decoration: underline !important;
}

.more_link:hover {
  text-decoration: none !important;
}

.more_link i {
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .more_link {
    top: 20px;
    right: 15px;
    font-size: 14px;
  }
}

.underline_link {
  text-decoration: underline !important;
}

.underline_link:hover {
  text-decoration: none !important;
}

.fade_content {
  visibility: hidden;
  position: relative;
}

.animated {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .no_animated {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
  }
}

.cmn_hd {
  z-index: 999;
  position: relative;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: 100%;
  height: 100px;
  border-bottom: 3px solid #d61518;
  background: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.cmn_hd .copy {
  position: absolute;
  top: 12px;
  left: 40px;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cmn_hd .copy {
    display: none;
  }
}

.cmn_hd .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 200px;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.cmn_hd .logo img {
  display: block;
}

@media screen and (max-width: 768px) {
  .cmn_hd .logo {
    top: 12px;
    left: 12px;
    width: 170px;
  }
}

.cmn_hd nav {
  position: absolute;
  top: 0;
  right: 0;
}

.cmn_hd nav ul li {
  position: relative;
  margin: 0 25px 0 0;
  font-size: 14px;
}

.cmn_hd nav ul li.login {
  margin: 0;
}

.cmn_hd nav ul li.login a {
  opacity: 1;
  width: 100px;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
  color: #fff !important;
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
}

.cmn_hd nav ul li.login a:hover {
  opacity: 0.8;
}

.cmn_hd nav ul li.login a:after {
  display: none;
}

.cmn_hd nav ul li.login a i {
  display: block;
  padding: 20px 0 0;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .cmn_hd nav ul li.login a i {
    padding: 14px 0 0;
    font-size: 26px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .cmn_hd nav ul li.login a {
    margin: 10px 0 0;
    width: 80px;
    height: 80px;
    line-height: 1.2;
  }
}

.cmn_hd nav ul li.login a.black {
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
}

.cmn_hd nav ul li.login a.red {
  background: #e04c5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#e04c5a), to(#d61518));
  background: -webkit-linear-gradient(top, #e04c5a 0%, #d61518 100%);
  background: -o-linear-gradient(top, #e04c5a 0%, #d61518 100%);
  background: linear-gradient(to bottom, #e04c5a 0%, #d61518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04c5a', endColorstr='#d61518', GradientType=0);
}

.cmn_hd nav ul li a {
  display: inline-block;
  position: relative;
  height: 100px;
  font-weight: 700;
  line-height: 100px;
}

.cmn_hd nav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .cmn_hd nav ul li a:after {
    display: none;
  }
}

.cmn_hd nav ul li a:hover:after {
  width: 100%;
  background: #d61518;
}

@media screen and (max-width: 768px) {
  .cmn_hd nav ul li a {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .cmn_hd nav ul li {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .cmn_hd nav ul {
    visibility: hidden;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .cmn_hd nav {
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-top: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  .cmn_hd nav.on {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.9);
  }
  .cmn_hd nav.on ul {
    visibility: visible;
    opacity: 1;
  }
  .cmn_hd nav.on ul li.parent_navi .child_navi {
    visibility: visible;
    opacity: 1;
  }
}

.cmn_hd .sp_nv_btn {
  z-index: 999;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #e04c5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#e04c5a), to(#d61518));
  background: -webkit-linear-gradient(top, #e04c5a 0%, #d61518 100%);
  background: -o-linear-gradient(top, #e04c5a 0%, #d61518 100%);
  background: linear-gradient(to bottom, #e04c5a 0%, #d61518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04c5a', endColorstr='#d61518', GradientType=0);
  cursor: pointer;
}

.cmn_hd .sp_nv_btn.on {
  position: fixed;
}

.cmn_hd .sp_nv_btn.on .sp_nv_icn span {
  top: 50%;
  -webkit-transition: .2s ease .1s;
  -o-transition: .2s ease .1s;
  transition: .2s ease .1s;
  opacity: 0;
}

.cmn_hd .sp_nv_btn.on .sp_nv_icn span:first-child {
  opacity: 1;
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  -o-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.cmn_hd .sp_nv_btn.on .sp_nv_icn span:last-child {
  opacity: 1;
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  -o-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.cmn_hd .sp_nv_btn .sp_nv_icn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  margin: -11px -9px;
}

.cmn_hd .sp_nv_btn .sp_nv_icn span {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  -o-transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

.cmn_hd .sp_nv_btn .sp_nv_icn span:first-child {
  margin-top: -7px;
}

.cmn_hd .sp_nv_btn .sp_nv_icn span:last-child {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .cmn_hd .sp_nv_btn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cmn_hd {
    height: 60px;
  }
}

.news_link .news_box {
  width: 680px;
}

@media screen and (max-width: 768px) {
  .news_link .news_box {
    width: 100%;
  }
}

.news_link .link_box {
  width: 300px;
}

.news_link .link_box div:first-child {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .news_link .link_box div:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .news_link .link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 0;
    width: 100%;
  }
  .news_link .link_box div {
    width: 49%;
  }
}

.news_box li {
  margin: 3px 0 0;
}

.news_box li:first-child {
  margin: 0;
}

.news_box li dl dt {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .news_box li dl dt {
    font-size: 13px;
  }
}

.news_box li dl dd {
  margin: 0 0 0 20px;
  max-width: 490px;
}

@media screen and (max-width: 768px) {
  .news_box li dl dd {
    margin: 0;
    width: 100%;
  }
}

.cmn_ft {
  padding: 40px 0 30px;
  background: #e04c5a;
  color: #fff;
  font-size: 15px;
}

.cmn_ft .logo {
  margin: 0 30px 0 0;
  width: 190px;
}

@media screen and (max-width: 768px) {
  .cmn_ft .logo {
    margin: 0 auto 10px;
    width: 152px;
  }
}

.cmn_ft nav li {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
  line-height: 1.2;
}

.cmn_ft nav li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .cmn_ft nav li:last-child {
    margin: 0 0 5px;
  }
}

.cmn_ft nav li a {
  color: #fff;
  font-size: 14px;
}

.cmn_ft nav li a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .cmn_ft nav li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .cmn_ft nav li {
    margin: 0 10px 5px 0;
    padding: 0 10px 0 0;
  }
}

.cmn_ft .copyright {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .cmn_ft .copyright {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .cmn_ft {
    padding: 20px 0 15px;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }
  .cmn_ft p {
    width: 100%;
  }
}

.pagetop {
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 100px;
  height: 100px;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
  background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background: -o-linear-gradient(top, #333333 0%, #000000 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
  color: #fff !important;
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.pagetop.on {
  visibility: visible;
  opacity: 1;
}

.pagetop.on:hover {
  opacity: 0.8;
}

.pagetop i {
  display: block;
  padding: 20px 0 0;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pagetop i {
    padding: 14px 0 0;
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 560px;
  background: url(../img/bg_mv.jpg) no-repeat center center;
  background-size: cover;
}

.mv .inner {
  position: relative;
  max-width: 890px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.mv .inner .image_top {
  margin: 0 auto;
  width: 177px;
}

@media screen and (max-width: 768px) {
  .mv .inner .image_top {
    width: 118px;
  }
}

.mv .inner .image_left {
  position: absolute;
  top: 100px;
  left: 0;
  width: 146px;
  height: 146px;
}

@media screen and (max-width: 768px) {
  .mv .inner .image_left {
    top: 120px;
    width: 69.52381px;
    height: 69.52381px;
  }
}

.mv .inner .image_right {
  position: absolute;
  top: 100px;
  right: 0;
  width: 146px;
  height: 146px;
}

@media screen and (max-width: 768px) {
  .mv .inner .image_right {
    top: 120px;
    width: 69.52381px;
    height: 69.52381px;
  }
}

.mv .inner .first {
  font-size: 50px;
  line-height: 1.4;
  text-shadow: #d61518 2px 0px, #d61518 -2px 0px, #d61518 0px -2px, #d61518 0px 2px, #d61518 2px 2px, #d61518 -2px 2px, #d61518 2px -2px, #d61518 -2px -2px, #d61518 1px 2px, #d61518 -1px 2px, #d61518 1px -2px, #d61518 -1px -2px, #d61518 2px 1px, #d61518 -2px 1px, #d61518 2px -1px, #d61518 -2px -1px;
}

@media screen and (max-width: 768px) {
  .mv .inner .first {
    font-size: 30px;
  }
}

.mv .inner .second {
  margin: 0 auto;
  width: 480px;
  background: #d61518;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .mv .inner .second {
    display: inline-block;
    margin: 15px auto 0;
    padding: 8px;
    width: auto;
    font-size: 10px;
    line-height: 1.3;
  }
}

.mv .inner .third {
  padding: 10px 0 0;
  font-size: 14px;
  text-shadow: #d61518 2px 0px, #d61518 -2px 0px, #d61518 0px -2px, #d61518 0px 2px, #d61518 2px 2px, #d61518 -2px 2px, #d61518 2px -2px, #d61518 -2px -2px, #d61518 1px 2px, #d61518 -1px 2px, #d61518 1px -2px, #d61518 -1px -2px, #d61518 2px 1px, #d61518 -2px 1px, #d61518 2px -1px, #d61518 -2px -1px;
}

@media screen and (max-width: 768px) {
  .mv .inner .third {
    padding: 15px 0 0;
    font-size: 12px;
    line-height: 1.4;
  }
}

.mv .inner nav li {
  margin: 0 30px 0 0;
}

.mv .inner nav li .btn_link {
  min-width: 200px;
  height: 200px;
  border: 3px solid #d61518;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5d9d7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5d9d7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5d9d7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5d9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5d9d7', GradientType=0);
  color: #d61518;
  font-size: 20px;
  line-height: 1.3;
}

.mv .inner nav li .btn_link:after {
  content: none;
}

.mv .inner nav li .btn_link span {
  display: block;
}

.mv .inner nav li .btn_link i {
  display: block;
  margin: 15px 0 0;
  font-size: 50px;
}

.mv .inner nav li .btn_link i.ion-android-arrow-dropright-circle {
  margin: 0;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .mv .inner nav li .btn_link i.ion-android-arrow-dropright-circle {
    margin: 0 0 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mv .inner nav li .btn_link i {
    margin: 10px 0 0;
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mv .inner nav li .btn_link {
    min-width: 100%;
    height: 100%;
    font-size: 16px;
  }
}

.mv .inner nav li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .mv .inner nav li:last-child {
    margin: 2% 2% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .mv .inner nav li {
    margin: 2% 2% 0 0;
    width: 49%;
  }
  .mv .inner nav li:nth-child(even) {
    margin: 2% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .mv .inner nav {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .mv .inner {
    width: 94% !important;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}

.top_section .txt {
  width: 450px;
}

.top_section .txt .character {
  position: absolute;
  width: 70px;
  height: 70px;
}

.top_section .txt .character.internet_consultation {
  right: 30px;
  bottom: 57px;
}

@media screen and (max-width: 768px) {
  .top_section .txt .character.internet_consultation {
    display: none;
  }
}

.top_section .txt .character.consultation {
  left: 434px;
  bottom: 53px;
}

@media screen and (max-width: 768px) {
  .top_section .txt .character.consultation {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_section .txt {
    margin: 15px 0 0;
    width: auto;
  }
}

.breadcrumb {
  margin: 20px 0 10px;
  font-size: 12px;
}

.breadcrumb li:first-child:before {
  content: none;
}

.breadcrumb li:before {
  content: '＞';
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .breadcrumb li:before {
    padding: 0 2px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 20px 0 10px;
    font-size: 10px;
  }
}

.b_bottom {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .b_bottom {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
}

.page_intro .image {
  width: 140px;
}

@media screen and (max-width: 768px) {
  .page_intro .image {
    width: 30%;
  }
}

.page_intro .txt {
  width: 750px;
}

@media screen and (max-width: 768px) {
  .page_intro .txt {
    width: 67%;
  }
}

.cosultation_list .txt {
  width: 650px;
}

@media screen and (max-width: 768px) {
  .cosultation_list .txt {
    margin: 10px 0 0;
    width: 100%;
  }
}

.link_2col div, .link_2col .btn_link {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .link_2col div, .link_2col .btn_link {
    margin: 2px 0;
    width: 100%;
  }
}

.admin_tab {
  z-index: 9;
  position: relative;
  margin-bottom: -1px;
}

.admin_tab li {
  margin: 0 23px 0 0;
}

.admin_tab li:last-child {
  margin: 0;
}

.admin_tab li a:hover {
  opacity: 1;
}

.admin_tab li .border {
  border-top: 1px solid #d61518;
  border-right: 1px solid #d61518;
  border-left: 1px solid #d61518;
  border-bottom: none;
  background: #fff;
  color: #d61518;
}

@media screen and (max-width: 768px) {
  .admin_tab {
    display: none;
  }
}

.search_box {
  width: 100%;
  font-size: 14px;
}

.search_box .search_id {
  margin: 0 10px 0 0;
}

.search_box .search_id input {
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .search_box .search_id {
    margin: 0 5px 0 0;
  }
}

.search_box .search_submit {
  margin: 0 40px 0 0;
}

.search_box .search_submit input {
  padding: 6px 10px;
  min-width: 60px !important;
}

@media screen and (max-width: 768px) {
  .search_box .search_submit {
    margin: 0 5px 0 0;
  }
}

.search_box .select_results {
  margin: 0 10px;
}

.search_box .select_results select {
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .search_box .select_results {
    margin: 0 5px;
  }
}

.search_box .btn_link.red.sml.add_new {
  margin: 0 0 0 20px;
  padding: 6px 20px;
  min-width: inherit !important;
  height: inherit !important;
  line-height: inherit !important;
}

.search_box .btn_link.red.sml.add_new:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .search_box .btn_link.red.sml.add_new {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .search_box {
    font-size: 12px;
  }
}

.refine_search {
  font-size: 13px;
}

.refine_search label {
  margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  .refine_search label {
    margin: 0 10px 0 0;
  }
}

.refine_search [type=submit].sml {
  padding: 3px 10px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .refine_search [type=submit].sml {
    margin: 5px 0 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .refine_search {
    font-size: 12px;
  }
}

.admin_list {
  margin: 40px 0 0;
  width: 100%;
}

.admin_list .admin_list_hd {
  margin: 0;
  border-bottom: 1px solid #ccc;
  background: url(../img/bg_ptn.jpg);
  font-weight: 700;
}

.admin_list .admin_list_hd div {
  margin: 16px 20px 16px 0;
}

.admin_list .admin_list_hd div.date {
  margin: 16px 25px 16px 20px;
}

.admin_list .admin_list_hd div i {
  margin: 0 0 0 5px;
}

.admin_list .admin_list_each li {
  width: 100%;
}

.admin_list .admin_list_each li:nth-child(even) {
  background: #fde7ea;
}

.admin_list .admin_list_each li div {
  margin: 16px 20px 16px 0;
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_each li div .sp {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    margin: 0 7px 0 0;
    min-width: 90px;
    background: #d6d6d7;
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_each li div .sp_width {
    width: calc(100% - 97px);
  }
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_each li div .btn_link {
    max-width: 116px;
  }
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_each li div {
    margin: 2px 0;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_each li {
    padding: 10px;
  }
}

.admin_list .admin_list_hd, .admin_list .admin_list_each {
  font-size: 13px;
}

.admin_list .admin_list_hd .date, .admin_list .admin_list_each .date {
  margin: 16px 25px 16px 20px;
  width: 75px;
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_hd .date, .admin_list .admin_list_each .date {
    margin: 0;
  }
}

.admin_list .admin_list_hd .last_updated, .admin_list .admin_list_each .last_updated {
  width: 85px;
}

.admin_list .admin_list_hd .name_01, .admin_list .admin_list_each .name_01 {
  width: 90px;
}

.admin_list .admin_list_hd .name_02, .admin_list .admin_list_each .name_02 {
  width: 170px;
}

.admin_list .admin_list_hd .number, .admin_list .admin_list_each .number {
  width: 90px;
}

.admin_list .admin_list_hd .address, .admin_list .admin_list_each .address {
  width: 100px;
}

.admin_list .admin_list_hd .cat, .admin_list .admin_list_each .cat {
  width: 140px;
}

.admin_list .admin_list_hd .organization, .admin_list .admin_list_each .organization {
  width: 140px;
}

.admin_list .admin_list_hd .department, .admin_list .admin_list_each .department {
  width: 120px;
}

.admin_list .admin_list_hd .ongoing, .admin_list .admin_list_each .ongoing {
  width: 120px;
}

.admin_list .admin_list_hd .operation, .admin_list .admin_list_each .operation {
  width: 40px;
}

.admin_list .admin_list_hd .operation.delete button, .admin_list .admin_list_each .operation.delete button {
  margin: 0 0 0 -5px;
}

.admin_list .admin_list_hd .operation.delete button i, .admin_list .admin_list_each .operation.delete button i {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_hd .operation.delete button, .admin_list .admin_list_each .operation.delete button {
    margin: -7px 0 0 -12px;
  }
}

.admin_list .admin_list_hd .operator, .admin_list .admin_list_each .operator {
  width: 110px;
}

.admin_list .admin_list_hd .host, .admin_list .admin_list_each .host {
  width: 140px;
  word-break: break-all;
}

.admin_list .admin_list_hd .log_menu, .admin_list .admin_list_each .log_menu {
  width: 140px;
}

.admin_list .admin_list_hd .log_content, .admin_list .admin_list_each .log_content {
  width: 320px;
  word-break: break-all;
}

.admin_list .admin_list_hd .dl_ttl, .admin_list .admin_list_each .dl_ttl {
  margin: 16px 25px 16px 20px;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .admin_list .admin_list_hd .dl_ttl, .admin_list .admin_list_each .dl_ttl {
    margin: 0;
  }
}

.admin_list .admin_list_hd .dl_content, .admin_list .admin_list_each .dl_content {
  width: 560px;
}

.admin_list .admin_list_hd .dl_btn, .admin_list .admin_list_each .dl_btn {
  width: 120px;
}

.admin_list .admin_list_hd .public, .admin_list .admin_list_each .public {
  width: 80px;
}

.admin_list .admin_list_hd .news_ttl, .admin_list .admin_list_each .news_ttl {
  width: 380px;
}

.admin_list .admin_list_hd .author, .admin_list .admin_list_each .author {
  width: 110px;
}

@media screen and (max-width: 768px) {
  .admin_list {
    margin: 20px 0 0;
  }
}

.admin_pager {
  color: #d61518;
  font-size: 14px;
}

.admin_pager .btn_link {
  margin: 0 5px;
  padding: 8px 10px;
  width: 40px;
  min-width: 40px !important;
  height: inherit !important;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit !important;
}

@media screen and (max-width: 768px) {
  .admin_pager .btn_link {
    margin: 0 3px 3px;
    width: 34px;
    min-width: 34px !important;
    height: inherit !important;
    font-size: 12px;
    line-height: inherit !important;
  }
}

.admin_pager .current {
  border: 1px solid #d61518;
  background: #fff;
  color: #d61518;
  cursor: inherit;
}

@media screen and (max-width: 768px) {
  .admin_pager {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .admin_content .cmn_list {
    font-size: 13px !important;
  }
}

.admin_content .document .tmb {
  z-index: 1;
  position: relative;
  margin: 0 12px 14px 0;
}

.admin_content .document .tmb.pdf_zip .link, .admin_content .document .tmb.add .link {
  display: block;
  padding: 18px 12px 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .admin_content .document .tmb.pdf_zip .link, .admin_content .document .tmb.add .link {
    padding: 6px 5px 0;
  }
}

.admin_content .document .tmb.pdf_zip i, .admin_content .document .tmb.add i {
  display: block;
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .admin_content .document .tmb.pdf_zip i, .admin_content .document .tmb.add i {
    display: none;
  }
}

.admin_content .document .tmb.add .link {
  background: #ccc;
}

.admin_content .document .tmb .link {
  display: block;
  width: 100px;
  height: 100px;
}

.admin_content .document .tmb .link:hover {
  opacity: 1;
  cursor: pointer;
}

.admin_content .document .tmb .link:hover img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .admin_content .document .tmb .link {
    width: 60px;
    height: 60px;
  }
}

.admin_content .document .tmb .delete:hover {
  opacity: 1;
  color: #333;
}

.admin_content .document .tmb .delete i {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ccc;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .admin_content .document .tmb .delete i {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    font-size: 12px;
  }
}

.admin_content .log_info li {
  border-top: 1px solid #ccc;
  padding: 12px 16px;
}

.admin_content .log_info li:first-child {
  border-top: none;
}

.admin_content .log_info li.logview {
  position: relative;
  background: #fff1f3;
}

.admin_content .log_info li.logview .hide {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0 0 0 7px;
  padding: 0 5px;
  background: #d61518;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .admin_content .log_info li.logview .hide {
    font-size: 11px;
  }
}

.admin_content .log_info li .row {
  margin: 18px 0;
}

.admin_content .log_info li .row p, .admin_content .log_info li .row time {
  margin: 0 30px 0 0;
}

.admin_content .ongoing_list i {
  font-size: 20px;
}

.spacer {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .spacer {
    margin: 0 5px;
  }
}

.remodal-wrapper {
  padding: 30px 10px !important;
}

@media screen and (max-width: 768px) {
  .remodal-wrapper {
    padding: 10px;
  }
}

.remodal {
  max-width: 1000px !important;
  text-align: left;
}

.remodal-close {
  left: inherit !important;
  right: 0 !important;
  color: #fff !important;
  background: #d61518 !important;
}

body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.ttl {
  color: #d61518;
  font-size: 22px;
  font-weight: 700;
}

.ttl.b_bottom {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .ttl.b_bottom {
    margin: 0 0 10px;
    padding: 0 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 16px;
    line-height: 1.4;
  }
}

.red {
  color: #d61518;
}

.f14 {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .f14 {
    font-size: 13px;
  }
}

.f16 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .f16 {
    font-size: 12px;
  }
}

.f24 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .f24 {
    font-size: 18px;
  }
}

.bold {
  font-weight: 700;
}

.note {
  font-size: 12px;
}

.error {
  display: block;
  color: #d61518;
  font-size: 12px;
}

.alert {
  margin: 40px 0 20px;
  padding: 10px 0;
  background: #fde7ea;
  color: #d61518;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .alert {
    font-size: 18px;
    line-height: 1.4;
  }
}

.mt00 {
  margin-top: 0px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt05 {
    margin-top: 2.5px !important;
  }
  .pt05 {
    padding-top: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .pt15 {
    padding-top: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .pt25 {
    padding-top: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .pt35 {
    padding-top: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .pt45 {
    padding-top: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .pt55 {
    padding-top: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .pt65 {
    padding-top: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .pt75 {
    padding-top: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .pt85 {
    padding-top: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .pt95 {
    padding-top: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt05_sp {
    margin-top: 5px !important;
  }
  .pt05_sp {
    padding-top: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .pt15_sp {
    padding-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .pt25_sp {
    padding-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .pt35_sp {
    padding-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .pt45_sp {
    padding-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .pt55_sp {
    padding-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .pt65_sp {
    padding-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .pt75_sp {
    padding-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .pt85_sp {
    padding-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .pt95_sp {
    padding-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
}

.mr00 {
  margin-right: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

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

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
  .pb00 {
    padding-bottom: 0px !important;
  }
  .mb05 {
    margin-bottom: 2.5px !important;
  }
  .pb05 {
    padding-bottom: 2.5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .mb15 {
    margin-bottom: 7.5px !important;
  }
  .pb15 {
    padding-bottom: 7.5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .mb25 {
    margin-bottom: 12.5px !important;
  }
  .pb25 {
    padding-bottom: 12.5px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .mb35 {
    margin-bottom: 17.5px !important;
  }
  .pb35 {
    padding-bottom: 17.5px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 22.5px !important;
  }
  .pb45 {
    padding-bottom: 22.5px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .mb55 {
    margin-bottom: 27.5px !important;
  }
  .pb55 {
    padding-bottom: 27.5px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .mb65 {
    margin-bottom: 32.5px !important;
  }
  .pb65 {
    padding-bottom: 32.5px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .mb75 {
    margin-bottom: 37.5px !important;
  }
  .pb75 {
    padding-bottom: 37.5px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb85 {
    margin-bottom: 42.5px !important;
  }
  .pb85 {
    padding-bottom: 42.5px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .mb95 {
    margin-bottom: 47.5px !important;
  }
  .pb95 {
    padding-bottom: 47.5px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.ml00 {
  margin-left: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

@media screen and (max-width: 1040px) {
  .al_sp {
    text-align: left;
  }
  .ar_sp {
    text-align: right;
  }
  .ac_sp {
    text-align: center;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.jc_fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.fd_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row .col.grid1of2 {
  margin-right: 60px;
  width: 470px;
}

.row .col.grid1of2:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1040px) {
  .row .col.grid1of2 {
    margin-right: 0;
  }
  .row .col.grid1of2 img {
    max-width: 100%;
  }
  .row .col.grid1of2:first-child {
    margin-top: 0;
  }
  .row .col.grid1of2.sp_grid1of2 {
    margin-right: 3%;
    width: 48.5% !important;
  }
  .row .col.grid1of2.sp_grid1of2:nth-child(even) {
    margin-top: 3%;
    margin-right: 0;
  }
  .row .col.grid1of2.sp_grid1of2:nth-child(odd) {
    margin-top: 3%;
  }
  .row .col.grid1of2.sp_grid1of2:first-child, .row .col.grid1of2.sp_grid1of2:nth-child(2) {
    margin-top: 0;
  }
}

.row .col.grid1of3 {
  margin-right: 35px;
  width: 310px;
}

.row .col.grid1of3:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1040px) {
  .row .col.grid1of3 {
    margin-right: 0;
  }
  .row .col.grid1of3 img {
    width: 100%;
  }
  .row .col.grid1of3.sp_grid1of2 {
    margin-right: 3%;
    width: 48.5% !important;
  }
  .row .col.grid1of3.sp_grid1of2:nth-child(even) {
    margin-top: 3%;
    margin-right: 0;
  }
  .row .col.grid1of3.sp_grid1of2:nth-child(odd) {
    margin-top: 3%;
  }
  .row .col.grid1of3.sp_grid1of2:first-child, .row .col.grid1of3.sp_grid1of2:nth-child(2) {
    margin-top: 0;
  }
}

.row .col.grid1of4 {
  margin-right: 28px;
  width: 229px;
}

.row .col.grid1of4:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1040px) {
  .row .col.grid1of4 {
    margin-top: 20px;
    margin-right: 0;
  }
  .row .col.grid1of4 img {
    width: 100%;
  }
}

.row .col.grid1of5 {
  margin-right: 20px;
  width: 184px;
}

.row .col.grid1of5:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1040px) {
  .row .col.grid1of5 {
    margin-right: 0;
  }
  .row .col.grid1of5 img {
    width: 100%;
  }
  .row .col.grid1of5.sp_grid1of2 {
    margin-right: 3%;
    width: 48.5% !important;
  }
  .row .col.grid1of5.sp_grid1of2:nth-child(even) {
    margin-top: 3%;
    margin-right: 0;
  }
  .row .col.grid1of5.sp_grid1of2:nth-child(odd) {
    margin-top: 3%;
  }
  .row .col.grid1of5.sp_grid1of2:first-child, .row .col.grid1of5.sp_grid1of2:nth-child(2) {
    margin-top: 0;
  }
}

.row .col.grid2of3 {
  width: 650px;
}

.row .col.grid1of2main {
  width: calc(48.686%);
}

.row .col.gridfull {
  width: 100%;
}

@media screen and (max-width: 1040px) {
  .row .col {
    width: 100% !important;
  }
  .row .col .noreset {
    width: inherit !important;
  }
}

@media screen and (max-width: 1040px) {
  .row.sp_half {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.sp_half .col {
    width: calc(48%) !important;
  }
  .row.w100 {
    width: 100%;
  }
}

/* 20240205 追加CSS */
/*.dropzone:not(#_) {
  cursor: pointer;
  min-height: inherit;
  border: none;
  background: none;
  padding: 0;
}

.dropzone .dz-message .dz-button {
  padding: 15px 20px;
  border: 2px dashed #ccc;
  background: #efefef;
}*/