@charset "UTF-8";



/*6/16に公開
.laterkotira{
  font-size: 0;
  text-decoration: none;
  pointer-events: none;
}
.laterkotira::before{
  content: "6/19(水)公開予定";
  font-size: 11px;
  color: var(--mojiblack);
  -webkit-text-fill-color: var(--mojiblack);
}
@media screen and (min-width:1024px) {
.laterkotira::before{font-size: 14px}  
}
.laterpage{
  pointer-events: none;
  color: var(--mojiblack);
  text-decoration:none;
}
.laterpage::before{
  content: "6/16(日)に公開される";
}
.laterbtn{
  display: none;
}
#gronav{display: none!important;}
.footer_middle{display: none!important;}

6/16に公開 fin*/

p {
  text-align: justify;
  line-height: 1.5;
}
a{
  text-decoration: none;
  color: var(--themered);
}
img {
  pointer-events: none;
  width: 100%;
}

li {
  list-style: none;
}

/*詳細1ここから*/
.linkwrap a {
  position: relative;
  font-weight: bold;
}
.linkwrap a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.linkwrap a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid var(--themeyellow);
  border-right: 0;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.linkwrap {
  display: flex;
  margin-top: 3%;
}
.linkwrap div {
  width: 100%;
}
/*Button*/
.detail1Button {
  width: 100%;
  padding: 5px 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  border: solid 2px var(--themered);
}
.detail1Button p {
  text-align: center;
  font-family: "Shippori Mincho", serif ;
}
.detail1Button a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detail1Button:hover{
background: var(--themered);
}
.detail1Button:hover > p{
color: var(--themewhite);
}



.NextButton {
  width: 95%;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
  margin: 30px auto 10px auto;
  font-weight: 500;
  background-color: var(--themeyellow);
}
.NextButton p {
  text-align: center;
  color: var(--white);
}
.NextButton a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.NextButton:hover {
  opacity: 0.5;
}

.pagelink{
  text-decoration: underline;
  text-decoration-color:var(--themered) ;
  color: var(--themered)!important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  word-break: break-all;
  
}
.maillink{
  word-break: break-all;
}
/*詳細1ここまで*/

/*詳細2ここから*/
.pagetitle h1 {
  font-family: "Shippori Mincho", serif ;
  position: absolute;
  display: inline-block;
  z-index: 20;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px;
  background-color: var(--themebrown);
  color: var(--white);
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

h2{
  font-family: "Shippori Mincho", serif ;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid var(--black);
  margin: 20px 0 10px 0;
  letter-spacing: 1.5px;
  line-height: 1.8em;
  color:var(--black)
}
h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 3px solid var(--themered);
}

h3 {
  font-family: "Shippori Mincho", serif ;
  font-weight: 700;
  font-style: normal;
    color: var(--black);
    font-size: 14px;
  border-left: 5px solid var(--themered);
  margin: 20px 0 10px 0;
  padding: 2px 0 2px 5px;
}
.pageTitle {
  position: relative;
  /*相対配置*/
  text-align: center;
}

.pageTitle img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

/*詳細2ここまで*/

.li-round {
  color: var(--themered);
  margin-right: 1.5px;
}

.li-round-gray {
  color: var(--lightgray);
}

.gotodetail1Top {
  text-align: right !important;
  margin-detail1top: 10px;
}

.generalButton {
  position: relative;
  display: inline-block;
  background-color: var(--themenavy);
  text-align: center;
  /*background-image: url("https://ikkyosai.com/participate/51/img/ohgi_white.svg");*/
  background-position: 125%;
  background-repeat: no-repeat;
  margin: 5px 0 5px 0px;
}

.generalButton:hover {
  opacity: 0.5;
}

.generalButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.generalButton p {
  color: var(--white);
  font-size: 12px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}

.detail1Top {
  margin: 0 auto;
  background-color: #f2f2f2;
  position: relative;
  padding: 20px 20px 20px 20px;
  margin-top: 3%;
}

.detail1Top div {
  text-align: center;
}

.detail1TopTitle {
  font-size: 20px;
  background: linear-gradient(transparent 80%, var(--themeyellow) 80%);
  display: inline-block;
  margin-bottom: 10px;
}

