@charset "UTF-8";
/* krumboltz_book.css */

/* ===============
topimage
================*/

.krumbook_topimage {
	width: 100%;
	background: url(../images/krum_book/bg_topimage.png) repeat-x;
	background-position: bottom left;
	background-size:27px;
}
.krumbook_topimage h1 {
	text-align: center;
	padding-top: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.krumbook_topimage h1 img {
	width: 100%;
	height: auto;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
.krumbook_topimage {
	width: 100%;
	background: url(../images/krum_book/bg_topimage.png) repeat-x;
	background-position: bottom left;
	background-size: 24px;
}	
	
}


/* ===============
.about_krumboltz
================*/
.about_krumboltz {
	width: 100%;
	background-color: #ececec;
	padding: 40px 0 80px 0;
	border-bottom: 10px solid #a92426;
}
.about_krumboltz h2 {
	color: #a92426;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	border-left: none;
}
.about_krumboltz h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background-color: #a92426;
	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.about_krumboltz .book_main {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 80px auto;
	align-items: center
}
.about_krumboltz .book_main .contents_item {
	flex-basis: 56%;
	margin-right: 4%;
}
.about_krumboltz .book_main p span {
	font-weight: 800;
	font-size: 18px;
}
.about_krumboltz .book_main .book_img {
	flex-basis: 40%;
	margin-right: 4%;
}
.about_krumboltz .book_img_w {
	width: 100%;
	display: flex;
	justify-content: center;
	gap:20px;
	margin: 60px 0 30px auto;
}
.about_krumboltz .book_img_w img {
	width: 100%;
	height: auto;
}


/* ===============
.about_book
================*/
.arrow_down_big {
	width: 300px;
	margin: 0 auto;
}
.about_book {
	width: 100%;
	padding: 40px 0 40px 0;
}
.about_book h2 {
	color: #a92426;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	border-left: none;
}
.about_book h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background-color: #a92426;
	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.book_contents_detail {
	width: 100%;
	max-width: 900px;
	margin: 60px auto 0 auto;
}

.book_inner {
	width: 600px;
	margin: 0 auto;
	font-weight: 600;
}
.book_inner h3 {
	color: #a92426;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.book_inner .book_inner_text {
	background: url(../images/krum_book/mark.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 8px;
}
.book_inner .book_inner_text span {
	display: inline-block;
	background-color: #fff000;
	padding: 4px 10px;
}


/* ===============
.book_buy
================*/
.book_buy {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px auto;
	border: 3px solid #a92426;
	padding: 40px;
}

.book_buy .book_buy_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.book_buy .book_buy_top .book_img {
	flex-basis: 30%;
	margin-right: 2%;
}
.book_buy .book_buy_top .book_txt {
	flex-basis: 68%;
}
.book_buy .book_buy_top .book_txt img {
	margin-bottom: 20px;
}
.book_buy .book_buy_top .book_txt p {
	font-size: 16px;
}
.book_buy .book_buy_top .book_txt p span {
	font-weight: 600;
	font-size: 20px;
}
.book_buy h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	color: #a92426;
}
.book_buy .buy_area {
	width: 94%;
	margin: 10px auto 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 22px;
}
.book_buy .buy_area a {
	display: block;
	width: 270px;
	height: 50px;
	border: 1px solid #666;
	border-radius: 8px;
	text-align: center;
	padding: 6px;
	display: flex;
	align-items: center;
}
.book_buy .buy_area a img {
	max-height: 48px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.book_buy .buy_area a:hover {
	border: 2px solid #a92426;
}



/* ===============
#krumboltz_seminar
================*/
#krumboltz_seminar {
	width: 100%;
	background-color: #ececec;
	padding: 40px 0 20px 0;
	margin-bottom: 60px;
}
#krumboltz_seminar h2 {
	color: #a92426;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	border-left: none;
	margin-bottom: 50px;
}
#krumboltz_seminar h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background-color: #a92426;
	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#krumboltz_seminar h3 {
	font-size: 20px;
	font-weight: 600;
	color: #0c7438;
	margin-bottom: 20px;
	padding-left: 20px;
}
#krumboltz_seminar table.seminar_table tr {
	background-color: #fff!important;
}


