@charset "UTF-8";


/*基本枠 開始-----------------------------------------------------------------------*/
#lp_contents {
	text-align: left;
	margin: 20px;
}
/*基本枠 終了-----------------------------------------------------------------------*/


/*コンテンツ部分 開始-----------------------------------------------------------------------*/

/*h2デザイン*/
#lp_contents h2 {
	font-weight: 900;
	color: #000;
	background: #fff7e6;
	border-top: solid 4px #83be43;
	border-bottom: solid 4px #83be43;
	margin-top: 40px;
	line-height: 1.1em;
	text-align: center;
}
#lp_contents h2:first-of-type {
	margin-top: 20px;
}
#lp_contents h2 strong {
	color: #f08300;
	font-size: 1.1em;
	margin: 0 5px;
}
/*h3デザイン*/
#lp_contents h3 {
	font-size: 1.3em;
	margin: 37px 20px 25px;
	font-weight: bold;
}
#lp_contents h3:first-of-type {
	margin: 25px 20px;
}
#lp_contents h3 dt,
#lp_contents h3 dd {
	padding: 5px 10px 0;
}
#lp_contents h3 dt {
	background: #f08300;
	color: #fff;
	font-size: 1.2em;
}
#lp_contents h3 dd {
	background: #83be43;
	color: #fff;
	font-size: 1.1em;
}
#lp_contents h3 dd:first-of-type {
	font-size: 1em;
}
#lp_contents h3.book_title {
	border-left: solid 6px #83be43;
	margin: 20px;
	padding-left: 8px;
	line-height: 1.2em;
	font-weight: normal;
}
#lp_contents .area_txt h3.book_title {
	margin: 0 0 40px;
	font-weight: bold;
}
/*書籍仕様*/
#lp_contents .contents_detail {
	padding: 40px 20px 40px 135px;
}
#lp_contents .contents_detail table {
	margin-bottom: 45px;
	line-height: 130%;
}
#lp_contents .contents_detail table th,
#lp_contents .contents_detail table td {
	vertical-align: top;
	font-size: 1.1em;
}
#lp_contents .contents_detail table th {
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	padding: 0 0 5px 0;
}
#lp_contents .contents_detail table td {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	padding: 0 0 5px;
}
#lp_contents .contents_detail .btn {
	margin-bottom: 0;
}
#lp_contents .contents_detail .btn img {
	vertical-align: bottom;
}
/*本文*/
#lp_contents p.txt_point {
	margin: 0 40px 20px;
}
#lp_contents p.img_center {
	text-align: center;
}
#lp_contents .book_title+p.img_center {
	margin-bottom: 40px;
}
/*動画サンプル*/
#lp_contents .mov_sample h4 {
	border-left: solid 6px #83be43;
	margin: 20px 0 15px;
	padding-left: 8px;
	line-height: 1.2em;
	font-weight: normal;
}
#lp_contents .mov_sample p.txt_point {
	margin: 0 0 15px 14px;
}
/*コンテンツ部分 終了-----------------------------------------------------------------------*/


/* ###################### 767px以下 ###################### */
@media (max-width: 767px) {

/*基本枠 開始-----------------------------------------------------------------------*/
#lp_contents {
	margin: 20px 0;
}
/*基本枠 終了-----------------------------------------------------------------------*/


/*コンテンツ部分 開始-----------------------------------------------------------------------*/

/*h2デザイン*/
#lp_contents h2 {
	padding: 10px 10px 5px;
	font-size: 1.5em;
	text-align: left;
}
/*h3デザイン*/
#lp_contents h3 {
	font-size: 1em;
	margin: 20px 0;
}
#lp_contents h3:first-of-type {
	margin: 20px 0;
}
#lp_contents h3.book_title {
	margin: 20px 0;
}
#lp_contents .area_txt h3.book_title {
	margin: 20px 0;
}
/*書籍仕様*/
#lp_contents .contents_detail {
	padding: 40px 12px;
}
#lp_contents .contents_detail .area_img {
	text-align: center;
}
#lp_contents .contents_detail table {
	margin-bottom: 40px;
}
#lp_contents .contents_detail table th,
#lp_contents .contents_detail table td {
	font-size: 1em;
}
#lp_contents .contents_detail table td {
	white-space: normal;
}
#lp_contents .contents_detail .btn {
	text-align: center;
}
/*本文*/
#lp_contents p.txt_point {
	margin: 0 10px 20px;
}
/*コンテンツ部分 終了-----------------------------------------------------------------------*/

}


/* ###################### 768px以上 ###################### */
@media (min-width: 768px) {

/*コンテンツ部分 開始-----------------------------------------------------------------------*/

/*h2デザイン*/
#lp_contents h2 {
	padding: 20px 0 18px;
	font-size: 2.8em;
}
/*h3デザイン*/
#lp_contents h3 dl {
	display: table;
}
#lp_contents h3 dt {
	width: 100px;
	text-align: center;
	display: table-cell;
}
#lp_contents h3 dd {
	width: 760px;
	display: table-cell;
}
#lp_contents h3.book_title {
	font-size: 1.4em;
}
/*書籍仕様*/
#lp_contents .contents_detail:last-child {
	padding: 40px 20px 10px 135px;
}
#lp_contents .contents_detail .area_info:after {
	content: "";
	display: block;
	clear: both;
}
#lp_contents .contents_detail .area_img {
	float: left;
	width: auto;
	margin: 0 60px 0 0;
}
#lp_contents .contents_detail .area_txt {
	float: right;
	width: 455px;
}
/*本文*/
#lp_contents p {
	font-size: 1.1em;
}
/*動画サンプル*/
#lp_contents .mov_sample {
	margin: 0 40px 20px;
}
#lp_contents .mov_sample_wrap {
	width: 840px;
}
#lp_contents .mov_sample h4 {
	font-size: 1.1em;
}
#lp_contents .mov_sample .youtube {
	margin: 0 50px;
}
/*コンテンツ部分 終了-----------------------------------------------------------------------*/

}
