@charset "UTF-8";
/* CSS Document */

.contents {
  width: 1024px;
  margin: 0 auto;
  padding: 10px 0;
}

.body_wrap{
  width: 1024px;
  margin: 0 auto;
}
h1{
  margin-bottom: 25px;
}
h1 img {
  width: 100%;
  height: auto;
}
h2 {
  width: 100%;
  font-size: 21px;
  margin-bottom: 20px;
  padding-left: 12px;
  font-weight: 400;
  color: #2f2725;
  border-left: 3px solid #c8161d;
}
div.bosyu_wrap ul li dl{
  display: flex;
  justify-content: flex-start; /* 子要素をflexboxにより中央に配置する */
  align-items: baseline;
  padding: 15px 0 ;
  border-top:none;
  border-bottom: 1px solid #eee;
}
div.bosyu_wrap ul li dl.center {
  align-items: center;
}
div.bosyu_wrap ul li:nth-child(1) dl{
  border-top: 1px solid #eee;
}
div.bosyu_wrap ul li dl dt{
  display: block;
  width: 110px;
  padding-left: 30px;
  margin-right: 20px;
  font-size: 18px;
  color: #c8161d;
  background: url(/attending/friendtour/tc_kyujin/images/flg.jpg) no-repeat 0 0 ;
  background-size: 25px;
}
div.bosyu_wrap ul li dl dd{
  width: 820px;
  font-size: 15px;
  line-height: 25px;
  color: #5a5554;
}
div.bosyu_wrap ul li dl dd span{
  width: 820px;
  font-size: 20px;
  line-height: 30px;
  color: #c8161d;
}
.bosyu_wrap{
  margin-bottom: 20px;
}
.tell_wrap dt{
  font-size: 15px;
  line-height: 15px;
  padding: 10px 0 ;
  text-align: center;
  background-color: #e2e2e2;
}
.tell_wrap dd{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  padding: 15px 0;
  background-color: #f7f7f7;
}
.tell_wrap dd p.tell_q{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 17px;
  color: #c8161d;
  margin-bottom: 10px;
  /* background: url(/attending/friendtour/tc_kyujin/images/tell.png) no-repeat left center;
  background-size: 25px; */
}
.tell_wrap dd p.tell_q::before {
  content: "";
  display: block;
  background-image: url(/attending/friendtour/tc_kyujin/images/tell.png);
  background-size: contain;
  width: 25px;
  height: 21px;
  margin-right: 5px;
}
.tell_wrap dd div.tell_no{
  text-align: left;
  display: flex;
  align-items: center;
  /* font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #3e3a39; */
}
.tell_wrap dd div.tell_no span{
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #3e3a39;
}

.base {
  font-size: 18px;
  font-weight: bold;
}

.info {
  font-size: 14px;
  line-height: 1.4;
}

.info p:not(.name) {
  font-size: 16px;
  font-weight: bold;
}

.name {
  margin-top: 3px;
}

.notice {
  font-size: 12px;
  color: #5a5554;
}

@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .contents {
    width: auto;
  }
  .bosyu_wrap {
    padding: 0 20px;
  }
  h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  div.bosyu_wrap ul li dl {
    flex-direction: column;
  }
  div.bosyu_wrap ul li dl.center {
    align-items: inherit;
  }

  div.bosyu_wrap ul li dl dt {
    width: auto;
    font-size: 16px;
  }
  div.bosyu_wrap ul li dl dd {
    width: auto;
    font-size: 14px;
  }
  div.bosyu_wrap ul li dl dd span {
    font-size: 18px;
  }
  .tell_wrap {
    margin-bottom: 5px;
    padding: 0 20px;
  }
  .tell_wrap dt {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
  }
  .tell_wrap dd {
    flex-direction: column;
    padding: 5%;
  }
  .tell_wrap dd p.tell_q {
    justify-content: flex-start;
  }
  .tell_no:first-of-type {
    margin-bottom: 20px;
  }
  .base {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
  }
  .info a {
    display: block;
  }
  .name {
    margin-top: 5px;
  }
  .notice {
    font-size: 10px;
    line-height: 1.4;
    padding: 0 20px;
  }
}
