
/* 赤い四角にロゴを配置するためのCSS */
  .logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px; /* 企業名の間隔調整 */
  }
  
  .company-logo {
    width: auto; /* ロゴの自然な幅を保持 */
    height: 50px; /* ロゴの高さを統一する場合はこの値を調整 */
    margin-right: 14px; /* ロゴとテキストの間隔 */
  }
  

/* map 埋め込み */
/* 横幅を指定するための要素 */
.map-wrap {
    max-width: 100%; /* ここに横幅を指定 */
  }
   
  /* Google Mapを囲う要素 */
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
   
  /* Google Mapのiframe */
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/*  ここまで　map 埋め込み */


.banner-item-img_LR {
  width: 30%;
  display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
}
.ut-flex-item {
    display: flex;
    justify-content: space-between;
}
.txt-inner p {
  text-align: left;
}


/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 10px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
      /* background-color: #ead810; */
            background-color: #2d3236;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a:hover{
opacity: 0.9;
      /* background-color: #ead810; */
            /* background-color: #2d3236; */

}
.pagetop a i{
    font-size: 20px;
        /* color: #222; */
            color: #fff;
    line-height: 50px;
}
.arrow {
  width: 24px;
      display: block;
      padding-left: 14px;
      padding-top: 16px;
}

/* ここまで　ページTOPに戻る */




.tableWrapper {
  padding:2em 2em;
}

.line3.color04 a {
line-height: 3em;
    font-weight: bold;
    }

.txt66 {
  font-size: 2em!important;
  color: #fff!important;
}
.txt77 {

  color: #fff!important;
}
.txt88 {
font-size: 1.1em;
}
.txt100 {
  font-size: 20px;
    line-height: 2;
}
.txt33 {
  font-weight: bold;
  margin-bottom: 10px;
}
.txt22{
font-weight: 600;
    font-size: 36px!important;
    width: 100%;
    line-height: 1.5;
    text-align: center!important;
    /* text-indent: 1em; */
    margin-top: 1.5em;
    margin-bottom: 0!important;
    display: block;
}
.txt22 span {

  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  /* padding: .1em; */

  color: #222;
font-weight: 600;
  /* background-color: #e3bf00; */
    background-color: #ead810;
    border-radius: 80px;
    padding: 8px 24px;
    line-height: 2.5;
    font-size: 0.9em!important;

}

.txt222 {
  font-size: 1.7em!important;
  font-weight:  normal;

}
.txt120 {
  width: 100%;
  line-height: 1;
    display: inline-block;
}
.txt120 img {
  width: 15%;
    margin-right: 30px;
    display: inline-block;
}
.txt120 p {
  /* width: 80%; */
      display: inline-block;
      line-height: 1;
      font-weight: bold;
      margin: 0;
      font-size: 18px;
    padding-bottom: 0.5em;

}




.logo2 {
  padding: 1em;
}
.container_Action_title_10 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 34px!important;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 0.02em;
  margin-bottom: 1.5em;
  margin-top: 2em;
  	background-color: #d9c911;
}
.container_Action_title_10_ST {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 28px!important;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 0.02em;
    margin-bottom: 1.5em;
    margin-top: 2em;
        background-color: #d9c911;
  }

