@charset "UTF-8";

/* ======= SP only line break ========================================= */
.sp_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_br {
    display: inline;
  }
}

/* ======= footnote styles ============================================ */
.footnote-small {
  font-size: 0.85em;
}

/* ======= service list styles ========================================= */
.service-list .service-item {
  margin-bottom: 1.2em;
}

.ad_support .merit li {
  display: block;
  width: 49%;
  border: 1px solid var(--ad);
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 10px 10px 10px 45px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .ad_support .merit li {
    width: 100%;
  }

}

.ad_support .l_container .container .merit li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list-num;
  content: counter(list-num);
  background: var(--ad);
  display: inline-block;
  width: 35px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  height: 100%;
  border-radius: 0%;
  font-size: 25px;
}

.ad_support .results li {
  width: 31.5%;
  color: #fff;
  background: var(--ad);
  border: 1px solid var(--ad);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 10px 10px 10px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .ad_support .results li {
    width: 100%;
  }
}

.ad_support .results li span {
  font-size: 14px;
}

.ad_support .results li span.ttl {
  display: block;
  font-size: 16px;
}

.ad_support .advantages {
  color: #fff;
  background-color: #e5308b;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px 10px;
  text-align: center;
}


.ad_support .l_container .container .shikaku {
  margin-top: 2em;
  border: 1px solid var(--ad);
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.ad_support .l_container .container .shikaku h4 {
  height: calc(100% + 3px);
  background-color: var(--ad);
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: 0.5em;
  line-height: 2.2;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {

  .ad_support .l_container .container .shikaku h4 {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-right: 0em;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    line-height: 2;
  }
}

/* 
.ad_support .l_container .container .nav_ac {
  justify-content: center;
}

 .ad_support .l_container .container .nav_ac li a {
  width: 15.5em;
}*/

.ad_support .l_container .container .dl_plan_img .planimg {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .ad_support .l_container .container .dl_plan_img {
    display: block;
  }

  .ad_support .l_container .container .dl_plan_img .planimg {
    width: 80%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ad_support .l_container .container h3::after {
  background-color: var(--ad);
}

.ad_support .l_container .container h4 {
  display: block;
  padding: 3px 0px;
  border-bottom: 1px dotted var(--ad);
}


.ad_support .l_container .container h4 a {
  text-decoration: none;
}


.ad_support .l_container .container h5 {
  padding-left: calc(1.5em*1.2);
  position: relative;
}

.ad_support .l_container .container h5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-color: var(--ad);
  width: 16px;
  height: 16px;
}

.ad_support .l_container .container h6 {
  position: relative;
  color: var(--ad);
  padding-left: 10px;
  border-left: 3px solid var(--ad);
  margin-bottom: 10px;
  border-bottom: unset;
  padding-bottom: 0px;
}

.ad_support .l_container .container .nav_ac li a:hover {
  background-color: var(--ad);
  border: 1px solid var(--ad);
}

.ad_support .l_container .container .number_list li:before {
  background-color: var(--ad);
}

.ad_support .container table {
  width: 100%;
  border-collapse: collapse;
}

.ad_support .container table+table {
  margin-top: 5px;
}

.ad_support .container table thead th {
  white-space: nowrap;
  text-align: center;
  background-color: var(--ad);
  color: #ffffff;
  vertical-align: middle;
  line-height: 1.2;
}

.scrollbox table thead td {
  white-space: nowrap;
}

.ad_support .container table th {
  /* padding: 0.5em; */
  border-top: 1px solid var(--adlinec);
  border-bottom: 1px solid var(--adlinec);
  border-right: 1px solid var(--adlinec);
  background-color: #fff5f7;
  white-space: nowrap;
  text-align: left;
  /* table-layout: fixed; */
  /* vertical-align: top; */
}
.ad_support.en .container .scrollbox table th {
  white-space: unset;
  font-size: 0.9rem;
}

.ad_support .container table td {
  padding: 1em 0.5em;
  border-right: 1px solid var(--adlinec);
  border-top: 1px solid var(--adlinec);
  border-bottom: 1px solid var(--adlinec);
  border-left: 1px solid var(--adlinec);
  /* vertical-align: middle; */
  width: 50%;
}

/* .ad_support .container table thead tr th:last-child,
.ad_support .container table tr td:last-child {
  border-right: none;
} */

.ad_support .container table .nowrap {
  white-space: nowrap;
}

.ad_support .container table .v_align_m {
  vertical-align: middle;
}

/* 案内終了 */
.ad_support .container table .close .v_align_m {
  position: relative;
  background: #d2d2d2;
  color: #d2d2d2;
  min-width: 100px;
}

.ad_support .container table .close .v_align_m:before {
  content: "ご案内終了";
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  color: #323232;
  font-weight: 700;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* 英語文言 */
.en.ad_support .container table .close .v_align_m:before {
  content: "Not Selectable";
}

.ad_support .container table.tbnol tr>td:nth-of-type(3),
.ad_support .container table.tbnol tr>td:nth-of-type(4) {
  text-align: right;
}

@media screen and (max-width: 1020px) {
  .ad_support .container table.period {
    width: 100%;
    table-layout: auto;
  }

  .ad_support .container table td {
    width: 100%;
  }
}



.ad_support .container dl dt h4 {
  display: inline-block;
  color: #fff;
  margin-top: 0px;
  padding-left: 1em;
  padding-right: 1em;
  background-color: var(--ad);
}

.ad_support .container ul li h5 {
  margin-left: 0em;
}

.ad_support .container .img_hall .item {
  width: 33.33333%;
  margin-top: 10px;
}

.ad_support .container .img_hall .item figcaption {
  text-align: center;
  font-size: 10px;
  background-color: var(--ad);
  padding: 5px;
}

.ad_support .container .img_hall .item:nth-child(2) figcaption {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/*about02_06*/
/* .ad_support.about02_06 .l_container .container .nav_ac {
  align-items: flex-start;
  justify-content: flex-start;
}
.ad_support.about02_06 .l_container .container .nav_ac li {
  width: calc(50% - 10px);
}

.ad_support.about02_06 .l_container .container .nav_ac li a {
  width: 100%;
}
 .ad_support.about02_06 .l_container .container .unc_list li {
  width: calc(50% - 10px);
}
 */

.ad_support.about02_06 .l_container .container .unc_list li a {
  width: 100%;
}

.ad_support.about02_06 .l_container .container .list_specialPackage li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.ad_support.about02_06 .l_container .container .list_specialPackage li dl dt {
  padding-right: 5px;
}


@media screen and (max-width: 1020px) {
  .ad_support .container .c_section_block th,
  .ad_support .container .c_section_block td {
      display: table-cell;
      width: auto;
  }
}



/*ad01_page */
.ad01_page .container .c_section_block th,
.ad01_page .container .c_section_block td {
padding: 8px;
}
@media screen and (max-width: 1020px) {
  .ad01_page .container .c_section_block th,
  .ad01_page .container .c_section_block td {
      display: table-cell;
      width: auto;
  }
}

/* */
.ad_support .container .support01_list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative; */
}

.ad_support .container .support01_list::after {
  /* content: "";
  display: block;
  width: 48%; */
}

.ad_support .container .support01_list li {
  /* padding: 20px;
  margin-bottom: 2em;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ad);
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.ad_support .c_btn.btn_left {
  margin-left: 0;
}

.ad_support .container .support01_list .c_btn {
  max-width: 200px;
  margin-left: 0;
  margin-top: 10px;
  padding: 5px 30px 5px 20px;
}

.ad_support .container .support01_list dl {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.ad_support .container .support01_list dl dd.text {
  flex-grow: 1;
  font-size: 15px;
}

.ad_support .container .support01_list dl dd.spimg {
  max-width: 120px;
  width: 100%;
  margin-left: 10px;
}

.ad_support .container .support01_list dt {
  font-size: 1.2rem;
  font-weight: 700;
}

.ad_support .container .support01_list .spimg {
  overflow: hidden;
  width: 150px;
}

.ad_support .container .support01_list .text {
  position: relative;
}

@media screen and (max-width: 640px) {

  .ad_support .container .support01_list .text,
  .ad_support .container .support01_list .spimg {
    float: none;
    width: 100%;
  }

  .ad_support .container .support01_list .spimg {
    margin-top: 10px;
  }
}

@media screen and (max-width: 580px) {

  .ad_support .container .support01_list li {
    width: 100%;
  }

  .ad_support.about02_06 .l_container .container .nav_ac li {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    width: 100%;
  }

  .ad_support .container .support01_list dl dd.spimg {
    width: 20%;
    margin-left: 0px;
  }

  .ad_support .container .support01_list dl dd.text {
    width: 78%;
    margin-top: 10px;
    padding-right: 10px;
  }

  .ad_support .container .support01_list .c_btn {
    width: 100%;
    max-width: inherit;
    margin-top: 10px;
  }

  .ad_support .c_btn.btn_left {
    width: 100%;
    margin-left: auto;
    max-width: 350px;
  }
}

/* about02 02  */
.ad_support .img_pos {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .ad_support .img_pos {
    width: 80%;
    max-width: 400px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* about02 03  */
.about02_03 #day td, .about02_03 .container table#day tr>td:nth-of-type(3), .about02_03 .container table#day tr>td:nth-of-type(4) {
  text-align: center;
}

.about02_03 #day span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid var(--ad);
  font-size: 83%;
}

.about02_03 #day .mail_html span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid var(--ad);
  background-color: var(--ad);
  font-size: 83%;
}


/* about02 04  */
.list_specialPackage>li {
  padding: 15px;
  border: dotted 1px var(--ad);
  margin-bottom: 1em;
  position: relative;
}

.ad_support .l_container .container .list_specialPackage>li h5::after {
  top: 0.45em;
}

.ad_support .l_container .container .list_specialPackage>li h5 span {
  font-size: 120%;
  padding-right: 5px;
}

.ad_support .l_container .container .list_specialPackage>li h5 .icon_bg {
  display: block;
  color: var(--ad);
  border-bottom: 1px solid var(--ad);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.about02_04 .limited {
  background-color: #00A200;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.list_specialPackage .number_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.list_specialPackage .number_list li {
  flex-direction: column;
  position: relative;
  width: calc(100% / 3);
  padding-right: 40px;
}

@media screen and (max-width: 640px) {

  .list_specialPackage .number_list li {
    width: calc(100% / 2);
  }

}

.list_specialPackage .number_list li:before {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 3px;
}

.list_specialPackage .number_list li figure {
  width: 100%;
  margin-top: auto;
  padding-top: 5px;
}

.list_specialPackage .number_list li::after {
  font-family: 'Material Icons Round';
  content: "add_circle";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 25px;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.list_specialPackage .number_list li:last-of-type::after {
  display: none;
}

.list_specialPackage li dl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: calc(1.5em*1.5);
}

.list_specialPackage li dl dt {
  margin: 0;
}

.list_specialPackage li dl dd {
  margin: 0;
}

.price li {
  position: relative;
  border: dotted 1px var(--ad);
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

.price li::after {
  font-family: 'Material Icons Round';
  content: "arrow_circle_down";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  right: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 25px;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.price.only li:first-of-type:after {
  content: "add_circle";
}

.price li:last-of-type:after {
  /* 打ち消し */
  display: none;
}


/* ======= about - 04 ============================================ */


#about.about05 .erimg {
  text-align: center;
  margin: 10px auto;
}

#about.about05 .erimg img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  #about.about05 .erimg img {
    width: 100%;
  }
}

#about.about05 h3+p {
  margin-top: 15px;
}

#about.about05 .l_main .container section ul {
  margin-left: 2.5em;
  list-style: square;
}

#about.about05 .l_main .container section ul li {
  margin-top: 5px;
}

#about.about05 ol.numberlist {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

#about.about05 ol.numberlist li {
  position: relative;
  color: #333;
  padding: 0 0 0 28px;
  margin: 0px 0px 7px;
}

