@charset "UTF-8";
.st_main {
  margin-bottom: 60px;
}
.st_main .flex {
  gap: 4%;
  border: 1px solid #231815;
  padding: 40px 40px;
  margin-top: 20px;
}

.st_main .flex .text {
  width: 34%;
}

.st_main .flex .text .item_txt {
  font-size: 13px;
}

.st_main .flex .text .item_txt.jusutify {
letter-spacing: 2px;
}

.space01,
.space02,
.space03,
.space04,
.space05 {
  display: inline-block;
}

.space01 {
  padding-right: 15px;
}

.space02 {
  padding-right: 45px;
}

.space03 {
  padding-right: 15px;
}

.space05 {
  padding-right: 15px;
}

.st_main .flex .image {
  width: 62%;
}


.bb_ttl {
  font-size: 14px;
  color: #2e6282;
  border: 1px solid #2e6282;
  text-align: center;
  padding: 3px 0;
}

.base_content {
  margin-top: 12px;
}



/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {
 .st_main .flex {
  padding: 20px 20px;
 }

 .st_main .flex .text {
  width: 100%;
 }

  .st_main .flex .image {
  width: 100%;
  margin-top: 20px;
 }
}


