@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	background: #202874;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	background-image: url(../images/booksanta_bg.jpg);
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#copyright {
	font-size: 12px;
	margin: 80px auto 85px;
	color: #fff;
}
header {
	background: rgba( 255, 255, 255, 0.6 );
}
/* ------------------------------	
	wrap
------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0;
}
#about, #join, #shoten-list, #attention, #qa {
	padding: 50px 10px;
	background-color: #F5F3EA;
}
.bg-be {
	background-color: #F5F3EA;
}
h2 {
	text-align: center;
	font-size: 38px;
	color: #202874;
	margin: 20px 0;
}
.qa_inner, .attention_inner, .join_inner {
	max-width: 1000px;
	margin: 0 auto;
}
/*----------------------
    mainvisual
----------------------*/

#mainvisual {
	margin: 0 auto;
	width: auto;
	padding: 70px 0 0 0;
}
#wrap .h01 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 5px 0;
	margin: 10px auto 5px;
}
.mainvisual_mainv {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 50px auto 20px;
}
.mainv_img01 {
	max-width: 360px;
}
.mainvisual_mainv01 {
	max-width: 35%;
	text-align: center;
}
.mainvisual_mainv02 {
	max-width: 65%;
	font-size: 50px;
	color: #fff;
	vertical-align: middle;
}
.mainv_img02 {
	max-width: 664px;
}
.booksanta_logo {
	padding: 3px 15px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
#wrap .kikan {
	text-align: center;
	line-height: 1.6;
	font-size: 28px;
	color: #202874;
	background: #FFF;
	padding: 15px 0;
	font-weight: bold;
}
.kikan_txt01 {
	background-color: #202874;
	color: #fff;
	border-radius: 6px;
	padding: 0.2em 0.5em 0.1em;
	font-size: 24px;
	margin-right: 1rem;
	vertical-align: middle;
}
.kikan_txt02 {
	font-size: 18px;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #F00 2px;
	font-size: 14px;
	color: #F00;
	padding: 2px 0 2px 0;
	background: #FFF;
}
/*----------------------
    about
----------------------*/
.about_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.about_box {
	display: flex;
	width: 90%;
	justify-content: center;
	margin: 0 auto;
}
.booksanta_about_img01 {
	width: 550px;
}
.about_box_img p {
	text-align: center;
	margin-top: .5em;
}
.about_box_txt01 {
	font-size: 20px;
	line-height: 1.8;
}
.about_box_txt01 p:last-child {
	margin-top: 1rem;
}
.about_box_txt {
	margin-left: 20px;
}
.about_box_txt ul {
	margin: 0 auto;
}
.about_box_txt02_pc {
	margin-top: 30px;
}
.about_box_txt02_sp {
	display: none;
}
.about_box_btn {
	background-color: #202874;
	border-radius: 50px;
	width: 350px;
	margin: 10px auto;
	font-size: 22px;
	text-align: center;
}
.about_box_btn span {
	font-size: 14px;
}
.about_box_btn a {
	color: #fff;
	display: block;
	padding: .8em 1.5em;
	line-height: 1.2;
}
/*----------------------
    join
----------------------*/
#join{
	padding-bottom: 100px;
}
.join_inner h2 br {
	display: none;
}
.join_txt01 {
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
}
.join_txt02 {
	text-align: center;
	margin: 15px 0px 5px;
}
.join_step {
	line-height: 1.7;
}
.join_step_box {
	background-color: #fff;
	margin: 15px auto;
	padding: 1em 1.5em;
	border-radius: 5px;
	font-size: 18px;
}
.join_step_box h3 {
	font-size: 26px;
	color: #202874;
 	margin-bottom: .5em;
}
.join_step_box span {
	font-size: 16px;
}
.join_step_img01, .join_step_img02 {
	display: flex;
}
.join_step_img01 img {
	border-radius: 20px;
}
.join_step_txt01 {
	background-color: #f2f8fb;
	border-radius: 10px;
	padding: .5em 1em;
 	margin-top: .8rem;
	font-size: 15px;
}
.join_step {
	counter-reset: h3;
}
.join_step h3 {
	display: flex;
	line-height: 3.8rem;
	font-size: 1.6rem;
}
.join_step h3:before {
	counter-increment: h3;
	content: counter(h3);
	background-color: #202874;
	color: #fff;
	text-align: center;
	width: 3.8rem;
	height: 3.8rem;
	line-height: 3.8rem;
	font-size: 1.6rem;
	margin-right: 1.2rem;
	border-radius: 50%;
	flex-shrink: 0;
}
.txt_indent {
	text-indent: 1em;
}
.txt_bold{
	font-weight: bold;
}
.mark_yellow{
	background: linear-gradient(transparent 50%, rgba(255, 250, 125, 0.86) 50%);
}
.txt_mt10{
	margin-top: 10px;
}
/*----------------------
    shoten-list
----------------------*/
#shoten-list{
	padding: 80px 10px;
}
.bs_list .box>div {
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #202874;
	border-left: 10px #202874 solid;
	font-weight: bold;
}
#wrap #shoten-list {
	background: #fff;
}
#wrap .bs_list {
	width: 1000px;
	max-width: 100%;
	margin: 20px auto;
	background: #fff;
}
#wrap .trigger {
	padding: 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	background: #202874 url(../../images/media_2017_yajirushi_open.png) no-repeat 99% 55%;
	background-size: 35px auto;
	cursor: pointer;
	zoom: 1;
}
#wrap .trigger:nth-of-type(n + 2) {
	margin-top: 20px;
}
#wrap .open {
	background: #202874 url(../../images/media_2017_yajirushi_close.png) no-repeat 99% 50%;
}
#wrap .box {
	width: 50%;
	margin: 0 auto;
	float: left;
}
#wrap .bs_list dd {
	padding: 10px 0;
	overflow: hidden;
}
#wrap .box ul {
	width: 440px;
	margin: 10px auto 20px;
	list-style-type: none;
}
#wrap .box ul li {
	padding: 3px 0;
	border-bottom: 1px #CCCCCC dashed;
}
#wrap .box ul li + li {
	margin-top: 10px;
}
#wrap .shoten-list_txt01 {
	font-size: 28px;
	width: 530px !important;
	padding: .6em .8em;
	margin: 10px auto;
	border-radius: 15px;
}
#wrap .shoten-list_txt01 br {
	display: none;
}
.shoten-list_btn {
	text-align: center;
	background-color: #FFE100;
	width: 530px;
	border-radius: 15px;
	margin: 0 auto 20px;
	font-size: 26px;
	vertical-align: middle;
}
.shoten-list_btn a {
	display: block;
	color: #202874;
	font-weight: bold;
	background-image: url(../images/booksanta_shoten-list_img01.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding: .8em .3em .6em;
}
.shoten-list_btn span {
	margin-left: 2em;
	display: block;
}
.shoten-list_btn .br {
	display: none;
}
/*----------------------
    attention
----------------------*/
#attention{
	padding-top: 100px;
}
.attention_inner ul {
	background-color: #fff;
	border-radius: 5px;
	padding: 1.5em;
	font-size: 18px;
}
.attention_inner ul li {
	margin: 0 auto;
	line-height: 1.7;
}
/*----------------------
    qa
----------------------*/