#about.about05 ol.numberlist li:before {
  counter-increment: list;
  content: counter(list) "";
  display: block;
  position: absolute;
  text-align: center;
  line-height: 2;
  left: 0px;
  top: 0px;
  width: 2em;
  height: 2em;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-radius: 50%;
  color: #000;
}

#about.about05 ol.regdecimal_brackets {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0.5em;
}

#about.about05 ol.regdecimal_brackets>li {
  position: relative;
  color: #333;
  padding: 0 0 0 30px;
  margin: 7px 0px;
}

#about.about05 ol.regdecimal_brackets>li:before {
  content: "("counter(list) ")";
  counter-increment: list;
  display: block;
  position: absolute;
  left: 0px;
  top: 0em;
}

#about.about05 ol.regdecimal_circle {
  counter-reset: list;
}

#about.about05 ol.regdecimal_circle>li {
  position: relative;
  color: #333;
  padding: 0 0 0 20px;
}

#about.about05 ol.regdecimal_circle>li:before {
  content: counter(list);
  counter-increment: list;
  display: block;
  position: absolute;
  left: 0px;
  top: 0.25em;
  font-size: 11px;
  border: 1px solid #666;
  width: 16px;
  height: 16px;
  line-height: 1.4;
  border-radius: 50px;
  text-align: center;
}