@media all and (max-width: 767px) {

/* ===============
topimage
================*/

.krumbook_topimage {
	width: 100%;
	background:none;
}
.krumbook_topimage h1 {
	width: 100%;
	text-align: center;
	padding-top: 0;
	margin: 0 auto;
}
.krumbook_topimage h1 img {
	width: 100%;
	height: auto;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
	
/* ===============
.about_krumboltz
================*/
.about_krumboltz {
	padding: 40px 0 40px 0;
	border-bottom: 4px solid #a92426;
}
.about_krumboltz h2 {
	color: #a92426;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	border-left: none;
}
.about_krumboltz h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #a92426;
	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.about_krumboltz .book_main {
	width: 90%;
	display: flex;
	justify-content: flex-start;
	margin: 80px auto;
	flex-wrap: wrap;
}
.about_krumboltz .book_main .contents_item {
	flex-basis: 100%;
	margin: 0 auto;
}
.about_krumboltz .book_main .book_img {
	flex-basis: 100%;
	margin-right: auto;
}
.about_krumboltz .book_img_w {
	width: 90%;
	max-width: 300px;
	display: flex;
	justify-content: center;
	gap:20px;
	margin: 60px auto 30px auto;
}
.itemmain {
	width: 90%;
	margin: 0 auto;
}
.about_krumboltz .book_img_w img {
	width: 100%;
	height: auto;
}


/* ===============
.about_book
================*/
.arrow_down_big {
	width: 300px;
	margin: 0 auto;
}
.about_book {
	width: 90%;
	padding: 40px 0 10px 0;
}
.about_book h2 {
	color: #a92426;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	border-left: none;
}
.about_book h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #a92426;
	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.book_contents_detail {
	width: 100%;
	margin: 30px auto 0 auto;
}

.book_inner {
	width: 96%;
	margin: 0 auto;
	font-weight: 600;
}
.book_inner h3 {
	color: #a92426;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.book_inner .book_inner_text {
	background: url(../images/krum_book/mark.png) no-repeat left center;
	background-size: 14px;
	padding-left: 20px;
	margin-bottom: 8px;
	text-align: left;
}
.book_inner .book_inner_text span {
	display: inline-block;
	background-color: #fff000;
	padding: 4px 10px;
}


/* ===============
.book_buy
================*/
.book_buy {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px auto;
	border: 3px solid #a92426;
	padding: 20px;
}

.book_buy .book_buy_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	flex-wrap: wrap
}
.book_buy .book_buy_top .book_img {
	flex-basis: 100%;
	margin-right: 2%;
}
.book_buy .book_buy_top .book_txt {
	flex-basis: 100%;
}
.book_buy .book_buy_top .book_txt img {
	margin-bottom: 20px;
}
.book_buy .book_buy_top .book_txt p {
	font-size: 16px;
}
.book_buy .book_buy_top .book_txt p span {
	font-weight: 600;
	font-size: 20px;
}
.book_buy h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	color: #a92426;
}
.book_buy .buy_area {
	width: 100%;
	margin: 10px auto 0 auto;
	display: block;
}
.book_buy .buy_area a {
	display: block;
	flex-basis: 100%;
	width: 100%;
	height: 50px;
	border: 1px solid #666;
	border-radius: 8px;
	text-align: center;
	padding: 6px;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.book_buy .buy_area a img {
	max-height: 48px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.book_buy .buy_area a:hover {
	border: 2px solid #a92426;
}

/* ===============
#krumboltz_seminar
================*/
#krumboltz_seminar {
	width: 100%;
	background-color: #ececec;
	padding: 20px 0 20px 0;
	margin-bottom: 40px;
}
#krumboltz_seminar h2 {
	color: #a92426;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	position: relative;
	border-left: none;
	margin-bottom: 50px;
}
#krumboltz_seminar h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #a92426;
	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#krumboltz_seminar h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0c7438;
	margin-bottom: 20px;
	padding-left: 10px;
}
	
	
}