.tri {
  background: var(--themeyellow);
  height: calc(tan(60deg) * 17px / 2);
  width: 15px !important;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.next_step {
  display: flex;
  align-items: center;
  width: 21% !important;
  margin: 0 auto;
}

/*CHECKの吹き出し*/
.checkpoint {
  position: absolute;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 6px;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: -3px 2px 0 0 var(--themenavy);
  background: var(--themelightnavy);
  color: var(--white);
  font-size: 13px;
  transform: rotate(-9deg);
  top: -7%;
  left: 10%;
  z-index: 20;
}


.checkpoint:before,
.checkpoint:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.checkpoint:before {
  top: 100%;
  margin-left: -10px;
  border-color: transparent;
  border-top-color: var(--themenavy);
  border-right-color: var(--themenavy);
  border-width: 5px;
}

.checkpoint:after {
  top: 91%;
  margin-left: -11px;
  border-color: transparent;
  border-top-color: var(--themelightnavy);
  border-right-color: var(--themelightnavy);
  border-width: 5.5px;
}
.checkpoint span {
  font-size: 18px;
}

/*個別ページfin*/

/* 表 */

th,
td {
  border: solid 2px var(--gray);
  padding: 10px;
  text-align: center;
}

th {
  background-color: var(--themered);
  color: var(--white);
}

td {
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: var(--white);
}

/*
.img_azumaya {
  float: right;
  width: 40%;
  max-width: 250px;
  border-radius: 50%;
  margin: 10px 0 20px 20px;
}

.about_detail1Top {
  margin-top: 20px;
}



*/
/*
.galleryWrap {
  font-size: 0;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}

.gallery_card {
  display: inline-block;
  text-align: center;
  width: -webkit-calc((99.9% - 20px - 4px)/2);
  width: calc((99.9% - 20px - 4px)/2);
  background-color: var(--white);
  border: 1px dashed var(--gray);
  margin-bottom: 20px;
}

.gallery_card p {
  font-size: 11px;
  padding: 0 10px 10px 10px;
}

.gallery_card img {
  width: -webkit-calc(99.9% - 20px);
  width: calc(99.9% - 20px);
  margin: 10px auto;
}
*/

/*ページ内リンクcss*/
.mokuji {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 1em;
}

.mokuji a:hover {
  background-color: var(--themered);
}
.mokuji a:hover p {
  color: #fff;
}
.mokuji a {
  position: relative;
  padding: 0.7em 2em 0.7em 0.5em;
  width: calc(97% / 2);
  display: inline-block;
  border-bottom: 1px solid var(--themered);
  transition: 0.2s;
}
.mokuji a p {
  line-height: 1.5;
}
.mokuji a span {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid var(--themered);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  right: 1em;
  top: 50%;
  transition: 0.2s;
}
.mokuji a:hover span {
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transition: 0.2s;
}

.mokuji .mokuji-onerow-sm p {
  transform: translateY(50%);
}


@media screen and (min-width: 768px) {

  .mokuji{
    margin-top:10px;
  }
  .mokuji a {
    width: calc(94% / 3);
  }
  .mokuji .mokuji-onerow-sm p {
    transform: none;
  }
  .mokuji .mokuji-onerow p {
    transform: translateY(50%);

  }
  

}
/*ページ内リンクcss　終了*/

/*フローチャートcss*/
.flow-group {
  margin: 0;
  padding: ;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow li {
  list-style-type: none;
  margin-top: 20px;
}
.flow dd {
  margin-left: 0;
  background-color: #f2f2f2;
  padding: 10px;
  text-align: justify;
  color: var(--black);
}
.flow {
  position: relative;
  padding: 0;
  margin-top: 30px;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #f2f2f2;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
}
.flow > li {
  position: relative;
}
.flow > li .icon {
  font-size: 10px;
  border: solid 2px var(--themered);/*校正を受けて変えた*/
  padding: 5px 8px;
  display: block;
  position: absolute;
  box-sizing: border-box;
  /*top: -3px;*/
  left: 0;
  z-index: 100;
  width: 60px;/*校正を受けて変えた*/
  text-align: center;
  font-weight: 600;/*校正を受けて変えた*/
  color:var(--black);
}
.flow > li .icondoble {
  top: -24px;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--themered);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow > li dl {
  padding-left: 120px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--themered);
  border-radius: 50%;
  left: 76px;
}
.flow > li dl::after {
  width: 31px;
  border-bottom: 1px dashed var(--themered);
  position: absolute;
  left: 83px;
}
.flow > li dl dt {
  font-size: 1.2em;
  font-weight: 500;
  /*padding-bottom: 1vh;
  padding-left: 1rem;*/
  padding: 1px 0 1px 7px;
  margin-bottom: 1vh;
  border-left: 5px solid var(--themered);
  position: relative;
  color:var(--black);
}
.flow > li dl dt::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  /*border-bottom: 3px solid var(--themered);*/
}
@media screen and (min-width:1024px){
  .flow > li .icon {
    font-size: 12px;/*校正を受けて変えた*/
    border: solid 2px var(--themered);/*校正を受けて変えた*/
    padding: 5px 8px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    /*top: -3px;*/
    left: 0;
    z-index: 100;
    width: 77px;/*校正を受けて変えた*/
    text-align: center;
    font-weight: 800;
  }
  .flow > li dl::after {
    width: 31px;
    border-bottom: 1px dashed var(--themered);
    position: absolute;
    border-radius:50%;/*校正を受けて変えた*/
    left: 90px;/*校正を受けて変えた*/
  }
  .flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: var(--themered);
    border-radius: 50%;
    left: 90px;/*校正を受けて変えた*/
  }
  
  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #f2f2f2;
    margin-left: 6px;/*校正を受けて変えた*/
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
  }
  
}
/*模擬店フロー*/
.two .icon::after{
  top:17% !important;
}