#about.about05 ol.dod_list>li {
  padding: 0 0 0 15px;
}

#about.about05 ol.dod_list>li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.5em;
  border: none;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #333;
}

#about.about05 dl {
  margin-top: 10px;
  text-align: center;
  border-bottom: 1px solid #a2a2a2;
  display: flex;
  flex-wrap: wrap;
}

#about.about05 dl dt {
  width: 50%;
  padding: 5px;
  border-top: 1px solid #a2a2a2;
}

#about.about05 dl dd {
  width: 50%;
  padding: 5px;
  background-color: #BADAF7;
  border-top: 1px solid #a2a2a2;
}

#about.about05 h3+table {
  margin-top: 15px;
}

#about.about05 table {
  width: 100%;
  border: 1px solid #a2a2a2;
  border-collapse: collapse;
}

#about.about05 table th {
  padding: 5px;
  background-color: #BADAF7;
  border: 1px solid #a2a2a2;
}

#about.about05 table td {
  padding: 5px;
  border: 1px solid #a2a2a2;
}

#about.about05 table.tbnol th {
  text-align: left;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

#about.about05 table.tbnol td {
  padding: 5px;
  /*  width: 50%;*/
  border: 1px solid #a2a2a2;
  border-right: 1px solid #fff;
  background-color: #BADAF7;
  vertical-align: middle;
}

