@charset "UTF-8";

.present_logo {
  text-align: center;
  background: url("../img/bg_top.jpg") no-repeat top;
  background-size: 100% auto;
}
.present_logo img{
  width: 90%;
  margin: 1rem 0 0;
}
.present_contents {
  background: url("../img/bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.present {
  width: 98%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 0 0;
  text-align: center;

}
.present h1 {
  margin-bottom: 2rem;
}
.present p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.present img {
  width: 100%;
}
.present_maincontents{
  /*background: rgba(255, 255, 255, 0.5); */
}
.present_wrap {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
		
}

.present_box {
  margin: 0 auto;
  width: 100%;
}

.present_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.present_list li {
  list-style: none;
  text-align: center;
  width: 50%;
}
.present_list img {
	width: 100%;
}

.present_summary dl {
  margin-bottom: 2rem;
}
.present_summary dt  {
  display: table;
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: .8rem 0;
  margin-bottom: 1.8rem;
  background: #0052D9;
  letter-spacing:5px;
}

.present_summary dd {
  position: relative;
  margin-bottom: 5rem;
  padding:0 1rem;
}
.present_summary .list li {
  list-style: none;
  padding-left: 2rem; /* ● の幅に応じて調整 */
  position: relative;
}

.present_summary .list li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 2;
}
.breadcrumb {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0 2rem 1.5rem;
  background: #fff;
}

.present_tv_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}

.present_tv_list div{
    width: 100%;
    margin: 0 auto ;
	text-align: center;
}
	
.present_tv_list img {
    width: 80%;
}	
.present_tv_list p {
    margin: 0.5rem 0 2.5rem 0;
    font-size: 2rem;
}
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text_red{
	color: #E40003;
}
.sp_br {
  display: inline;
}

@media (min-width: 768px) {
  .present {
  padding: 3rem 0 0;
  }
  .present_logo img{
  width: auto;
  margin: 5rem 0 0;
  }
  .present h1 {
  margin-bottom: 2.5rem;
  }
  .present h1 img {
  width: auto;
  }
.present p {
  margin-bottom: 2.5rem;
  font-size: 1.9rem;
  }
  .present img {
  width: 90%;
  }
  .present_wrap {
    padding: 5rem 0 0 0;
  }
  .present_box {
    margin: 0 auto;
    width: 70%;
  }
  .present_list li {
    width: 45%;
  }
  .present_tv_list div {
    width: 60%;
    margin: 0 0.8rem ;
    text-align: center;
  }
	
  .present_tv_list img {
    width: 100%;
    text-align: center;
  }	
  .present_summary dt  {
    font-size: 2rem;
}
  .present_summary dd  {
    font-size: 1.8rem;
}
  .sp_br {
    display: none;
  }
	
}
