@charset "utf-8";

html{
  scroll-behavior: smooth;
}
#media-item{
  background-color: #fff5e5;
  font-size: 15px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
}

#media-item h1.whiteday {
    text-align: center;
    margin: 0 auto 30px;
    padding: 28px 15px 24px;
    background: #1d5997;
    color: #fff;
    font-size: 20px;
    /* border-radius: 0 46px; */
    line-height: 1.8;
}
#media-item h1.whiteday span.lead{
    font-size: 15px;
    position: relative;
    line-height: 1;
    display: inline-block;
    margin-bottom:-18px;
}
#media-item h1.whiteday span.num{
    font-size: 35px;
    margin-right:3px;
}
#media-item h1.whiteday span.lead::before,#media-item h1.whiteday span.lead::after{
    content:"";
    width:2px;
    height: 14px;
    display:inline-block;
    position:absolute;
    background:#fff;
    top:0;
}
#media-item h1.whiteday span.lead::before{
   left: -11px;
   transform: rotate(-20deg);
}
#media-item h1.whiteday span.lead::after{
   right: -11px;
   transform: rotate(20deg);
}
#media-item img{
 vertical-align: bottom;
  width: 100%;
  height: auto;
}
#media-item .tv_brand_wrap ,.leadmessage{
  margin: auto;
}
#media-item .tv_box a{
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.media-item_inner .leadmessage{
  padding: 30px 10px 50px;
  text-align: center;
  font-weight: bold;
}




/*h2、h3設定*/
.tv_brand_wrap h2{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-style: normal;
  color: #813e02;
}
.tv_brand_wrap h2 div{
  margin-right: 10px;
  font-size: 60px;
  font-style: normal;
  
}
.tv_brand_wrap h2 p{
  font-size: 30px;
  line-height: 0.9;
  font-weight: bold;
}
.tv_brand_wrap h2 p span{
  line-height: 1.0;
  font-size: 14px;
  font-weight: bold;
}


/*中身設定*/

.tv_brand_wrap{
  padding-bottom:50px;
  position: relative;
}
.tv_brand_wrap .tv_box h3{
  padding-bottom: 5px;
  padding-left:12px;
  margin: 0 20px;
  font-size:18px;
  font-weight: bold;
  color: #1d5997;
  text-align: center;
}
.tv_brand_wrap .tv_box h3 .h3small{
  font-size:20px;
}
.tv_brand_wrap .tv_box .tv_item_inner{
  padding: 13px 10px 0;
}


.tv_brand_wrap .tv_box .tv_item_experience{
  padding-top: 10px;
  margin: auto;
  display: block;
  width: 85%;
}
.tv_brand_wrap .tv_box .tv_item_experience p:nth-of-type(n+1){
  padding-bottom: 10px;
}
.tv_brand_wrap .tv_box .tv_item_experience .bold{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #1d5997;
}
 .tv_brand_wrap .tv_box figure{
  overflow: hidden;
  border-radius: 10px;
  transition-duration: 0.4s;
}
.tv_brand_wrap .tv_box figure:hover{
  transform: translateY(-8px);
}



/*ボタン設定*/
.tv_brand_wrap .tv_button{
  margin-top: 10px;
  padding-right: 10px;
  text-align: right;
}
.tv_brand_wrap .tv_button:nth-of-type(2){
  margin-top: 18px;
}
#media-item .tv_brand_wrap .tv_button a{
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #dd7b19;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  padding-right: 38px;
  border-bottom: 2px solid;
}
#media-item .tv_brand_wrap .tv_button a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 7px;
  top: 50%;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: translateY(-50%) rotate(-45deg);
}

#media-item .tv_back_button{
  text-align: center;
}
#media-item .tv_back_button a{
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: 0.4s;
}
#media-item .tv_back_button a:hover{
  color: #b2535d;
}
#media-item .tv_back_button a::before{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  left:-15px;
  top: 50%;
  border-right: 2px solid #6e3b3b;
  border-bottom: 2px solid #6e3b3b;
  transform: translateY(-50%) rotate(135deg);
}
#media-item .tv_back_button a:hover::before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left:-15px;
  top: 50%;
  border-right: 2px solid #b2535d;
  border-bottom: 2px solid #b2535d;
  transform: translateY(-50%) rotate(135deg);
}