#about.about05 table.tbnol.tb_s td {
  width: 30%;
}

#about.about05 table.tbnol td.bg_pink {
  background-color: #F3DFEC;
}

#about.about05 table.tbnol td:has(+ td) {
  border-right: 1px solid #a2a2a2;
}

#about.about05 table.tbnol td:has(+ td),
#about.about05 table.tbnol td+td {
  width: 30%;
}

#about.about05 .tb2-1 table tr th:first-child {
  width: 20%;
}

#about.about05 .tb2-1 table tr th:nth-child(2) {
  width: 20%;
}

#about.about05 .tb2-1-2 table tr th:first-child {
  width: 55%;
}

#about.about05 .tb2-1-2 table tr td:first-child .erimg.small {
  text-align: left;
}

#about.about05 .tb2-1-2 table tr td:first-child .erimg.small img {
  width: 75%;
}


#about.about05 .tb2-1 table tr th:nth-child(2) {
  width: 20%;
}

#about.about05 .tb2-2 table tr th:first-child {
  width: 22%;
}


#about.about05 table td .erimg {
  text-align: right;
  margin: 0 auto;
}

#about.about05 table td .erimg img {
  width: auto;
}

@media screen and (max-width: 640px) {
  #about.about05 table td .erimg img {
    width: 100%;
  }
}

#about.about05 .imp01 {
  padding: 5px;
  background-color: #BADAF7;
  font-weight: bold;
  text-align: center;
}

#about.about05 .imp02 {
  padding: 5px;
  background-color: #F3DFEC;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

#about.about05 .textbold {
  font-weight: bold;
}

#about.about05 .indentbefore {
  color: #333;
}






/* ======= contactform ==================================================== */
#form #contentsArea section {
  width: 95%;
  margin: 0 0 0 5%;
}

@media screen and (max-width: 640px) {
  #form #contentsArea section {
    width: 100%;
    margin: 0 0 0 0%;
  }
}

#form #contentsArea section #changeTBL,
#form #stopTBL {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dotted #cccccc;
}

#form #contentsArea section #changeTBL dt,
#form #contentsArea section #stopTBL dt {
  width: 25%;
  padding: 0.75em 0;
  font-weight: bold;
  font-weight: 700;
  border-bottom: 1px dotted #cccccc;
}

#form #contentsArea section #changeTBL dd,
#form #contentsArea section #stopTBL dd {
  width: 75%;
  padding: 0.75em 0 0.75em 2em;
  border-bottom: 1px dotted #cccccc;
}

@media screen and (max-width: 540px) {

  #form #contentsArea section #changeTBL dt,
  #form #contentsArea section #stopTBL dt {
    width: 100%;
    padding: 0.75em 0 0;
    border-bottom: none;
  }

  #form #contentsArea section #changeTBL dd,
  #form #contentsArea section #stopTBL dd {
    width: 100%;
    padding: 0.75em 2em 0.75em 0em;
    border-bottom: 1px dotted #cccccc;
  }
}

#form #contentsArea section #changeTBL .tit {
  text-align: center;
  vertical-align: middle;
}

#form #contentsArea section #changeTBL .center {
  text-align: center;
}

#form #contentsArea section #changeTBL .red {
  float: right;
  display: block;
  width: 3em;
  padding: 2px 3px;
  background-color: #C31311;
  font-size: 1.0rem;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

#form #contentsArea section #changeTBL dd span,
#form #contentsArea section #stopTBL dd span {
  font-size: 1.1rem;
}

#form #contentsArea section #changeTBL .sot input,
#form #contentsArea section #stopTBL .sot input {
  width: 30%;
}

@media screen and (max-width: 540px) {

  #form #contentsArea section #changeTBL .sot input,
  #form #contentsArea section #stopTBL .sot input {
    width: 40%;
  }
}

#form #contentsArea section #changeTBL .mdd input,
#form #contentsArea section #stopTBL .mdd input {
  width: 50%;
}

