*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	box-sizing: border-box;
	background: url(../images/millionbook_2025_bg.png) center 0 no-repeat fixed;
	background-size: cover;
}
a {
	text-decoration: none;
}
header {
	background-color: rgba( 255, 255, 255, 0.65 );
}
#wrap {
	margin: 0;
	padding: 0;
}
h1 {
	width: 95px;
}
/* ------------------------------
	
	mainvisual

------------------------------ */
#mainvisual {
	padding-top: 70px;
	text-align: center;
	line-height: 0;
}
#mainvisual .mv_main {
	text-align: center;
	line-height: 0;
}
/* ------------------------------
	
	caption

------------------------------ */
#caption {
	margin: 30px auto;
	width: 965px;
	max-width: 100%;
}
#caption h2 {
	margin: 0 auto;
	font-size: 25px;
	letter-spacing: 0.2em;
	text-align: center;
}
#caption h2 img {
	box-shadow: 2px 2px 3px #ccc;
}
#caption p {
	margin: 15px 4%;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	font-size: 15px;
	text-shadow: 1px 1px 2px #fff;
}
#caption .caption_link {
	text-align: center;
	margin-top: 30px;
}
#caption .caption_link p {
	font-size: 17px;
}
#caption .caption_dec:before {
	content: url('../images/millionbook_2025_img01.jpg');
	position: relative;
	top: 2px;
	margin: 0 8px 0 0;
}
#caption .caption_dec:after {
	content: url('../images/millionbook_2025_img01.jpg');
	position: relative;
	top: 2px;
	margin: 0 0 0 8px;
}
.mv_main>img {
	max-width: 100%;
	margin-top:10px;
}
.pc { display: block !important;
}
.sp { display: none !important;
}
#caption .intro{
	width:80%;
	margin:0 auto;
}
#caption .intro .box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
#caption .intro .box15 p {
    margin: 0 auto; 
    padding: 1em;
	font-size:small;
}
#caption .intro .book{
	display: flex;
    align-items: center;
    gap: 20px;
    padding:1em 0;
    line-height: 1.7;
}
#caption .intro .author_blk{
	display: flex;
	margin:1em 0;
	}
#caption .intro .author{
	display: block;
    width:65%;
	}
/* ------------------------------
	
	column

------------------------------ */
#wrap .column li {
	vertical-align: top;
}
#wrap .column h3 {
	position: relative;
	width: 965px;
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
}
/* 1 */
#col1 h3 {
	background-color: #00ab84;
}
#col1 h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border: 15px solid transparent;
	border-top: 15px solid #00ab84;
	width: 0;
	height: 0;
}
/* 2 */
#col2 h3 {
	background-color: #ef858c;
}
#col2 h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border: 15px solid transparent;
	border-top: 15px solid #ef858c;
	width: 0;
	height: 0;
}
/* ---本リスト --- */
#wrap .column {
	padding: 10px 0;
	background-color: rgba( 255, 255, 255, 0.70 );
}
#wrap .column .books {
	margin: 10px auto 10px;
	width: 960px;
	max-width: 100%;
	display: flex;
	flex-flow: wrap;
	padding-top:20px;
}
#wrap .column .books>li {
	width: 33%;
	padding: 15px 0;
}
#wrap .column .books dl {
	width: auto;
	margin: 0 auto;
}
#wrap .column .books dt {
	text-align: center;
}
#wrap .column .books dt img {
	width: 70%;
	box-shadow: 2px 2px 3px #ccc;
}
#wrap .column .books dt img:hover {
	opacity: .8;
}
#wrap .column .books dd {
	width: 100%;
}
/* --- タイトルと著者 --- */
#wrap .column .books .bk_title {
	margin: 0 auto;
	width: 40%;
	text-shadow: 1px 1px 2px #fff;
}
#wrap .column .books .bk_title li:nth-of-type(2) {
	font-size: 10.5px;
}
/* ------------------------------
	
	select

------------------------------ */
.select {
	background-color: rgba( 255, 255, 255, 0.70 );
	margin: 0 0 30px;
	padding-top: 20px;
}
.select_dec01, .select_dec02 {
	text-align: center;
	padding: 40px 0 20px;
	background-image: url(../images/millionbook_2025_img02.png);
	background-repeat: repeat-x;
	max-width: 965px;
	margin: 0 auto;
}
.select h3 {
	text-align: center;
}
.select ul {
	margin: 0 auto;
	max-width: 965px;
}
.select li {
	display: flex;
	justify-content:center;
	align-items: center;
	border-bottom: 2px dashed #ccc;
}
.select li:last-child {
	border-bottom: none;
}
.select p{
	font-size:15px;
	}
.select li .select_txt {
	width: 100%;
	line-height: 1.7;
}
.select li .select_txt p:nth-of-type(1) {
	margin-bottom: .7rem;
}
/* ------------------------------
	
	interview

------------------------------ */
.interview {
  display: block;
  padding:1em 5em;
}
.icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
  padding:0.3em 0;
  line-height: 1.7;
}
.select figure {
	width:50%;
}
p.line_left_Q_szk {
	border-left: 5px solid #1376be;
    padding-left: 15px;
}
p.line_left_Q_sbt {
	border-left: 5px solid #e8340c;
    padding-left: 15px;
}
p.line_left_A {
	border-left: 5px solid #00ab84;
    padding-left: 15px;
}
/* ------------------------------
	
	footer

------------------------------ */
footer {
	width: 100%;
	bottom: 0;
	padding: 0;
	background: url(../images/millionbook_2025_footer-bg.png) bottom / cover;
	line-height: 0;
}
#kumaoyako {
	margin: 0 auto;
	text-align: center;
	height: 280px;
	width: auto;
	background: url(../images/millionbook_2025_footer-img.png);
	background-repeat: no-repeat;
	background-position: center;
}
#copyright {
	margin: 0 auto 0 !important;
	color: #FFF;
	padding: 15px 0;
}