.seven .icon::after{
  top:22% !important;
}

.nine .icon::after{
  top:22% !important;
}
/*装飾フロー*/
.six_deco .icon::after{
  top:36% !important;
}
.seven_deco .icon::after{
  top:36% !important;
}

.eight_deco .icon::after{
  top:36% !important;
}
/*フローチャートcss fin*/

/*アワカレ特設スライダー*/
/* .slide-items2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-top: 20px;
}
.slide-items2 img {
    width: 54%;
    margin: 10px auto;
}


.slick-prev {
  left: 20px!important;
  z-index: 1;
}
.slick-next {
  right: 20px!important;
} */
.slider-image{
  width: 80%;
}

.pickup-slider {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.slide-items2 {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-top: 20px;
}

.slide-items2 img {
  height: auto;
  margin: 0px auto -15px auto;
}



.slick-prev {
  left: 3px!important;
  z-index: 1;
  top: 50% !important;
}
.slick-next {
  right: 3px!important;
  top: 50% !important;
}
.slick-prev::before, .slick-next::before {
    color: var(--themered)!important;
    font-size: 20px!important;
    opacity: 1 !important;
}

.slider-contents {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}




.pick_button {
    background-color: var(--white);
    margin: 0px auto 0px auto;
    border: 1px solid var(--black);
    color: var(--black);
    font-size: 13px;
    display: flex;
    position: relative;
    width: 150px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.pick_button:hover {
  background-color: var(--themered);
  color: var(--themewhite);
}

.slider-inner {
  display: flex;
  flex-direction: column; /* スマホ用：縦並び（画像→テキスト） */
  gap: 16px;
  align-items: center;
}

.slick-dots {
  bottom: -35px !important;
}


.pickup-slider {
    margin-bottom: 50px;
}


.caption {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}







.slider-image{
  width:80%;
}
.slider-inner {
  display: flex
;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}


.text-slider {
    width: 100%;
    height: 100%;
    padding-left: 0;
    margin: 0;
    color: black;
    text-align: center;
}


.bannertitle {
font-weight: 500;
 font-size: 16px;
 border-bottom: 1px solid black;
 padding: 5px 10px;
 margin: 10px 0;
}

.slide_text p {
  text-align: center;
  margin-top: 2%;
  margin-bottom:5%;
}

.double-sliderpc {
  display: none;
}
.double-slider {
  display: block;
}

.pick_button {
    background-color: var(--white);
    margin: 15px auto 0px auto;
    border: 1px solid var(--mojiblack);
    color: var(--mojiblack);
    font-size: 13px;
    display: flex;
    position: relative;
    width: 150px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.pick_button:hover {
  background-color: var(--mojiblack);
  color: var(--white);
}
.slick-track{
  display:flex !important;
  align-items:center !important;
}
.custom-dots-sp {
  text-align: center;
  
}

.custom-dots-sp .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.custom-dots-sp .dot.active {
  background-color: #000;
}

@media screen and (min-width:1024px) {
 
  .double-slider {
    display: none;
  }
  .double-sliderpc {
    display: block;
  }
  
  .slide-items2pc {
    width: 100%;
    height: 100%;
    padding-left: 0;
    margin-top: 20px;

   
  }
  
  .slide-items2pc img {
    width: 90%;
    display: block;
    margin: 1% auto 0 auto;
    opacity: .3;/*スライドを薄くする*/
    transform: scale(.7); /*スライドのサイズを80%にする*/
    transition: opacity .5s, transform .5s; 
    /*スライド透過率と拡大のアニメーション時間を0.5秒に設定*/
  }
  
  .slide-items2pc .slick-center img {
    opacity: 1; /*中央のスライドは透過しない*/
    transform: scale(1); /*中央のスライドは小さくしない*/
  }

  
  .text-sliderpc {
      width: 90%;
      height: 60%;
      margin: 0 auto;
      color: black;
      text-align: center;
      opacity: 1; 
    transform: scale(.8); 
    transition: opacity .5s, transform .5s; 
  }
  .text-sliderpc .slick-center {
    opacity: 1; /*中央のスライドは透過しない*/
    transform: scale(1); /*中央のスライドは小さくしない*/
  }
  .slide-items2pc .slick-slide {
    opacity: 0.3;
    transition: opacity 0.5s ease;
  }
  
  .slide-items2pc .slick-center {
    opacity: 1;
  }
  
  .slick-prev {
    left: -20px!important;
  }
  .slick-next {
    right: -20px!important;
  }
  .slick-prev:before, .slick-next:before {
      font-size: 35px!important;
  }
  
  .bannertitle {
  font-weight: 500;
   font-size: 26px;
   border-bottom: 1px solid black;
   padding: 5px 10px;
   margin: 2% 5%
  }
  .textpc {
    margin: 1% auto;
    /*width: 800px!important;
    text-align: center;*/
  
  }
  .textpcc {
    width: 100%;
  }
  .slide_text p {
    text-align: center;
    font-size: 17px;
    margin-top:7%;
  }
  .pick_button {
    font-size: 17px;
    height: 70px;
    width: 200px;
  }
  .custom-dots-pc {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
    list-style: none;
  }
  
  .custom-dots-pc .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  
  .custom-dots-pc .dot.active {
    background-color: #333;
  }


  


    .slider-image{
      width: 80%;
    }
    
    .slide-items img {
      height:calc(80svh - 105px);
    }
    
    
    #pickup {
      font-size: 35px;
    }
    
    #pickup .yokobou_left {
      width: 130px;
      margin: 0px 35px 0px 0px;
    }
    
    #pickup .yokobou_right {
      width: 130px;
      margin: 0px 0px 0px 35px;
    }
    .slider-inner {
      display: flex;
      
      gap: 16px;
      
    }
    
    
    
    
    .pickup-slider {
      position: relative;
      max-width: 700px;
      margin: 0 auto;
    }
    
    .slider-contents p {
      text-align: center;
      margin: auto 0px auto 20px;
      width: 370px;
      font-size:15px;
    }
    
    
    .pick_button {
      font-size: 14px;
      margin-top: 25px;
    }
    
    .slick-prev {
      left: 20px!important;
      z-index: 1;
      top: 50% !important;
    }
    .slick-next {
      right: 20px!important;
      top: 50% !important;
    }
    .slick-prev::before, .slick-next::before {
        color: var(--themered)!important;
        font-size: 30px!important;
        opacity: 1 !important;
    }
    
    
    
   
    .slick-dots {
      bottom: -45px !important;
    }
    
    .slick-dots li button:before {
      font-size: 10px !important;
    }
    
    .pickup-slider {
        margin-bottom: 80px;
    }
}