.ttl_top {
  box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	/* padding: .3em .4em; */
	line-height: 2.3;
  color: #222;
  font-size: 1em;
    letter-spacing: 0.5px;
    padding: .25em .6em;

	/* background-color: #e3bf00; */
  	background-color: #d9c911;


}
caption {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.timeTable {
    clear: both;
}
.col2of4 {
    width: 100%;
    float: left;
    zoom: 1;
}
.tableBox{
    margin: 0 20px;
}
.tableBox table {
  margin-bottom: 30px;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
th,td {
    border: 1px solid #ddd;
}
th {
    width: 70px;
    font-size:12px;
    color: #222;
    text-align: center;
    background-color: #afafaf;
    /* background-color: #fff; */
    vertical-align: top;
}
td {
    height: 25px;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
    background: #fff;
}
.borderNone {
    border-bottom: 1px solid #ddd;
}
.tableBox th.just {
  /* padding-top: 15px;  */
      padding: 1em  0.5em;
      box-sizing: border-box;
      font-size: 16px;
      /* font-weight: normal; */
      text-align: left!important;
      line-height: 1.5;
}
.color01{
    background-color: #7ca6ce;
      color: #fff;
}


.line2 {
    height: 51px;
}
.line3 {
    /* height: 77px; */
    padding: 1em;
    font-size: 14px;
    text-align: left;
}

/* スライドテスト */
.header__logo2 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /* 要素の大きさの半分の距離を左、上方向に移動する */
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

.section10 {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 20;
}

.wrap00 {
  display: flex;
  align-items: center;
  height: 180px;
  overflow: hidden;

  /* background-color: #f5f7f8; */
  z-index: 100;
}





.content {
  width: 160px;
  height: 160px;
      margin: 1em;
}

/* ロゴスライドの数が変更時調整箇所 */

@keyframes loop-slide {
  0% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
  }
  100% {
      transform: translateX(-5568px);
      -webkit-transform: translateX(-5568px);
      -moz-transform: translateX(-5568px);
      -ms-transform: translateX(-5568px);
      -o-transform: translateX(-5568px);
}
}




.slideshow {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    mix-blend-mode: multiply;
    animation: loop-slide 30s linear infinite;
    -webkit-animation: loop-slide 30s linear infinite;
    will-change: transform;
}


/* .slideshow {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    mix-blend-mode: multiply;
    animation: loop-slide 30s linear infinite;
    -webkit-animation: loop-slide 30s linear infinite;
}

@keyframes loop-slide {
    0% {
        transform: translateX(0);
      }
      100% {
      
        transform: translateX(-3264px);
    }
  } */


/* @keyframes loop-slide {
    from {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
  }
  
    to {
      transform: translateX(-300%);
    }
  } */

/* スライドテスト */
/* テスト */
.headContainer {
  margin: 0 auto;
  /* width: 980px; */
  /* max-width: 1232px; */
  max-width: 2400px;
  /* max-width: 1600px; */
  /* padding: 0px 400px!important; */
  height: 100%;
  /* text-align: center; */
  /* background-color: #fff; */
  color: #fff;
  /* padding: 20px 2em 5px; */
  /* padding: 3em; */
  /* padding-top: 10px; */
  box-sizing: border-box;
}
.section06::after {
  /* content: 'G-DREAMS'; */
  width: 100%;
  color: #fff;
  font-size: 12vw;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  /* text-align: center; */
  z-index: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  bottom: 0;
      opacity: 0.05;
      line-height: 1;
}


.section06 {
  position: relative;
  /* width: 100%;
  height: 46.875vw;
  max-height: 695px; */
  /* max-height: 750px; */
  background-color: #e2e7e9;
  z-index: 20;
}

/* .section06 .wrap33 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
} */
/* .section06 img {
  display: block;
  width: 48%;
  margin-left: 2em;
  height: auto;
} */

.section06 .box {
  width: 68%;
  /* margin-bottom: 4rem; */
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.333;
  color: #222;
}

@media screen and (max-width: 767px) {

.container_Action_title_00 {
    font-size:1.5em!important;
}
.txt88 {
  font-size:1.2em!important;
      letter-spacing: 0px;
}
  .txt22{
  font-weight: 600;
      font-size:1.5em!important;
      width: 100%;
      line-height: 1.5;
      text-align: center!important;
      /* text-indent: 1em; */
      margin-top: 0.5em!important;
      margin-bottom: 0!important;
}

.txt66 {
  font-size: 1.5em!important;
  color: #fff!important;
  margin-top: 1em!important;
}

  .txt77 {
    font-size: 1.5em!important;
    color: #fff!important;
    margin-top: 1em!important;
  }

.container_Action_title_10 {
  font-size: 24px!important;

}
.container_Action_title_10_ST {
    font-size: 18px!important;
  
  }


  .txt120 img {
    width: 120px;
    margin-right: 0px;
    /* display: inline-block; */
}
  .txt120 p {
    /* width: 80%; */
        /* display: inline-block; */
        line-height: 1.5;
        font-weight: bold;
        margin: 0;
        font-size: 18px;
      padding-bottom: 0;
          margin-top: 1em;

  }
  .section06 .wrap2 {
    padding: 2.5em 2em!important;
    margin-left: 0!important;
    /* bottom: -8rem; */
    /* bottom: -4rem; */
}
.txt100 {
  font-size: 20px;
    line-height: 1.8;
}
.headdata {
    width: 260px!important;
    height: auto;
    margin-top: 1.5em;
    /* margin-bottom: 1.5em; */
}
  .section06 .box {
  width: 100%;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.333;
    color: #222;
  }
  .section06 .wrap2 h1 {
    display: block;
    font-size: 1.6em!important;
    margin-bottom: 0;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0!important;
    margin-top: 10px!important;
    font-family: 'Montserrat', sans-serif;
}
  .section06 .wrap2 h2 {
    font-size: 2.8em!important;
    margin-top: 0;
    letter-spacing: 0!important;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #fff;
}

.wrap00 {

    display: flex;
    align-items: center;
    height: 100px;
    overflow: hidden;
    /* background-color: #f5f7f8; */
    z-index: 100;

}
.content {
  width: 100px;
      height: 100px;
      margin: 0em;

}
.tableWrapper {
  padding: 0;
}

.txt22{
  font-weight: 600;
      font-size: 20px;
      width: 100%;
      line-height: 1.5;
      text-align: left;
      /* text-indent: 1em; */
      margin-top: 0em;
      margin-bottom: 0em!important;
      display: block;
      padding: 0em 1em;
      box-sizing: border-box;

}
.txt222 {
  font-size: 1.1em!important;
    font-weight:  normal;
}
.txt22 span {
  -webkit-box-decoration-break: clone;
    display: inline;
    /* padding: .1em; */
    color: #222;
    font-weight: 600;
    /* background-color: #e3bf00; */
    background-color: #ead810;


  padding: 5px 15px;

}

.bg_table {
line-height: 1.5!important;
text-align: left!important;
}
.table-content .Column3_1 {
  line-height: 2!important;
}


}

.section06 .wrap2 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5em 2em 5em 2em;
  margin-left: 0.5em;
  /* bottom: -8rem; */
  /* bottom: -4rem; */
}
.section06 .wrap2 h1 {
  display: block;
font-size: 1.5em;
margin-bottom: 0;
font-weight:600;
color: #fff;
letter-spacing: 1px;
margin-top: 1em;
    font-family: 'Montserrat', sans-serif;
}
.section06 .wrap2 h1 span {
    font-weight: 600;
    /* color: #e3bf00; */
    color: #d9c911;
    font-size: 0.8em !important;
    letter-spacing: 0px;

}
/* .section06 .wrap2 h2 {
  display: block;
font-size: 2.4em;

margin-top: 0;
margin-bottom: 0.5em;
font-weight: 600;
color: #fff;
} */
.section06 .wrap2 h2 {
  display: block;
      font-size: 2.3em;
      margin-bottom: 20px!important;
      /* font-size: 2.2em; */
      margin-top: 0;
      letter-spacing: 1px;
      margin-bottom: 0.5em;
      /* font-weight: normal; */
      color: #fff;
  font-family: 'Montserrat', sans-serif;

}
.section06 .wrap2 h2 span{

      font-size: 1.1em;
      font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

.headdata {
  width: 320px;
  height: auto;
  margin-top: 1em;
  /* margin-bottom: 1.5em; */
}



/* ここまでテスト */
.bg_table {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
  /* width: 20%; */
}

.itemWrapper .wrap {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 100px;
}

.itemWrapper a {
  display: block;
  width: 17%;
  height: auto;
}

.itemWrapper a p {
  display: block;
  text-align: center;
}

.itemWrapper .box {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .itemWrapper .wrap {
    padding: 0px;
  }

  .itemWrapper a {
    display: block;
    width: 100%;
    padding: 0 2em;
    height: auto;
  }

  .itemWrapper .box {
    width: 100%;
  }
}

.support-content_section .table_wrap {
  max-height: 185px;
  overflow: auto;
  border: solid 1px #EEE;
}

.productsItems {
  width: 100%;
}

.productsItems td {
  padding-left: 1em;
}

.price_section table th {
  padding: 30px;
  text-align: center;
}

.table-content_head {
  background-color: #5fb0c1 !important;
  color: #fff;
  padding: 10px;
}

.table-content_head2 {
  background-color: #c1e2e8 !important;
}

.support-content_section table tr {
  /* display: flex; */
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  line-height: 1.5em;
  background-color: #f2f2f2;
}

.table-content_head th {
  /* width: calc(100% / 2); */
  padding: 2em;
  font-size: 18px;
  color: ;
  background-color: #e7e6df;
  vertical-align: top;
  text-align: left;
}

/* .table-content .table-content_head .Column3, .table-content .table-content_head .Column3_1 {
  width: calc(100% / 3);
  padding: 20px;
  vertical-align: top;
  text-align: center;
} */
.table-content .Column3_1{
  padding-left: 2em;
  padding-right: 2em;
  text-align: left;

}

.table-content .table-content_head2 th {
  padding: 10px !important;
}

.table-content {
  width: 100%;
}

.table-content tr td {
  /* width: calc(100% / 6); */
  padding: 1em;
  vertical-align: top;
  /* text-align: left; */
  line-height: 2em;
}

.text-left {
  text-align: left !important;
}

.heading19 {
  position: relative;
  /* padding-bottom: 0.5em;
  font-size: 36px; */
      font-size: 2.2em;
  color: #222;
  /* line-height: 1.4; */
    line-height: 2;
}


.heading19::after {
	content: '';
	display: block;
	/* width: 40px; */
	height: 5px;
	background-color: #e3bf02;
  margin-top: 10px;
}

/* .heading19::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #596567 0px, #596567 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
} */

@media screen and (max-width: 767px) {
  .heading19 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.itemName {
  font-size: 24px;
  font-weight: bold;
}

.itemName span {
  font-weight: normal;
  font-size: 18px;
}

body {
  /* background-color: gray;
height: 2000px; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
    background-color: #f0f0f0;
}

a {
  color: #1382b9;
  text-decoration: underline;
}

a:hover {
  color: #888;
  text-decoration: underline;
}


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

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

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

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

.pt-80 {
  padding-top: 70px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-70 {
  margin-top: 70px !important;
}

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

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

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

.mb-40 {
  margin-bottom: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.header {
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* h1 {
  padding: 0;
  margin-top: 0 !important;
  line-height: 0;
  font-size: 1em!important;
  color: 222;
} */

.header__logo {
  margin-left: 30px;
  width: 70px;
  mix-blend-mode: multiply;
}

.global-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.global-nav__list {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  margin-right: 20px;
}

.global-nav__list--item {
  transition: .3s;
  height: 100%;
  cursor: pointer;
  color: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.global-nav__list--item:hover {
  background: #EF7E00;
}

.global-nav__list--item a {
  letter-spacing: 2px;
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  flex-flow: column;
}

.global-nav__list--item span {
  margin-top: .7rem;
  font-size: .7rem;
  color: #fff;
}

/* ここまで　navヘッダー */
/* heroArea */
.bg1 {

  background-color: #5fa9c0;

}

.bg1 {

    background: linear-gradient(to left, rgb(10 10 10 / 30%) 20%, rgb(10 10 10 / 90%) 100%), url("../images/bg_img3.jpg");
  /* background: linear-gradient(to top, rgb(30 30 30 / 0.7) 0%, rgb(30 30 30 / 40%) 100%), url("../images/bg_img3.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position:center bottom;    */
  background-position: 50% 50%;
    background-color: #35393c;;
}


.bg2 {


  background: linear-gradient(to top, rgb(30 30 30 / 0.7) 0%, rgb(30 30 30 / 40%) 100%), url("../images/bg_img3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position:center bottom;    */
  background-position: 50% 50%;
    background-color: #35393c;;
}
.bg_ST {
    background: linear-gradient(to top, rgba(240, 240, 240, 0.2) 0%, rgba(240, 240, 240, 0.2) 100%), url("../images/bg_img4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position:center bottom;    */
    background-position: 50% 50%;
      background-color: #35393c;;
  }
.bg3 {

  background-color: #ecece8;
}
.bg4 {
  background-color: #f0f0f0;
}

.fluid-box_bg {
  width: 100%;
  position: relative;
  /* padding: 40px !important; */
  box-sizing: border-box;
  margin: 0 !important;
}

.bg-red {
  background-color: #ff0200 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f5f7f8 !important;
}

.bg-Action {
  background-color: #5fa9c0;
}

.txt-white {
  color: #fff !important;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center !important;
}

.fa-chevron-right {
  margin-right: 10px;
}

.container {
  margin: 0 auto;
  /* width: 980px; */
  max-width: 1232px;
  /* padding: 0px 400px!important; */
  text-align: center;
  /* background-color: #fff; */
  color: #fff;
  padding: 20px 2em 5px;
  /* padding-top: 10px; */
  box-sizing: border-box;
}

.ut-wrapper a:hover .pc {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.sp {
  display: none;
}

/* ここまで　heroArea */
@media screen and (max-width: 1180px) {
  .header {
    height: 70px;
  }

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

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }

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

  .pb-50_2 {
    padding-bottom: 0px !important;
  }

  .header__logo {
    margin-left: 10px;
    width: 55px;
  }

  .global-nav__list {
    margin-right: 10px;
  }

  .a-btn a {
    list-style: none !important;
    width: unset !important;
    padding: 0 1.5em !important;
    margin: 0 !important;
    font-size: 14px !important;
  }

  .btn-sp {
    padding: 0 2em !important;
  }

  .p-point2 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .bg1 {
    background-position: 50% 50%;
    background: linear-gradient(to left, rgb(10 10 10 / 60%) 40%, rgb(10 10 10 / 90%) 100%), url("../images/bg_img3.jpg");
  /* background: linear-gradient(to top, rgb(30 30 30 / 0.7) 0%, rgb(30 30 30 / 40%) 100%), url("../images/bg_img3.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position:center bottom;    */
  background-position: 55% 50%;
    background-color: #35393c;;
  }

  .bg3 {
    background-position: 0% 50%;
  }
}

/* ここまで　メッセージエリア */
/* ************************
アクションエリア
 **************/
.container_Action {
  margin: 0 auto;
  /* width: 980px; */
  max-width: 1232px;
  /* padding: 0px 400px!important; */
  text-align: center;
  /* background-color: #fff; */
  color: #fff;
  padding: 80px 0;
  box-sizing: border-box;
  text-align: center;
}
.container_Action_ST{
    margin: 0 auto;
    /* width: 980px; */
    max-width: 1232px;
    /* padding: 0px 400px!important; */
    text-align: center;
    /* background-color: #fff; */
    color: #fff;
    padding: 200px 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 100px;
  }
.container_Action_title_00 {
  margin-bottom: 0rem;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 0.02em;
  /* margin-bottom: 1em;
  margin-top: 0.5em; */
  color: #fff;
}


.container_Action_title_00 span{
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
display: inline;
padding: .1em .2em;
    line-height: 1.8;
color: #fff;

/* background-color: #e3bf00; */
  background-color: #ead810;
  }

.container_Action_title_1 {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 2px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  color: #222;
}


.container_Action_title_1 span{
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
display: inline;
padding: .2em .5em;
line-height: 2.1;
color: #222;

/* background-color: #e3bf00; */
  background-color: #ead810;
  }

  .container_Action_title_100 {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    letter-spacing: 0.02em;
    margin-bottom: 1.5em;
    margin-top: 2em;
    color: #222;
  }
  .container_Action_title_100 span{
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  /* padding: .1em; */
      line-height: 1.8;
  color: #222;
  /* background-color: #e3bf00; */
    background-color: #ead810;
    }
      .container_Action_title_100 a {
        font-weight: bold;
      }



.container_Action_title_2 {
  margin-top: 0 !important;
  margin-bottom: 3rem;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.6em !important;
  color: #fff !important;
  background: unset !important;
  border: unset !important;
  padding: 0 !important;
}

.copyright {
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  font-size: 12px;
  color: #8d8d8d;
    background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .container_Action {
    margin: 0 auto;
    width: 100%;
    /* padding: 0px 400px!important; */
    text-align: center;
    /* background-color: #fff; */
    color: #fff;
    padding: 50px 20px;
    box-sizing: border-box;
  }

  .container_Action_title_1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 2em;
  }

  .container_Action_title_2 {
    font-weight: normal;
    padding: 0 30px !important;
  }
}

.ut-wrapper {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  /* padding-left: 40px;
  padding-right: 40px; */
  box-sizing: border-box;
}

.banner-item {
  /* border: 1px solid #ddd; */
  /* border-radius: 6px; */
  margin-left: 0em;
  /* margin: 2em 0; */
  padding: 3em 4em 2em 4em;
  width: 100%;
  /* display: block; */
  margin-right: 0em;
  /* padding-top: 100px; */
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 2em;
  margin-top: 4em;
}
}

.banner-item2 {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 2em;
  margin-right: 2em;
}

.point_num {
  /* width: 3.2rem; */
  /* height: 2.2rem; */
  width: 4rem;
  height: 2.2rem;
  margin-right: 0.3em;
  color: #ff0200;
  font-size: 30px;
}

.banner-item-img img,
.banner-item-img_LR img {
  width: 100%;
  border-radius: 4px 0 0 4px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /* height: 100%; */
  /* padding-top: 100px; */
}

.banner-item-txt {
  width: 50%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.banner-item-txt_L {
  width: 70%;

  padding:0px 40px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.banner-item-txt_R {
  width: 64%;
  /* padding: 40px; */
  padding: 0px 0px 40px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.banner-item-ttl {
  font-size: 26px !important;
  /* margin-bottom: 20px; */
  color: #000;
  padding: 0 !important;
  font-weight: bold;
  /* font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif; */
  border: unset !important;
  background-color: unset !important;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 0rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
.pb-50 {
  padding-bottom: 0px !important;
}
  /* .fluid-box,.fluid-box2,.fluid-box3,.fluid-box4 {
padding: 40px;
} */
  .ut-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 6em;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #ddd; */
  }

  .imgCenter {
    padding: unset;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
    width: 100%;
    /* margin-bottom: 50px; */
    padding-bottom: 50px;
  }

  .ut-wrapper a:hover .sp {
    opacity: 0.8;
    transition-duration: 0.3s;
  }

  .banner-item {
    flex-direction: column;
    padding: 3em 2em !important;
  }

  .banner-item_reverse {
    flex-direction: column-reverse !important;
  }

  .banner-item-ttl {
    font-size: 20px !important;
    margin-bottom: 1rem;
    margin-top: 4rem;
    text-align: left;
  }

  .txt-inner p {
    text-align: left;
  }

  .container {
    margin: 0 auto;
    width: 100%;
    /* padding: 0px 400px!important; */
    text-align: center;
    /* background-color: #fff; */
    color: #fff;
    padding: 50px 0px 20px;
    box-sizing: border-box;
  }

  .pAccelerator_mv_title_1 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .pAccelerator_mv_title_2 {
    margin-top: 0 !important;
    font-size: 32px !important;
    font-weight: 900;
    padding: 0 !important;
    line-height: 1.3em !important;
  }

  .banner-item .banner-item-img {
    width: 100%;
  }

  .banner-item .banner-item-img_LR {
    width: 100%;
  }

  .banner-item .banner-item-img_LR img {
    padding-top: 0px;
    margin-top: 20px;
  }

  .banner-item .banner-item-txt,
  .banner-item .banner-item-txt_R,
  .banner-item .banner-item-txt_L {
    width: 100% !important;
    padding: 0px !important;
    /* padding: 18px 16px !important; */
  }

  .banner-item .banner-item-txt {
    padding: 18px 16px;
  }

  .ut-flex-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
}

/* ここまで　とは？ */
.contentMenuWrapper {
  width: 100%;
  background-color: #fff;
}

.contentmenu {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.contentmenu .menu {
  width: 100%;
  margin-right: 8px;
  /* background-color: #eaeaea; */
}

.contentmenu .menu:nth-child(1n) {
  /* margin-left: 5%; */
}

.contentmenu .menu:nth-child(4n) {
  margin-right: 0;
}

.btnSet {
  color: #1a96d4 !important;
  border: 2px solid #1a96d4 !important;
  font-weight: normal;
  width: 100%;
  padding: 20px 10px;
  display: block;
  position: relative;
  line-height: 1.3;
  border-radius: 4px;
  font-size: 16px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  height: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* テキスト縦センター; */
  justify-content: center;
}

.btnSet:hover {
  border-color: #1a96d4 !important;
  color: #fff !important;
  background-color: transparent !important;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  background-color: #1a96d4 !important;
}

@media screen and (max-width: 767px) {
  .contentmenu {
    flex-direction: column;
  }

  .contentmenu .menu {
    width: 100%;
    margin-bottom: 10px;
  }

  h1 {
    margin: 0em !important;
    padding: 0.3em 0.3em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}
}

.wrap {
  width: 100%;
  /* background-color: #444; */
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.items .item {
  width: 30%;
  margin-right: 5%;
}

.items .item:nth-child(3n) {
  margin-right: 0;
}

.items .item img {
  width: 100%;
}

.item-body {
  padding: 0;
}

.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #ef5350;
}

.item-body p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

/* フォーカスポイント*******************************************/
.p-point {
  margin-left: 2em;
  margin-right: 2em;
  padding: 80px 0 0;
}
.p-point_3 {
  padding: 4em 7em;
      margin: 4em;
      background-color: #fff;
}
.txt101 span {
  text-align: right;
      display: block;
      line-height: 1.8;
      font-size: 17px;
  }
  .txt100 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-left: 1em;

    }
    .txt101 {
      font-size: 18px;
        line-height: 2.2;

      }


.p-point__title {
  margin: 48px auto 0 !important;
  font-size: 38px !important;
  line-height: 1.475 !important;
  position: relative !important;
  display: block !important;
  /* font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif; */
  /* font-family: "Noto Sans JP", sans-serif; */
  font-style: normal !important;
  font-weight: 600 !important;
  border: unset !important;
  text-align: center;
  background-color: unset !important;
}

.p-point__text {
  max-width: 775px;
  margin-top: 26px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.m-card__wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: space-between; */
  margin: 3.6rem 0;
  flex-direction: row;
  padding: 0;
}

.m-card__wrp2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: space-between; */
  margin: 3.6rem 0;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

.m-card__wrp3 {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: center; */
  justify-content: space-between;
  margin: 0em 0 2em;
  flex-direction: row;
  flex-wrap: wrap;
  /* padding: 0; */
  padding: 2em;
}

.column-2 {
  width: 48% !important;
}

.m-card__item,
.m-card__item2 {
  /* margin-right: 24px; */
  margin: 0.8em !important;
  width: 340px;
  margin: 0;
}

.m-card__item3 {
  /* margin-right: 24px; */
  /* margin: 2em !important;
  width: 18%; */
  margin: 0em !important;
  /* width: 23%; */
    width: 32%;
  margin: 0;
}

.m-card__item3 {
  display: block;
  /* width: 100%; */
  border-radius: 16px;
  /* overflow: hidden; */
  /* border: 2px #ddd solid; */
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-out;
  transition-property: box-shadow opacity;
  background-color: #fff;
  margin-bottom: 3em!important;
  position: relative;
  padding-bottom: 2em;
}

.m-card__item3:not(:nth-child(4n+4)) {
  margin-right: 2%;
}

.m-card__item {
  display: block;
  /* width: 100%; */
  border-radius: 7px;
  /* overflow: hidden; */
  /* border: 2px #ddd solid; */
  border: 1px #ddd solid;
  /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.2); */
  transition: 0.2s ease-out;
  transition-property: box-shadow opacity;
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 1.8rem 2.0rem 1.2rem;
  position: relative;
}

.m-card__item2 {
  display: block;
  /* width: 100%; */
  border-radius: 7px;
  /* overflow: hidden; */
  /* border: 2px #ddd solid; */
  /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.2); */
  transition: 0.2s ease-out;
  transition-property: box-shadow opacity;
  background-color: #fff;
  margin-bottom: 2rem;
  position: relative;
}

.bgBorder {
  background-color: unset !important;
  border: unset !important;
}

.m-card__item:last-child,
.m-card__item2:last-child {
  margin-right: 0;
}

.m-card__item:last-child,
.m-card__item2:last-child {
  /* margin-bottom: 0rem; */
}

.m-card__link {
  /* padding: 2rem 2.4rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
  padding: 1.8rem 2.6rem 1.2rem;
  /* padding: 1.2rem 2.6rem ; */
  position: relative;
}

.m-card__detail,
.m-card__detail2 {
  flex-direction: column;
  width: 100%;
  border-radius: 0;
  display: flex;
  /* flex-direction: row; */
  /* margin-bottom: 1.4rem; */
}

.m-card__detail img,
.m-card__detail2 img {
  /* width: 180px;
  height: 180px; */
  /* margin: 0 auto 1rem; */
}

.m-card__txt0 {
  /* width: 100%; */
  margin: 0 5em;
  font-size: 18px;
  /* font-size: 2rem; */
  /* font-size: 1.6rem; */
  /* width: 70%; */
  font-weight: bold;
  /* text-align: left; */
  /* margin-left: 1.2rem; */
  /* display: flex; */
  background-color: #888888;
  align-items: center;
  /* color: #00708d; */
  border-radius: 60px;
  color: #fff;
  margin-bottom: 20px;
  padding: 0.3em 1em;
  text-align: center;
}

.m-card__txt {
  width: 100%;
  margin-left: 0rem;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.m-card__txt span.price {
  font-size: 26px;
  font-weight: 600;
}

.m-card__txt2 {
  margin: 0;
  margin-left: 0rem;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  align-items: center;
  color: #111;
  /* margin-bottom: 10px; */
  padding: 1.8rem 2.6rem 0.7rem;
}

.m-card__txt3 {
  margin-left: 0rem;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  align-items: center;
  color: #111;
  /* margin-bottom: 10px; */
  padding: 0.5em 0.5rem 1rem;
  line-height: 1.5;
}

.m-card__lead {
  width: 100%;
  font-size: 16px;
  text-align: left;
  position: relative;
  margin-top: 0;
}

.m-card__nav {
  margin-top: 1.2rem;
  font-size: 16px;
  font-weight: bold;
  color: #00708d;
  position: relative;
}

.m-card__nav::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #00708d;
  border-right: 2px solid #00708d;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -1px;
  left: 4px;
  transition: .2s ease-out left;
}

.m-card__link:hover .m-card__nav::after {
  left: 8px;
}

@media screen and (max-width: 767px) {
  .p-point_3 {
    padding: 2em 2em;
    margin: 2em;
    /* text-align: left; */
    background-color: #fff;

  }
  .txt101 {
        text-align: left;
            line-height: 2;
  }
  .p-point {
    position: relative;
    width: calc(100% - 48px);
    /* max-width: 300px; */
    margin-right: auto;
    margin-left: auto;
    /* text-align: center; */
    padding: 0;
  }

  .p-point__title {
    /* width: 220px; */
    width: 100% !important;
    padding: unset !important;
    margin: 60px auto 0 !important;
    font-size: 24px !important;
    margin-bottom: 1rem !important;
    position: relative;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.46667;
  }

  .m-card__wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin: 3.6rem 0; */
    margin: 0;
    padding-left: 0px !important;
  }

  .m-card__wrp3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin: 3.6rem 0; */
    margin: 0;
    /* padding-left: 0px  */
    padding: 0!important;
  }

  .m-card__item3 {
    margin: 1em 0 1em !important;
    width: 100%;
    box-sizing: border-box;
  }

  .m-card__item,
  .m-card__item2 {
    margin: 1em 0 2em !important;
    width: 100%;
    box-sizing: border-box;
  }

  .m-card__item {
    padding: 0;
  }

  .column-2 {
    width: 100% !important;
  }

  .m-card__detail {
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
  }

  .m-card__detail2 {
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }

  .m-card__detail img {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
  }

  .m-card__detail2 img {
    display: block;
    width: 80%;
    margin: auto;
  }

  .m-card__txt {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    /* font-size: 1.6rem; */
    text-align: left;
    /* margin-left: 1.2rem; */
    display: flex;
    align-items: center;
    /* color: #00708d; */
    color: #000;
    text-align: center;
    display: block;
  }
}

/* ここまで　フォーカスポイント *******************************************/
@media screen and (max-width: 767px) {
  .items {
    flex-direction: column;
  }

  .items .item {
    width: 100%;
  }

  .items .item img {
    max-width: 100%;
    height: auto;
  }
}

.p-lineup {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ddd;
}

.p-lineup__list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
}

.p-lineup__item {
  width: calc(50% - 1px);
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-lineup__list {
    flex-direction: column;
  }

  .p-lineup__item {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}

.p-point__btn {
  width: calc(100% - 48px);
  max-width: 300px;
  margin: 40px auto 0;
  margin-top: 20px;
  max-width: 272px;
}

.a-btn a {
  list-style: none !important;
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: #ff0200;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  /* border: 2px solid #ff0200; */
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.a-btn a:hover {
  background-color: #000;
  color: #fff;
}

.b-btn a {
  list-style: none !important;
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: #585858;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  /* border: 2px solid #585858; */
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: 0 auto;
}

.b-btn a:hover {
  background-color: #000;
  color: #fff;
}

.btn-sp {}

.c-btn {
  margin: 0 auto;
}

.c-btn a {

  background-color: #f0de0c;
  text-align: center;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 60px 20px 60px;
  display: inline-block;
  border-radius: 5px;
  /* font-family: "Noto Sans JP", sans-serif; */
  line-height: 1.37;
  letter-spacing: -0.04em;
  width: 100%;
  font-size: 18px;
      border-radius: 30px;
          box-sizing: border-box;
}

.c-btn a:hover {
  background-color: #d9c911;
}

/* 申し込み・流れ */
.frow-item {
  /* padding: 0 0px 40px 100px; */
  margin: 0 10%;
  /* border-bottom: 1px solid #eaeaea; */
}

.frow-item p {
  padding-right: 10%;
}

.frow-item-ttl {
  font-size: 24px !important;
  text-align: left;
  color: #000;
  font-weight: bold;
  /* font-family: "Gothic MB101 Bold", "MySansSerif", "YakuHanJP", sans-serif; */
  font-weight: 600;
  position: relative;
}

.frow-item-ttl span {
  position: absolute;
  color: #ffffff;
  background: #888;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 2.4em;
  text-align: center;
  /* top: -15px; */
  left: -80px;
  font-size: 0.8em;
  font-weight: 900;
}

.frow-item-ttl.born::after {
  content: '弊社';
  /* width: 70px; */
  /* height: 3px; */
  color: #000000;
  /* background-color: #444; */
  border-radius: 5px;
  font-size: 16px;
  padding: 0.2em 0.3em;
  border: 2px solid #a4a4a4;
  line-height: 1.2;
  margin-left: 10px;
  font-weight: normal;
  display: inline-block;
}

.frow-item-ttl.applicant::after {
  content: '申込者';
  /* width: 70px; */
  /* height: 3px; */
  color: #1e90a8;
  /* background-color: #444; */
  border-radius: 5px;
  font-size: 16px;
  padding: 0.2em 0.3em;
  border: 2px solid #1e90a8;
  line-height: 1.2;
  margin-left: 10px;
  font-weight: normal;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .frow-item-ttl.born::after, .frow-item-ttl.applicant::after {
    margin-left: 0px;
  }

  .frow-item {
    padding: 10px 0px 00px 70px;
    margin: 0;
    /* border-bottom: 1px solid #eaeaea; */
    text-align: left;
  }

  .frow-item-ttl {
    font-size: 22px !important;
    /* margin-right: 10px; */
    line-height: 1.6;
  }

  .frow-item-ttl span {
    position: absolute;
    color: #ffffff;
    background: #888;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 2.5em;
    font-size: 0.8em;
    text-align: center;
    top: 0px;
    left: -60px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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




/* =========================
追記2026
========================= */

/* =========================================================
   タイムテーブル専用CSS（既存CSSと被らない：gdtt-スコープ）
   ※このブロックをCSS末尾に追記してください
========================================================= */

.gdtt-section {
  /* 既存ページの左右余白に寄せる（必要ならここだけ微調整） */
  padding: 0;
}

.gdtt-inner {
  /* 「開催概要」側に寄せた横幅・左右余白（必要ならここだけ微調整） */
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 2em;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .gdtt-inner {
    padding: 0 1.2em;
  }
}

.gdtt-table-wrap {
  background: #fff;
  /* 開催概要テーブルに合わせて「余白が欲しい」場合のみ使う */
  padding: 0;
  box-sizing: border-box;
}

/* ---- table base ---- */
.gdtt-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

/* 罫線カラー：開催概要っぽい薄グレー */
.gdtt-table,
.gdtt-table th,
.gdtt-table td {
  border: 1px solid #d9d9d9;
}

/* ヘッダー背景：既存の淡いグレー寄せ */
.gdtt-th {
  background: #f7f7f7;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 16px 12px;
  vertical-align: middle;
}

/* ---- columns width（必要なら微調整OK） ---- */
.gdtt-col-company { width: 28%; }
.gdtt-col-round   { width: 12%; }
.gdtt-col-desc    { width: 42%; }
.gdtt-col-url     { width: 18%; }

@media screen and (max-width: 767px) {
  /* SPは縦に詰まりやすいので幅の主張を弱める */
  .gdtt-col-company { width: 32%; }
  .gdtt-col-round   { width: 16%; }
  .gdtt-col-desc    { width: 34%; }
  .gdtt-col-url     { width: 18%; }
}

/* ---- td base ---- */
.gdtt-td {
  background: #fff;
  color: #222;
  font-size: 16px;
  padding: 18px 16px;
  vertical-align: top;
  box-sizing: border-box;
}

/* 回（開催回）列：中央寄せ */
.gdtt-round {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  vertical-align: top;
}

/* 告知URL列：上寄せ（rowspanでも上に揃える） */
.gdtt-url {
  text-align: center;
  vertical-align: top;
  padding-top: 18px;
  white-space: nowrap;
}

/* 内容列：必ず左寄せ（中央寄せ崩れ対策） */
.gdtt-desc {
  text-align: left !important;
  vertical-align: top;
}

/* ---- company cell ---- */
.gdtt-company {
  vertical-align: middle;
  text-align: center;
  padding: 22px 18px;
}

.gdtt-company-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* ロゴ：ご要望の“このくらい”サイズ感に寄せる */
.gdtt-company-logo {
  display: block;
  width: 82%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
}

/* 会社名：ロゴ下でセンター */
.gdtt-company-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}

/* ---- list（シンプルな黒ドット） ---- */
.gdtt-list {
  margin: 0;
  padding-left: 1.2em;         /* ドットと本文の距離 */
  list-style: disc;
}

.gdtt-list li {
  margin: 0.15em 0;            /* 行間を詰める */
  line-height: 1.7;
}

/* ---- link style ---- */
.gdtt-link {
  color: #1382b9;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  line-height: 1.6;
}

.gdtt-link:hover {
  color: #888;
}

/* ---- row height / spacing tuning ---- */
/* 内容が短い回でも間延びしすぎないように最低高さを抑える */
.gdtt-td.gdtt-desc,
.gdtt-td.gdtt-round {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* SP最適化 */
@media screen and (max-width: 767px) {
  .gdtt-th {
    font-size: 14px;
    padding: 12px 10px;
  }

  .gdtt-td {
    font-size: 14px;
    padding: 14px 12px;
  }

  .gdtt-company {
    padding: 16px 12px;
  }

  .gdtt-company-logo {
    width: 90%;
    max-width: 240px;
  }

  .gdtt-company-name {
    font-size: 16px;
  }

  .gdtt-url {
    white-space: normal;
  }
}



/* =========================================================
   タイムテーブル（gdtt）専用：左右マージン統一 + URLはみ出し防止
   ========================================================= */

/* 1) ul配下に<section>を入れている影響を受けやすいので、gdtt側で“無害化” */
.gdtt-section{
  display: block;          /* 念のため */
  width: 100%;
}

/* 2) 上のテーブルと同じ“箱”に寄せる（max-width + 左右padding） */
.gdtt-inner{
  max-width: 1232px;       /* あなたの .container と同じ */
  margin: 0 auto;
  padding: 0 2em;          /* .ut-wrapper相当の左右余白感 */
  box-sizing: border-box;
}

/* SP時は余白を少し詰める */
@media screen and (max-width: 767px){
  .gdtt-inner{
    padding: 0 1em;
  }
}

/* 3) テーブルの外枠（はみ出し防止） */
.gdtt-table-wrap{
  width: 100%;
  overflow: hidden;        /* 変なはみ出しの保険（URL折返しと併用） */
  box-sizing: border-box;
}

/* 4) テーブルの基礎（既存のtableグローバルCSSの影響を受けても破綻しにくく） */
.gdtt-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;     /* URL列対策にも効く */
  background: #fff;
}

/* 線色を“上のテーブル”寄りの薄グレーに */
.gdtt-table th,
.gdtt-table td{
  border: 1px solid #ddd;
  vertical-align: top;
}

/* ヘッダー */
.gdtt-th{
  background: #f5f5f5;
  font-weight: 700;
  text-align: center;
  padding: 16px 12px;
}

/* 本文 */
.gdtt-td{
  padding: 18px 16px;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}

/* 5) 列幅（URL列を確保しつつ、全体バランス） */
.gdtt-col-company{ width: 28%; }
.gdtt-col-round  { width: 10%; }
.gdtt-col-desc   { width: 44%; }
.gdtt-col-url    { width: 18%; }

/* 6) 会社ロゴ＋社名（ロゴ上／社名下・センター） */
.gdtt-company-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gdtt-company-logo{
  max-width: 86%;
  height: auto;
  display: block;
}

.gdtt-company-name{
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

/* 7) 開催回は中央固定（崩れ防止） */
.gdtt-round{
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}

/* 8) リストの点：空丸→“シンプルなドット”に固定 */
.gdtt-list{
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;        /* ←これが一番シンプルな黒点 */
}

.gdtt-list li{
  margin: 0.2em 0;
}

/* 9) URLはみ出し対策：どんなURLでも折り返す */
.gdtt-url,
.gdtt-url a{
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gdtt-url a{
  display: inline-block;
  max-width: 100%;
}

/* もし既存CSSでnowrapが当たっていたら強制解除（保険） */
.gdtt-url,
.gdtt-url a{
  white-space: normal !important;
}


/* ===== gdtt 余白ズレ修正（既存と左右を揃える）===== */
/* ※ common.css などの .gdtt-inner { padding:0 2em; } を上書き */
.gdtt-section .gdtt-inner{
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* テーブル外枠の余白も念のためゼロに */
.gdtt-section .gdtt-table-wrap{
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== URL はみ出し対策 ===== */
.gdtt-td.gdtt-url,
.gdtt-td.gdtt-url a.gdtt-link{
  overflow-wrap: anywhere;   /* これが一番効く */
  word-break: break-word;    /* 保険 */
}

.gdtt-td.gdtt-url a.gdtt-link{
  display: block;
  max-width: 100%;
}

/* ここまで追記2026 */