/* ----------------------------------------

メルマガ

---------------------------------------- */

.magazine .intro p {
	margin-bottom: 16px;
}

.formbox h4{
	color:#fff000;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 2px dotted #fff;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.list {
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-left: 22px;
	margin-bottom: 20px;
}
.list li {
	list-style-type: disc;
}


@media screen and (max-width: 1200px) {
.magazine .intro p {
	margin-bottom: 16px;
}

.formbox h4{
	color:#fff000;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 2px dotted #fff;
	margin-bottom: 10px;
	padding-bottom: 8px;
	line-height: 1.5;
}

.list {
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-left: 22px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.list li {
	list-style-type: disc;
	line-height: 1.6;
}

}