body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	box-sizing: border-box;
	background: url(../images/million2020_bg_01.png) center 0 no-repeat fixed;
	background-size: cover;
}
a {
	text-decoration: none;
}
/*----------------------
    スマホヘッダー
----------------------*/
header {
	background-color: rgba( 255, 255, 255, .8);
}
#haed_inner {
	display: flex;
	align-items: center;
}
h1 {
	width: 15%;
}
h1 img {
	width: 70px;
	display: inline-block;
}
#logo_img {
	width: 40%;
	margin-left: auto;
}
#logo_img img {
	width: 100%;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0;
	width: device-width;
	overflow: hidden;
	background: url(../images/millionbook_2025_bg_sp.png);
}
/* ------------------------------
	
	mainvisual

------------------------------ */
#mainvisual {
	padding-top: 123px;
}
#mainvisual .mv_main {
	text-align: center;
	position: relative;
}
.mv_main>img {
	max-width: 100%;
	width: 100%;
}
.mv_box01 {
	background-color: #003692;
	height: 30px;
	position:relative;
	margin-top: -70px;
}
/* ------------------------------
	
	caption

------------------------------ */
#caption {
	margin: 0 auto;
	background:linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background-color: rgba( 255, 255, 255, 0.9 );
}
#caption img {
	padding: 20px 0 5px;
	max-width: 90%;
}
#caption h2 {
	margin: 0 auto;
	font-size: 25px;
	letter-spacing: 0.2em;
	text-align: center;
}
#caption p {
	width: 85%;
	margin: 15px auto;
	letter-spacing: 0.1em;
	font-size: 15px;
}
#caption p a {
	font-size: 16px;
	text-align: center;
}
#caption p:last-child {
	margin-bottom: 0;
}
#caption .caption_link {
	padding-bottom: 30px;
}
/* ------------------------------
	
	column

------------------------------ */
#wrap .column h3 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	color: #FFFFFF;
	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 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background-color: rgba( 255, 255, 255, 0.9 );
}
#wrap .column .books {
	width: 100%;
	margin: 10px auto 10px;
	overflow: hidden;
}
#wrap .column .books li {
	margin: 3px 0;
	vertical-align: top;
}
#wrap .column .books > li {
	width: 33.33%;
	padding: 10px 0;
	margin: 10px 0;
	display: inline-block;
}
#wrap .column .books dl {
	margin: 0 auto;
}
#wrap .column .books dt {
	text-align: center;
}
#wrap .column .books dt img {
	width: 70%;
}
/* --- タイトルと著者 --- */
#wrap .column .books .bk_title {
	font-size: 15px;
}
#wrap .column .books .bk_title li:nth-of-type(2) {
	font-size: 14px;
}
/* ------------------------------
	
	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:2em;
}
.icon-text {
  display: block;
  align-items: center;
  padding:0.3em 0;
  line-height: 1.7;
}
.select figure {
	width:100%;
}
p.line_left_Q {
	border-left: 5px solid #1376be;
	margin-top:1em;
}
p.line_left_A {
	border-left: 5px solid #00ab84;
	margin-top:1em;
}
/* ------------------------------
	
	footer

------------------------------ */
footer {
	width: 100%;
	bottom: 0;
	padding: 0;
	background: url(../images/millionbook_2025_footer-bg.png) bottom / cover no-repeat;
}
#kumaoyako {
	margin: 0 auto;
	text-align: center;
}
#copyright {
	margin: 0 auto 0 !important;
	color: #FFF;
}
.select {
	background-color: rgba( 255, 255, 255, .9 );
	padding: 0;
	/* padding-top: 5px; */
	margin: 0;
}
.select li img {
	margin: 15px;
}
.select_txt {
	margin: 1rem;
}
.select_dec02 {
	display: none;
}
.select_dec03 {
	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;
}
 @media only screen and (max-width:550px) {
#haed_inner {
	padding-top: 5px;
}
.mv_main>img {
	margin:15px 0;
}
.pc { display: none !important;
}
.sp { display: block !important; 
}
#col1, #col2 {
	padding-top: 5px !important;
	margin-top: -5px !important;
}
#mainvisual {
	padding-top: 127px;
}
#caption .intro .box15 p {
    margin: 0 auto; 
    padding: 1em 0.5em;
}
#caption .intro .book{
	display: block;
    text-align: center;
    padding:1em 0;
    line-height: 1.7;
}
#caption .intro .author_blk{
	display: block;
	text-align: center;
	margin:0 auto;
	margin-bottom:2em;
	}
#caption .intro .author{
	display: block;
    width:100%;
	}
#caption p {
	letter-spacing: 0.02em;
	line-height: 1.6em;
	width: 90%;
}
#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;
}
#caption .caption_link {
	margin-top: 20px;
	padding-bottom: 50px;
}
nav ul li a:link {
	color: #051260;
}
nav ul li a:hover {
	color: #fff;
}
#page-top a img {
	width: 50px;
}
#page-top {
	right: 5px;
	bottom: 15px;
}
h1 img {
	width: 50px;
}
#wrap .column .books > li {
	width: 50%;
}
#wrap .column .books .bk_title {
	font-size: 14px;
}
#wrap .column .books .bk_title li:nth-of-type(2) {
	font-size: 13px;
}
.select h3 {
	background-color: rgba( 255, 255, 255, 0.65 );
	padding-bottom: 1rem
}
.select li {
	display: block;
	border-bottom: none;
}
.select li img {
	margin: 0 auto;
	display: block;
	/*border: 7px solid #e6ddeb;*/
}
.select li {
	background-color: rgba( 255, 255, 255, 0.65 );
}
.select li .select_txt {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 1.5rem;
}
.select_dec01, .select_dec02 {
	background-color: rgba( 255, 255, 255, 0.65 );
}
.select_txt {
	padding-top: 1.5rem;
}
/* ------------------------------
	
	select

------------------------------ */
.select li {
	border-bottom: 2px dashed #ccc;
}
.select li:last-child {
	border-bottom: none;
}
/* ------------------------------
	
	interview

------------------------------ */
.interview {
  display: block;
  padding:2em 2em 1em;
}
.icon-text {
  display: block;
  align-items: center;
  padding:0.3em 0;
  line-height: 1.7;
}
.select figure {
	width:100%;
}
p.line_left_Q {
	border-left: 5px solid #1376be;
	margin-top:1em;
}
p.line_left_A {
	border-left: 5px solid #00ab84;
	margin-top:1em;
}
}