.qa_inner dl {
	font-size: 18px;
}
.qa_inner dd {
	display: block !important;
}
.qa_inner dt {
	margin-bottom: 1em;
	color: #333333;
	font-weight: 600;
}
.qa_inner dt::before, .qa_inner dd::before {
	margin-right: .4em;
}
.qa_inner dt::before {
	content: "Q.";
	color: #6F97CF;
	font-size: 24px;
}
.qa_inner dd {
	margin: 0 0 2.5em;
	padding: 1em 1.5em 1.2em;
	background-color: #fff;
	border-radius: 5px;
	color: #333333;
}
.qa_inner dd::before {
	content: "A.";
	color: #f89174;
	font-size: 24px;
}
.qa_text01{
	font-weight: bold;
}
/*----------------------
    spikes
----------------------*/

.spikes {
	position: relative;
	background: #F5F3EA;
}
.spikes::after {
	content: '';
	position: absolute;
	right: 0;
	left: -15%;
	top: 100%;
	z-index: 10;
	display: block;
	height: 10px;
	background-size: 10px 100%;
	background-image: linear-gradient(135deg, #F5F3EA 25%, transparent 25%), linear-gradient(225deg, #F5F3EA 25%, transparent 25%);
	background-position: 0 0;
}
/*----------------------
    contact
----------------------*/
.contact {
	margin: 50px auto 20px;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-size: 18px;
}
.contact li {
	margin-top: 20px;
}
.contact_txt01 {
	font-weight: bold;
}
.contact_txt02 {
	font-size: 13px;
}
.contact a {
	color: #fff;
	font-weight: bold;
}
.contact .br {
	display: none;
}
 @media screen and (max-width:1024px) {
.mainvisual_mainv01 {
	max-width: 100%;
}
.mainv_img01 {
	max-width: 95%;
}
.mainvisual_mainv02 {
	max-width: 100%;
}
.mainv_img02 {
	max-width: 95%;
}
.booksanta_logo {
	max-width: 95%;
}
.booksanta_about_img01 {
	max-width: 100%;
}
.about_box_img {
	max-width: 50%;
}
.about_box_txt {
	max-width: 50%;
}
.about_box_txt01 {
	font-size: 1.1em;
}
.about_box_img p {
	text-align: left;
}
.about_box {
	width: 95%;
}
.join_txt01 {
	font-size: 1.1em;
}
.join_step_img01 img {
	margin-left: 10px;
}
#wrap .box ul {
	width: 85%;
}
}
 @media screen and (max-width:850px) {
#wrap {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
h2 {
	font-size: 2.2em;
}
.br {
	display: none;
}
#mainvisual {
	width: 100%;
	margin: 0 auto;
}
.mainvisual_mainv {
	margin: 35px auto 20px;
}
.booksanta_logo {
	max-width: 90%;
}
.mainv_img01 {
	max-width: 90%;
}
#wrap .h01 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 5px 0;
	margin: 10px auto 5px;
	width: 95%;
}
.mainvisual_mainv {
	width: 90%;
}
#wrap .kikan {
	text-align: center;
	color: #202874;
	background: #FFF;
	font-weight: bold;
	font-size: 1.3em;
}
.kikan_txt01 {
	font-size: .9em;
	padding: 0.2em 0.5em;
}
.kikan_txt02 {
	font-size: .8em;
}
.about_box {
	flex-direction: column-reverse;
}
.about_box_txt02_pc {
	display: none;
}
.about_box_txt02_sp {
	display: block;
	margin-top: 30px;
}
.about_box_img {
	max-width: 85%;
	text-align: center;
	margin: 0 auto;
}
.about_box_img p {
	font-size: .9em;
}
.about_box_txt {
	margin: 0 auto 1.3em;
	max-width: 100%;
}
.booksanta_about_img01 {
	width: 100%;
	max-width: 500px;
}
.join_step_box {
	width: 95%;
	font-size: 1em;
}
.join_txt01 {
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
.join_txt01 br {
	display: none;
}
.join_step h3 {
	line-height: 2.8rem;
	font-size: 1.5rem;
}
.join_step h3:before {
	counter-increment: h3;
	content: counter(h3);
	background-color: #202874;
	color: #fff;
	text-align: center;
	width: 2.8rem;
	height: 2.8rem;
	line-height: 2.8rem;
	font-size: 1.4rem;
	margin-right: 1.2rem;
	border-radius: 50%;
	flex-shrink: 0;
}
.join_step_img01, .join_step_img02 {
	display: block;
}
.join_step_img01 img {
	margin-left: 0px;
}
.join_step_img01_txt02, .join_step_img02_txt03 {
	text-align: center;
	margin: 1em auto 0;
}
#wrap #shoten-list {
	width: 100%;
	margin: 0 auto;
}
#wrap .bs_list {
	width: 95%;
	margin: 20px auto;
}
#wrap .box {
	width: 100%;
	margin: 0 auto;
}
#wrap .bs_list dd {
	padding: 10px 0;
	overflow: hidden;
}
#wrap .bs_list dd .box {
	width: 50%;
	float: left;
}
#wrap .box ul {
	width: 90%;
	margin: 10px auto 20px;
	list-style-type: none;
}
#wrap .box ul li {
	font-size: 15px;
	padding: 3px 10px;
}
.attention_inner ul {
	width: 95%;
	margin: 0 auto;
	font-size: 1em;
}
.qa_inner dl {
	font-size: 1em;
	width: 95%;
	margin: 0 auto;
}
.qa_inner dt {
	margin-bottom: 0.5em;
}
.qa_inner dd {
	margin: 0 0 2em;
	padding: .7em 1.5em 1em;
}
}
@media screen and (max-width:550px) {
#about, #join, #shoten-list, #attention, #qa {
	padding: 30px 10px;
}
h2 {
	font-size: 1.6em;
}
#mainvisual {
	padding: 45px 0 0 0;
}
.mainvisual_mainv {
	flex-direction: column-reverse;
}
.mainv_img01 {
	max-width: 60%;
}
.mainvisual_mainv {
	margin: 10px auto 20px;
}
#wrap .h01 {
	padding: 20px 0 10px 0;
	font-size: 1.2em;
	text-align: left;
	width: 90%;
	line-height: 1.6;
}
.booksanta_logo {
	max-width: 100%;
	width: 400px;
}
.mainv_img02 {
	max-width: 100%;
}
.mainvisual_mainv02_txt01 {
	text-align: center;
}
#wrap .kikan {
	font-size: 1.05em;
	padding: 15px 5px 5px;
}
.kikan_txt01 {
	padding: 0.3em 0.5em;
	margin-right: .8em;
	font-size: .95em;
}
.kikan_txt02 {
	font-size: .87em;
	line-height: 2.5;
	font-weight: normal;
}
#wrap .kikan_end {
	font-size: 13px;
}
.about_box_img {
	max-width: 100%;
}
.about_box_txt01 {
	font-size: 1em;
}
.about_box_btn {
	width: 90%;
	font-size: 1.1em;
}
.about_box_btn span {
	font-size: .7em;
}
.txt_indent {
	text-indent: 0;
}
#join{
	padding-bottom: 60px;
}
.join_inner h2 br {
	display: block;
}
.join_txt01 {
	font-size: 1em;
}
.join_step h3 {
	line-height: 1.6rem;
	font-size: 1.1rem;
}
.join_step h3:before {
	counter-increment: h3;
	content: counter(h3);
	background-color: #202874;
	color: #fff;
	text-align: center;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1rem;
 	margin-right: .5rem;
	border-radius: 50%;
	flex-shrink: 0;
}
.join_step_img01 img, .join_step_img02 img {
	max-width: 100%;
}
.join_step_txt01 {
	padding: 0.5em 0.6em;
}
.join_step_box {
	padding: 1.5em 1em;
}
#shoten-list{
	padding: 80px 10px;
}
#wrap .bs_list {
	width: 100%;
	margin: 20px auto;
}
#wrap .box {
	width: 100%;
	margin: 0 auto;
}
#wrap .bs_list dd {
	padding: 10px 0;
	overflow: hidden;
}
#wrap .bs_list dd .box {
	width: 50%;
	float: left;
}
#wrap .box ul {
	width: 90%;
	margin: 10px auto 20px;
	list-style-type: none;
}
#wrap .box ul li {
	font-size: 13px;
	padding: 3px 10px;
}
#wrap #shoten-list {
	width: 100%;
	margin: 0 auto;
}
#wrap .trigger {
	font-size: 15px;
	background: #202874 url(../../images/media_2017_yajirushi_open.png) no-repeat 97% 55%;
	background-size: 30px auto;
}
#wrap .open {
	background: #202874 url(../../images/media_2017_yajirushi_close.png) no-repeat 97% 50%;
	background-size: 30px auto;
}
#wrap .shoten-list_txt01 {
	width: 95% !important;
	font-size: 1.3em;
	text-align: center;
}
#wrap .shoten-list_txt01 br {
	display: block;
}
.shoten-list_btn {
	width: 95%;
	font-size: 1.3em;
	text-align: left;
}
.shoten-list_btn img {
	max-width: 100%;
}
.shoten-list_btn a {
	background-position: 95% 50%;
	background-size: 35px auto;
	padding: 0.6em 0.8em;
	text-align: center;
}
.shoten-list_btn .br {
	display: block;
}
.shoten-list_btn span {
	margin: 0;
	margin-right: .5em;
}
#attention{
	padding-top: 60px;
}
.attention_inner ul {
	padding: 1.5em 1em;
}
.qa_inner dd {
	padding: .7em 1em 1em;
}
.contact {
	font-size: 1em;
}
.contact ul {
	width: 95%;
	margin: 0 auto;
}
.contact .br {
	display: block;
}
.contact_txt02 {
	font-size: .75em;
}
}