#form #contentsArea section #changeTBL .long input,
#form #contentsArea section #stopTBL .long input {
  width: 80%;
}

@media screen and (max-width: 540px) {

  #form #contentsArea section #changeTBL .mdd input,
  #form #contentsArea section #stopTBL .mdd input,
  #form #contentsArea section #changeTBL .long input,
  #form #contentsArea section #stopTBL .long input {
    width: 100%;
  }
}

#form #contentsArea section #changeTBL input,
#form #contentsArea section #changeTBL textarea,
#form #contentsArea section #stopTBL input,
#form #contentsArea section #stopTBL textarea {
  padding: 3px 5px;
  border: 1px solid #cccccc;
}

#form #contentsArea section #changeTBL textarea,
#form #contentsArea section #stopTBL textarea {
  width: 100%;
  max-width: 400px;
  height: 100px;
}

#form #contentsArea section .ctformBtn {
  margin-top: 25px;
  padding-bottom: 15px;
  text-align: center;
}

#form #contentsArea section .ctformnote {
  padding-bottom: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center !important;
}

#form .ctformBtn .button,
#form .ctformBtn .resetBtn,
#form .ctformBtn .submitBtn,
#form .ctformBtn .autoConfirmBack,
#form .finish a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  cursor: pointer;
  zoom: 1;
  padding: 10px 0px;
  width: 10em;
  color: #ffffff;
  background-color: var(--ceatecblue);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#form .ctformBtn .button {
  letter-spacing: 0.1em;
}

#form .ctformBtn .button:hover,
#form .ctformBtn .resetBtn:hover,
#form .ctformBtn .submitBtn:hover,
#form .ctformBtn .autoConfirmBack:hover {
  opacity: 0.8;
}

#form .finish p {
  font-size: 2.0rem;
}

#form .finish a {
  margin: 20px auto 0;
  display: block;
  width: 15em;
}








/* ======= FAQ ============================================ */
#faq .l_main_article section h3 {
  margin-top: 5em;
}

#faq .l_main_article section h3:first-child {
  margin-top: 0em;
}

#faq .q_and_a dt {
  min-height: 20px;
  margin-top: 25px;
  padding-left: 45px;
  font-weight: bold;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}

#faq .q_and_a dt:before {
  position: absolute;
  content: "Q";
  background: #000000;
  color: white;
  font-weight: normal;
  font-size: 2.2rem;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#faq .q_and_a dd {
  padding-top: 15px;
  padding-left: 45px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #ebe7d9;
  position: relative;
}

#faq .q_and_a dd:before {
  position: absolute;
  content: "A";
  background: #fff336;
  color: #000;
  font-weight: normal;
  font-size: 2.2rem;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#faq .q_and_a dd:last-child {
  border-bottom: none;
}

#faq .q_and_a dd p {
  margin: 3px 0 0 0;
}

#faq .q_and_a dd .btn {
  display: inline-block;
}

#faq .q_and_a dd a {
  text-decoration: underline;
}

#faq .q_and_a dd .btn a {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

#faq .q_and_a dd ol.txtcenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#faq .q_and_a dd ol.txtcenter li {
  width: 50%;
}

#faq .q_and_a dd ol.txtcenter li h5 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #faq .q_and_a dd ol.txtcenter {
    display: block;
  }

  #faq .q_and_a dd ol.txtcenter li {
    width: 100%;
  }
}







/* ======= ヒストリー ============================================ */
#results .flex_unit {
  flex-wrap: wrap;
}

#results .flex_unit .item {
  width: 48%;
  margin-top: 1em;
}

#results .flex_unit .item:nth-of-type(2n) {
  margin-left: 4%;
}

@media screen and (max-width: 768px) {

  #results .flex_unit .item {
    width: 100%;
  }

  #results .flex_unit .item:nth-of-type(2n) {
    margin-left: 0%;
  }

}

#results .history {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#results .history dt {
  width: 75%;
}

#results .history dd {
  width: 20%;
}

#results .history dd img {
  width: 100%;
}

#results .history .c_btn {
  margin-top: 10px;
}












/* ======= privacy policy ============================================ */
#privacy .decimal {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* プロモーション&オプションメニュー */
.ad_support .l_main_article.container .spimg img {
  border: 0.5px solid #d7d7d7;
}

/* position_centerのclassを持っている画像だけ、中央寄せ */
.ad_support .l_main_article.container .spimg.position_center img {
  object-position: center;
}

.ad_support .l_main_article.container .position_center.img_contain.spimg img {
  object-fit: contain;
}




/* プロモーションメニュー > 公式Webサイトバナー広告 */
.ad_support .sp_txt {
  display: none;

}

.ad_support .bg_gray_txt {
  background: #ebebeb;
  padding: .5rem;
}

