

@media screen and (max-width: 769px) {
  .content_inner {
    width: 96%;
  }
}

#contents_top {
  padding: 80px 0;
}

#contents_top .txt_intro {
  text-align: center;
}

#contentsfaq{
  padding: 80px 0;
}

.table_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}

.table_group table {
  flex: 0 0 48%;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.table_group table th,
.table_group table td {
  text-align: center;
  padding: .5em;
  border: 1px solid #2B2E34;
  width: 50%;
}

.table_group table th{
  background-color: #2B2E34;
  color: white;
}


  .table_group table {
    flex: 0 0 100%;
  }

.attention {
  /* margin-bottom: 35px */
}

.attention_title {
  margin: 10px auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #444444;
  font-size: 16px;
  font-weight: normal;
}

.attention ul {
  list-style: normal;
}

.thumb_group {
  text-align: center;
}

.thumb_title {
  color: #FF6600;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 40px;
}

.thumb_group .txt_intro{
  text-align: left;
}
.q_box ~ .q_box{
  padding-top: 80px;
}

.txt_intro{
  font-size: 12px;
  margin-bottom: 0;
}

.txt_faq{
  font-size: 14px;
  margin-bottom: 0;
}

.list_cake{
  margin-bottom: 20px;
}
/* __________ */
/*追加修正  */
/* ___________ */

.content-text-sub{
  font-size: 12px;
  margin-bottom: 30px;
}
.content_inner{
  max-width: 1000px;
}
.attention>ul>li::before{
  content: "\30FB";
}
.inner{
  margin: 0 12px;
  max-width: 1000px;
}
.sp-only{
  display: none;
}
.thumb_group>a>img{
  box-shadow: 2px 2px 4px gray;
}
.thumb_group>a>img:hover{
  position: relative;
  top: 1px;
  transition: 0.3s;
}
td>span{
  font-size: 12px;
}
.thumb_title_span::before{
  content: "\FF3C"
}
.thumb_title_span::after{
  content: "\FF0F"
}
@media screen and (max-width: 769px){
  section{
  }
  .content_inner > *{
    margin: 0;
  }
  td>span{
    font-size: 10px;
  }
  li{
    font-size: 12px;
  }
  .thumb_title {
    font-size: 12px;
    margin-top: 20px;
  }
  h1>p{
    font-size: 13px;
    margin-bottom: 30px;
  }
  .margin{
    margin-bottom: 5px !important;
  }
  .sp-only{
    display: inline;
  }
  .pc-only{
    display: none;
  }
  .content-text{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .table_group{
    margin-top: 10px;
  }
  .table_group table th,
  .table_group table td {
    font-size: 14px;
  }
  .attention_title{
    font-size: 14px;
  }
  .attention>p{
    font-size: 12px;
  }
  .thumb_title_pc::after,
  .thumb_title_pc::before{
    display: none;
  }
  .inner{
    margin-top: 20px;
  }
  .content-text-sub{
    font-size: 10px;
    margin: 0 auto 10px;
  }
}
