@charset "utf-8";
@media all{
	
/*　お知らせ一覧
---------------------------------------------------*/
#whatsnew{ width:820px;}
#whatsnew .section{ width:780px; padding:0px 20px 30px;}
#whatsnew .section dl dt{ padding:15px 0 8px 0;  font-weight:bold; color:#999;font-size: 13px;}
#whatsnew .section dl dd.title{ padding:0 0 15px 0; margin:0 0 15px 0; font-weight:bold; border-bottom:dashed 1px #d9d9d9;    font-size: 22px;text-align: center;line-height: 1.7;}
#whatsnew .section dl dd.title span{line-height: 1.8; font-size: 21px;}
#whatsnew .section dl dd.text{ padding:0 0 40px 0; line-height:1.6em;}
  #whatsnew .section dl dd.text p{line-height: 1.6em;}

#whatsnew .section dl dd.text .center{ display:block; text-align:center;}
#whatsnew .section dl dd.text .right{ display:block; text-align:right;}
#whatsnew .section p.btn{ margin:10px 0 0 0; text-align:right;}
  .pc-block{
    display: inline;
  }
  .sp-block{
    display: none;
  }
  .indent01{
    text-indent: 1em;
    display: block;
  }
  .indent02{
    text-indent: 2em;
    display: block;
  }
  .indent03{
    text-indent: 3em;
    display: block;
  }
  .indent04{
    text-indent: 4em;
    display: block;
  }
  .indent05{
    text-indent: 5em;
    display: block;
  }
  .indent05_5{
    text-indent: 5.5em;
    display: block;
  }
  .indent06{
    text-indent: 6em;
    display: block;
  }
  .indent06_5{
    text-indent: 6.5em;
    display: block;
  }
  .indent09{
    text-indent: 9em;
    display: block;
  }
  
	dd{
		 overflow-wrap:  break-word;
	}
	
}
.pb_10{padding-bottom: 10px;}
@media screen and ( max-width: 1280px ) {
#whatsnew {
    max-width: 820px;
	width: 100%;
}
	#whatsnew .section {
    max-width: 780px;
	width: 100%;
    padding: 0;
}
}
@media screen and ( max-width: 767px ) {
	#whatsnew .section {
    width: 100%;
}
	#whatsnew {
    width: 100%;
}
  #whatsnew .section dl dd.text p:first-child .left {
    left: auto;
  }
  .pc-block{
    display: none;
  }
  .sp-block{
    display: block;
  }
  
  .ft_18 {
    font-size: 18px;
  }
  .indent0, .indent5_5{
    text-indent:  0em;
    padding-left: 0em;
  }
  .indent6_5, .indent12_5 {
    text-indent: -3.5em;
    padding-left: 3.5em;
  }
  .indent06, .indent09{
    text-indent: 0em;
  }
}