@charset "utf-8";

p.rwd-text {
    margin-bottom: 30px!important;
}

/* ※文の※右側余白を調整 */
#rwd-content .rwd-notes-list01 dt {
    width: 20px!important;
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
/*イントロ部分背景*/
.intro-block{
    background: #f3f6f9;
    border-top: solid 3px #dce3ee;
    border-bottom: solid 3px #dce3ee;
    padding:35px 3% 10px;
    margin: 0 auto 40px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.intro-block p{
    margin-bottom: 1.6rem;
    line-height: 1.53;
}
/*枠囲み見出しの下余白を少し詰める*/
#rwd-content .rwd-headline2-type10 {
    margin: 0 0 30px!important;
}
/* リストの文字サイズを本文デフォルトサイズに*/
#rwd-content .rwd-notes-list-circle01 li {
    font-size: 1.6rem!important;
}
}

@media screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
/*イントロ部分背景*/
.intro-block{
    background: #f3f6f9;
    border-top: solid 3px #dce3ee;
    border-bottom: solid 3px #dce3ee;
    padding:30px 5% 20px;
    margin: 0 auto 40px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.intro-block p{
    margin-bottom: 1.5rem;
    line-height: 1.6666666667;
}
/*枠囲み見出しの下余白を少し詰める*/
#rwd-content .rwd-headline2-type10 {
    margin: 0 0 30px!important;
}
#rwd-content p.rwd-break {
    margin-bottom: 1.6em!important;
}
/*枠囲み見出しのSP時左余白詰める*/
#rwd-content .rwd-headline2-type10 {
    padding: 9px 2% 7px 3%!important;
}
/* リストの文字サイズを本文デフォルトサイズに*/
#rwd-content .rwd-notes-list-circle01 li {
    font-size: 1.5rem!important;
}
}



/* ================================================
バナーダウンロード部設定
================================================ */
@media print, screen and (min-width: 768px){
.bnr_dl{
	margin: 10px 0 20px 8.2%;
}
.bnr_dl img{
	float: left;
	margin-right: 1.2%;
	margin-bottom: 10px;
}
}
@media screen and (max-width: 767px){
.bnr_dl{
	margin: 10px 0 20px 0;
}
.bnr_dl img{
	float: none;
	margin-bottom: 10px;
}
}