@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}
body{

font-family: 'Noto Sans JP';
}
.wrapper{
background-color: #ecdfa3;
}

.container{
background-color: #fcf3c7;
max-width: 600px;
width: 100%;
margin: 0px auto;
}

.head_kv{
margin: 0px;
padding: 0px;
width: 100%;
font-size: 0px;
line-height: 0px;
}

.head_about{
background-image: url("../img/about_bg.png");
background-size: contain;
background-repeat: no-repeat;
height: 290px;
width: 75%;
min-width: 380px;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: -35px;
padding: 15px;
text-align: center;
}


.about_p_title{
font-size: 120%;
font-weight: bold;
color: #ff7a05;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}

.about_p_title.end{
font-size: 140%;
font-weight: bold;
color: red;
	margin-top: 60px;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
@media (min-width: 601px){
.about_p_title.end{
	margin-top: 100px;
}
}
.about_p_title .p_logo{
width: 50%;
margin: 10px auto 0px;
}

.about_p_text{
font-weight: 500;
margin-top: 0px !important;
padding-top: 10px !important;
font-size: 110%;
}

.about_p_text span{
color: #E40003;
	font-size: 90%;
}

.about_p_text a{
margin-top: 10px !important;
	padding-top: 0px !important;
display: inline-block;
text-decoration: none;
line-height: 1.2;
border-bottom: 2px solid #208dcb;
color: #208dcb;
}

@media (max-width: 600px){
.container{
background-color: #fcf3c7;
max-width: 100%;
width: 100% !important;
margin: 0px!important;
}


.head_about{
background-image: url("../img/about_bg.png");
background-size: contain;
background-repeat: no-repeat;
min-width: 350px !important;
width: 350px !important;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: -25px;
padding: 15px 7px;
text-align: center;
height: 220px;
}


.about_p_title{
font-size: 100%;
}

.about_p_title .p_logo{
width: 50%;
margin: auto;
}

.about_p_text{
font-size: 80%;
}

.about_p_text a{
margin-top: 15px;
display: inline-block;
text-decoration: none;
line-height: 1.6;
border-bottom: 2px solid #208dcb;
color: #208dcb;
}
}

main{
padding: 0px 0px 20px;
}

.main_book_box{
border-radius: 10px;
border: 1px solid #f6b01f;
background-color: #fff;
width: 96%;
margin: 15px auto 30px;
}

.head_link{
text-align: center;
margin: 10px 0px 40px;
}

.head_link a{
text-decoration: none;
line-height: 1.6;
border-bottom: 2px solid #ff7a05;
color: #000;
font-size: 110%;
font-weight: 600;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrow::before{
width: 16px;
height: 16px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #ff7a05;
}
.arrow::after{
left: 7px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #fff;
}

.book_deatil_are{
display: flex;
}

.book_deatil_are .book_img{
padding: 20px 10px 15px 15px;
}

.book_deatil_are .book_info{
padding: 20px 15px 15px 10px;
text-align: center;
}

.book_deatil_are .book_info .limit{
width: 30%;
max-width: 100px;
margin: 0px auto 0px;
}
.free_info{ color:#e32719; font-weight: bold; font-size: 140%; }
.book_title{ font-weight: bold; font-size: 120%; }

@media (max-width: 600px){
.free_info{ font-size: 110%; }
.book_title{  font-size: 90%; }
}

.book_deatil_are .book_info .free_btn{
margin-top: 20px;

}

.book_coupon_are{
background-image: url("../img/bg_btnarea.png");
background-size: contain;
background-repeat: repeat-y;
padding: 15px 15px 20px;
border-radius: 0px 0px 9px 9px ;
}

.book_coupon_are .get_btn{
margin-bottom: 10px;
}

footer{
	background-color: #fff;
	padding: 20px 0px;
	font-size: 90%;
}

footer .text-min{
	font-size: 80%;
	color: #666666;
}

.foot_info_box{
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}
footer h2{
	text-align: center;
}
footer h2,footer h3{
	color: #f57f0a;
}

.info_head{
	text-align: center;
}

.info_head span{
	border-radius: 30px;
	background-color: #f57f0a;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
}

footer ul{
	padding-left: 20px;
	list-style: none;
}

footer ul li::before{
 content: "⚫︎"; /* 記号(黒丸)を挿入 */
 color: #f57f0a; /* 好きな色にする */
 margin-right: 5px; /* 余白 */
position: relative;
margin-left: -20px;
}
.copy{
	text-align: center;
	font-size: 90%;
	color: #666;
}
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}

.pb30{
	padding-bottom: 30px;
}