/*アワカレ特設スライダー fin*/

/*アコーディオンメニュー*/
/*contents*/
.q_box {
  margin: auto;
  position: relative;
  cursor: pointer;
  border: solid 2px var(--themebrown);
  padding: 10px 7% 10px 3%;
  display: flex;
  align-items: center;
  /*    display: block;*/
  font-size: 1.1em;
}
.a_box {
  padding: 2% 2% 5% 2%;
  margin: auto;
  display: block;
 
}
.question {
  display: none;
}
.qa {
  position: relative;
  margin-bottom: 1em;
}
.q_box,
.faqcontent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.q_box::after,
.q_box::before {
  content: "";
  position: absolute;
  right: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.q_box::after {
  transform: rotate(90deg);
}
.faqcontent {
  max-height: 0;
  overflow: hidden;
}
.faqcontent p {
  margin: auto;
  letter-spacing: 0.1em;
}
.question:checked + .q_box + .faqcontent {
  max-height: 1800px;
  transition: all 1.5s;
}
.question:checked + .q_box::before {
  transform: rotate(90deg) !important;
}

/*アコーディオンメニューfin*/

/*企画形態を知る特有css*/
#booth,
#field,
#stage,
#sympo,
#decoration,
#indoor {
  display: flex;
  justify-content: space-between;
}
#field {
  letter-spacing: -0.1px;
}
.catch {
  font-size: 0.7em;
}
.emphasis {
  color: var(--themeyellow);
}
/*企画形態を知る特有css fin*/