.ad_support .bold_txt {
  font-weight: bold;
}

.ad_support .txt18 {
  font-size: 18px;
}

.ad_support .outdoor_advertising .txtrgterad .txt18 {
  text-decoration: line-through;
}

.ad_support .container table .close th,
.ad_support .outdoor_advertising tr.close,
.ad_support .container table th tr.close th {
      background: #d2d2d2;
}


@media screen and (max-width: 630px) {
  .ad_support .sp_txt {
    display: inline-block;
    padding-left: 0.5em;
  }
}





/* アワードページ */

.ad_award .result {
  margin-top: 20px;
}

.ad_award .result a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  color: #b90030;
  border: 2px solid #b90030;
}

.ad_award .result a:hover {
  background: #fff5f6;
}

.ad_award .flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
}

.ad_award .flex_area>div {
  width: 62%;
}

.ad_support.ad_award .flex_area figure {
  width: 36%;
}


@media screen and (max-width: 480px) {


  .ad_award .flex_area p,
  .ad_award .flex_area>div,
  .ad_support.ad_award .flex_area figure {
    width: 100%;
  }

  .ad_award .flex_area>div {
    margin-bottom: 5px;
  }

}

.ad_support.ad_award a.custom-button {
  margin-top: 25px;
  border: 1px solid #b99606;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px; /* 任意の高さを指定 */
  background-color: rgba(0, 0, 0, 0.65); /* Black with 50% transparency */
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 155%;
    line-height: 120px; /* ボタンの高さに合わせる */
    position: relative;
     overflow: hidden; /* Ensures the overlay doesn't overflow the button */
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
max-width: 1000px;
padding: 0px 30px 0px 20px;
  }
.ad_support.ad_award a.custom-button:hover {
  opacity: .5;
}
.ad_support.ad_award a.custom-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Ensures the overlay doesn't interfere with button interactions */
  z-index: -1; /* Places overlay above the background but below the text */
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),url(../../ja/application/guide/ad/images/ad_award/fv-slider.webp);
    background-size: cover;
    background-position: center;
}
.ad_support.ad_award a.custom-button img{
  max-width: 180px;
  max-height: 100px;
  }
  @media screen and (max-width: 600px) {
   .ad_support.ad_award a.custom-button {
      max-width: 100%; /* モバイル画面では全幅を使用 */
      height: auto;
      line-height: normal;
      padding: 20px 0;
    }
  }


/* メルマガ広告 */
.ad_mailmag .flex_unit {
  align-items: baseline;
  flex-wrap: wrap;
}

.ad_mailmag .flex_unit figure,
.ad_mailmag .flex_unit>div {
  width: 45%;
}


@media screen and (max-width: 550px) {

  .ad_mailmag .flex_unit figure,
  .ad_mailmag .flex_unit>div {
    width: 100%;
  }

}



/* ニュースセンター */
.ad_support .l_container .newscenter .sec_ttl {}

.ad_support .l_container .newscenter .merit_cont .num {
  list-style: auto;
  margin-left: 1.5rem;
}

.ad_support .flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: baseline; */
}

.ad_support .flex_area .txt {
  width: 62%;
}

.ad_support .flex_area figure {
  width: 35%;
}

/* ニュースセンター */
.ad_support .news_center .flex_area {
  align-items: center;
}


@media screen and (max-width: 550px) {

  .ad_support .flex_area .txt,
  .ad_support .news_center .flex_area .txt,
  .ad_support .news_center .flex_area figure,
  .ad_support .flex_area .figure,
  .ad_support .flex_area figure {
    width: 100%;
  }

  .ad_support .flex_area figure {
    margin-top: 1em;
  }
}


/* オプションメニュー */
.l_main_article .support01_list dl .sub_head {
  background: #b99606;
  color: #fff;
  font-weight: bold;
  padding: 0px 10px;
  margin-right: 10px;
  display: inline-block;
  width: 80px;
  text-align: center;
}


/* VIPルーム / 出展者ミーティングルーム */
.ad_support #vip_room .flex_area .txt,
.ad_support #meeting_room .flex_area .txt {
  /* width: 67%; */
}

.ad_support #vip_room figure,
.ad_support #meeting_room figure {
  /* width: 80%; */
  margin: 0 auto;
}



@media screen and (max-width: 550px) {

  .ad_support #vip_room .flex_area .txt,
  .ad_support #meeting_room .flex_area .txt,
  .ad_support #vip_room .flex_area figure,
  .ad_support #meeting_room .flex_area figure {
    width: 100%;
  }
}

