/*============================
#main_content
============================*/
main{
  margin-top: 190px;
}
.main_content{
  padding-top: 70px;
}

/*============================
#news_detail
============================*/
.newstitle{
	font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
}
.news_main{
	background: #fff;
	padding: 24px;
	border-radius: 10px;
}
.news_main .data, .news_main .txt{
  margin-bottom: 25px;
}
.news_main .data{
  text-align: left;
  font-weight: normal;
}
@media (max-width:767px){
.newstitle{	
  font-size: 20px;
  margin-bottom: 30px;
}
.news_main .data{
  text-align: right;
}
}

.news_main .img{
  margin-bottom: 50px;
}
.news_main .img img{
  width: 100%;
}
.news_main .btn_moushikomi, .news_main .btn_download{
  position: relative;
  background: #F091A0;
  color: #fff;
  width: 390px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto;
  text-align: center;
  font-weight: normal;
  transition-duration: 1s;
  border-radius:20px;
}
.news_main .back_list{
  position: relative;
  width: 150px;
  height:50px;
  line-height: 50px;
  margin: 30px auto;
	margin-bottom: 0;
  text-align: center;
  /*border-bottom: 2px solid #c40017;*/
  transition-duration: 1s;
}
.news_main .btn_moushikomi a, .news_main .btn_download a, .news_main .back_list a{
  display: block;
  color:#fff;
}
.news_main .back_list a{
	color:#000;
}
.news_main .btn_moushikomi:hover, .news_main .btn_download:hover, .news_main .back_list:hover{
  opacity: 0.6;
}
.news_main .btn_moushikomi::after{
  content: "　";
  position: absolute;
  width: 7px;
  height: 50px;
  top: 40%;
  left: 300px;
  background-image:url(../image/news/arrow_wh.svg);
  background-size: 100%;
  background-repeat:no-repeat;
}
.news_main .btn_download::after{
  content: "　";
  position: absolute;
  width: 17px;
  height: 50px;
  top: 30%;
  left: 300px;
  background-image:url(../image/news/link_white.svg);
  background-size: 100%;
  background-repeat:no-repeat;
}
.news_main .back_list::after{
  content: "　";
  position: absolute;
  width: 7px;
  height: 50px;
  top: 45%;
  left: 140px;
  background-image:url(../image/news/arrow_bw.svg);
  background-size: 100%;
  background-repeat:no-repeat;
}



/*============================
#side_content
============================*/
.side_content2 h2{
  width: 100%;
  background: #F091A0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.side_content2 ul{
  padding-left: 1em;
  list-style: none;
}
.side_content2 li{
  margin-bottom: 10px;
}
.side_content2 li .arrow{
  display: inline-block;
  width: 7px;
  height: 9px;
  position: relative;
  top: -2px;
  margin-right: 0.5em;
}
/*
.side_content2 li::before{
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 7px;
  height: 23px;
  margin-right: 0.25em;
  background-image: url(../image/news/arrow_bw.svg);
  background-size: 100%;
  background-position: center;
}
*/
.side_content2 .news_side_img1, .side_content2 .news_side_img2{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.side_content2 li a{
  display: block;
}
.side_content2 .news_side_img1{
  width: 110px;
}
.side_content2 .news_side_img2{
  width: 170px;
}

/*============================
#tablet
============================*/
@media (max-width:1024px) and (min-width:481px){
  main{
    padding: 0 10px;
  }
  .main_content{
    padding-top: 0;
  }
}

/*============================
#sp
============================*/
@media (max-width:480px){
  main{
    margin-top: 0;
    padding: 0 10px;
  }
  .news_detail_h2 img, .news_main h2 img{
    width: 60%;
    max-width: 320px;
  }
  .main_content{
    padding-top: 35px;
  }
  .news_main .btn_moushikomi, .news_main .btn_download{
    width: 100%;
  }
  .side_content2 li::before{
    top: 6px;
    margin-right: 0.5em;
  }
}