/*一橋祭について特有css*/
/*委員長署名*/
.signature-img {
  width: 130px;
}

/*写真*/
.communityWrap {
  margin: 10px 0;
  display: flex;
  column-gap: 3%;
}

.community_card {
  display: inline-block;
  text-align: center;
  background-color: var(--white);
  border: 1px dashed var(--gray);
  align-content: stretch;
  padding: 4%;
  width: 48.5%;
}

.community_card p {
  font-size: 0.9em;
}

.community_card img {
  aspect-ratio: 219 / 150;
  object-fit: cover;
}

/*模擬店コンテスト特有*/
.community_card.mogiconpic{
  display:block;
  margin:0 auto;
}

/*一橋祭について特有css fin*/

/*企画支援を知ろう特有css*/
/*表*/
.available {
  table-layout: fixed;
}
.participationform {
  width: 1em;
}
.res {
  white-space: pre;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.supportname {
  width: 4em;
}
.annotation {
  font-size: 0.85em;
}
/*企画支援を知ろう特有css fin*/

/*
.underline{
  text-decoration: underline;
}

.komidashi {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
}
*/

/*装飾PICKUP特有　STEPcss*/
.stepWrap{
  display:flex;
  width:100%;
  gap:20px;
  flex-direction: column;

}

.step {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap:11px;
  

}
.step_kazari {
  margin: 30px 0 10px 10px;
  position: relative;
  width: 20%;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.step_number {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.stepcircle{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--themered);
  display: block;
  margin: 0 auto;
  position:relative;
}
.stepcircle::before{
  content:"STEP";
  position:absolute;
  top:-40%;
  color:var(--themered);
  left:50%;
  transform: translateX(-50%);
  font-weight: bold;

}
.stepcircle p {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color:var(--themewhite);
  font-size: 16px;
  font-weight: bold;
  
}

.step_tatebou {
  width: 2px;
  height: calc(100% - 70px);
  background-color: var(--themered);
  display: block;
  margin: 10px auto;
}

.step_explanation {
  background-color: #f2f2f2;
  padding: 3% 5% 3% 5%;
  margin: 10px 10px 10px 0;
  text-align: justify;
  width: 100%;
  min-height: 150px;
 
}

.step_explanation p:nth-of-type(1) {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin: 5px 0;
  white-space: nowrap;
  width: 80%;
}

.step_explanation .qa{
  margin-top:5px;
}


@media screen and (min-width: 1024px) {
  .step{
    gap:0px;
  }
  .stepcircle{
    width:50px;
    height:50px;
  
  }
  .step_kazari {
    width: 60px;
    margin: 26px 20px 10px 10px;
  }
  .step_explanation{
    padding: 3% 3% 3% 3%;

  }
  .step_explanation p:nth-of-type(1){
    font-size:18px;
  }
}
/*装飾PICKUP特有　STEPcss　終了*/

/* PC版 */

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

  /*詳細2*/
  .pageTitle img {
    height: 174px;
  }

  .gallery_card {
    display: inline-block;
    text-align: center;
    width: -webkit-calc((99.9% - 40px - 6px)/3);
    width: calc((99.9% - 40px - 6px) / 3);
    background-color: var(--white);
    border: 1px dashed var(--gray);
    margin-bottom: 20px;
  }

  .ekakiuta {
    width: 150px;
  }
  .themePicture {
    width: 50%;
    margin: 0 auto;
  }
  .forpc {
    display: flex;
    width: 100%;
    gap: 5%;
  }
  .komidashi {
    font-size: 16px;
  }
  /*個別ページのみ*/
  .checkpoint {
    top: 16%;
    left: 28%;
    z-index: 20;
  }
  /*個別ページのみfin*/
}


  .mail-box{
    text-align:left;
    display:flex;
    align-items:flex-start;

  }

/*nakaya br指定*/
.br_pc_none{
  display: block;
}
.br_416_none{
  display: block;
}
@media screen and (min-width: 1024px) {
  .br_pc_none{display:none;}
}
@media screen and (min-width: 416px) {
  .br_416_none{display:none;}
}