/* 専用ルーム / 出展者ミーティングルーム 横並び */
.ad_support .rooms_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.ad_support .rooms_container > section {
  flex: 1 1 calc(50% - 10px);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ad_support .rooms_container > section > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ad_support .rooms_container > section > div > .txt {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
}

.ad_support .rooms_container > section > div > .txt > p:first-of-type {
  min-height: 100px;
}

.ad_support .rooms_container h4:first-child {
  margin-top: .5em;
}

/* 英語版のみ：見出しの高さを揃える */
body.en.ad_support .rooms_container > section > h3.sec_ttl {
  min-height: 76px;
  display: flex;
  align-items: flex-start;
}

/* 英語版のみ：説明文の高さを揃える */
body.en.ad_support .rooms_container > section > div > .txt > p:first-of-type {
  min-height: 140px;
}

@media screen and (max-width: 640px) {
  .ad_support .rooms_container {
    flex-direction: column;
  }

  .ad_support .rooms_container > section {
    flex: 1 1 100%;
    width: 100%;
  }

  .ad_support .rooms_container > section > div > .txt > p:first-of-type {
    min-height: auto;
  }

  /* 英語版のみ：モバイルで見出しと説明文の高さをリセット */
  body.en .ad_support .rooms_container > section > h3.sec_ttl {
    min-height: auto;
    display: block;
  }

  body.en .ad_support .rooms_container > section > div > .txt > p:first-of-type {
    min-height: auto;
  }
}

/* 出展者ミーティング */
.exhibitor_networking_event .sup_txt,
.reception_newscenter .sup_txt,
.newscenter .sup_txt {
  background: #ffeff3;
  color: #3d3d3d;
  padding: 1em;
  display: block;
  margin-top: 1em;
}

.exhibitor_networking_event .sup_txt_gray,
.reception_newscenter .sup_txt_gray,
.newscenter .sup_txt_gray {
  background: #e6e6e6;
  margin-top: 0;
}



/* 案内状 */
.info_letter .img_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.info_letter .img_cont .cont_r {
  width: 35%;
}

.info_letter .img_cont .cont_l {
  width: 60%;
}

.info_letter .img_cont .cont_l p {
  font-size: .9rem;
  margin-top: 5px;
}

@media screen and (max-width: 550px) {
  .info_letter .img_cont {
    gap: 1em;
  }

  .info_letter .img_cont .cont_r,
  .info_letter .img_cont .cont_l {
    width: 100%;
  }

  .info_letter .img_cont {
    margin-top: 0px;
  }
}

/* 案内状紙面広告 */
.ad_support .l_container .ad04 .flex_unit .txt_cont {
  width: 50%;
}

.ad_support .l_container .ad04 .flex_unit .img_cont {
  width: 45%;
}

@media screen and (max-width: 650px) {

  .ad_support .l_container .ad04 .flex_unit .txt_cont,
  .ad_support .l_container .ad04 .flex_unit .img_cont {
    width: 100%;
  }
}

/* パッケージディスプレイ/ユーティリティブース */
/* サイト上部のメニュー（一部 add_style.cssにあり。移植予定） */

.package_display .unc_list {
  width: calc(100% - 250px);
  justify-content: flex-start;
}

.package_display .unc_list li {
  /* width: inherit; */
  margin-right: 20px;
}

.unc_list li+li {
  margin-left: 0;
}


.ad_support .l_container .container h4.sec_ttl+h4 {
  color: var(--ad);
  border-bottom: none;
}

.package_display .nav_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.package_display .nav_cont p {
  border-right: 2px solid var(--ad);
  padding: 0 1rem;
  width: 220px;
}

.package_display .nav_cont .unc_list {
  margin: 0 auto 5px 25px;
}

/* 英語ページのみ：左側ラベルを1行に収める */
.en.package_display .nav_cont .unc_list {
  margin: 0 0 5px 25px;
}

.en.package_display .nav_cont {
  flex-wrap: nowrap;
}

.en.package_display .nav_cont p {
  width: 300px;
  white-space: nowrap;
}

.package_display .utility_booth_img {
  width: 60%;
  margin: 0 auto;
}

/* 公式Webサイトバナー広告 掲載料金テーブル */
.ad_support .scrollbox table.banner_price td,
.ad_support .scrollbox table.banner_price th {
  display: table-cell;
  width: auto;
}

.ad_support .container table.period th,
.ad_support .container table.period td {
  display: table-cell;
  width: auto;
}


/* 少し目立たせるテキスト 背景色オレンジ */
#about .sup_txt {
  background: #fff1db;
  color: #3d3d3d;
  padding: .5rem;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .package_display .nav_cont p {
    width: 195px;
  }

  .package_display .unc_list {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 640px) {
  /* 640px以下で縦並びにする */
  .package_display .nav_cont {
    flex-direction: column;
    align-items: flex-start;
  }

  .package_display .nav_cont p {
    width: 100%;
    border-left: 2px solid var(--ad);
    border-right: none;
    margin-bottom: 10px;
  }

  .package_display .unc_list,
  .package_display .unc_list li {
    width: 100%;
  }

  .package_display .nav_cont .unc_list {
    margin: 0 0 10px 0 !important;
  }

  /* 英語ページの設定を上書き */
  .en.package_display .nav_cont {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .en.package_display .nav_cont p {
    width: 100%;
    white-space: normal;
  }

  .en.package_display .nav_cont .unc_list {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .package_display .nav_cont p {
    width: 100%;
    border-left: 2px solid var(--ad);
    border-right: none;
  }

  .package_display .unc_list,
  .package_display .unc_list li {
    width: 100%;
  }

  .package_display .nav_cont .unc_list {
    margin: 10px !important;
  }

  .package_display .nav_cont {
    margin-bottom: 10px;
  }
}


/* パッケージコンテンツエリア（画像とリストの横並び） */
.ad_support .list_specialPackage .package_content_area {
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  align-items: flex-start;
  margin-top: 10px;
}

.ad_support .list_specialPackage .package_image_section {
  flex: 0 0 45%;
  min-width: 0;
}

.ad_support .list_specialPackage .package_list_section {
  flex: 0 0 calc(55% - 4em);
  min-width: 0;
}

.ad_support .list_specialPackage .package_image_section figure {
  width: 100%;
  margin: 0;
}

.ad_support .list_specialPackage .package_image_section img {
  width: 100%;
  height: auto;
  display: block;
}

/* icon_bg のスタイル（li直下に独立） */
.ad_support .l_container .container .list_specialPackage>li > .icon_bg {
  display: block;
  color: var(--ad);
  border-bottom: 1px solid var(--ad);
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: calc(18px * 1.2); /* h5の基本フォントサイズ(18px)の120%に合わせる */
  font-weight: 800;
  position: relative;
  padding-left: 1.5em;
}

/* icon_bg の疑似要素（赤い四角） */
.ad_support .l_container .container .list_specialPackage>li > .icon_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  background-color: var(--ad);
  width: 16px;
  height: 16px;
}

/* package_header を横並びにする（PC表示） */
.ad_support .l_container .container .list_specialPackage>li .package_header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 0;
}

.ad_support .l_container .container .list_specialPackage>li .package_header > h5 {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.ad_support .l_container .container .list_specialPackage>li .package_header > dl {
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: 0;
  padding-left: 0;
}

.ad_support .l_container .container .list_specialPackage>li .package_content_area {
  margin-top: 10px;
}

/* スペシャルプランのh5::afterを非表示（icon_bgが独立しているため） */
.ad_support .l_container .container .list_specialPackage>li > .icon_bg + .package_header > h5::after {
  display: none;
}

@media screen and (max-width: 1020px) {
  /* 1020px以下で価格を下に落とす */
  .ad_support .l_container .container .list_specialPackage>li .package_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 15px;
  }

  .ad_support .l_container .container .list_specialPackage>li .package_header > dl {
    margin-left: 0;
    margin-top: 0.5em;
    padding-left: calc(1.5em*1.5);
  }

  /* icon_bg と h5 の縦位置を揃える */
  .ad_support .l_container .container .list_specialPackage>li > .icon_bg {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .ad_support .l_container .container .list_specialPackage>li .package_header > h5 {
    margin-top: 0;
    line-height: 1.4;
  }

  /* icon_bg::before の位置調整 */
  .ad_support .l_container .container .list_specialPackage>li > .icon_bg::before {
    top: 0.25em;
  }
}

@media screen and (max-width: 640px) {
  /* スマホ表示では縦並びのまま */
  .ad_support .l_container .container .list_specialPackage>li .package_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad_support .l_container .container .list_specialPackage>li .package_header > dl {
    margin-left: 0;
    /* padding-left: 1.5em; */
    display: block;
  }

  /* icon_bg と h5 の縦位置を揃える（640px以下でも適用） */
  .ad_support .l_container .container .list_specialPackage>li > .icon_bg {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .ad_support .l_container .container .list_specialPackage>li .package_header > h5 {
    margin-top: 0;
    line-height: 1.4;
  }

  .ad_support .l_container .container .list_specialPackage>li > .icon_bg::before {
    top: 0.25em;
  }

  .ad_support .list_specialPackage .package_content_area {
    flex-direction: column;
    gap: 1em;
  }

  .ad_support .list_specialPackage .package_image_section,
  .ad_support .list_specialPackage .package_list_section {
    flex: 0 0 100%;
    width: 100%;
  }
}
