@charset "utf-8";
/* CSS Document */

body{
	background-color: #eee;
	width:100%;
	max-width:650px;
	margin:auto;
	font-family: ;
}
.wrapper{
	width:100%;
	margin:auto;
	background-color: #fff;
}
img{
	vertical-align: bottom;
}



/* ヘッダー */

.header_wrapper{
	position: relative;
	margin: auto;
    display: flex;
    align-items:;
    justify-content: space-between;
	width:100%;
}
.header_wrapper h1{
    width: 85%;
    align-items: center;
	padding:2vh 1% 0;
}
.header_wrapper h1 img{
    width: 100%;
	max-width: 450px;
}
	
.header_right{
	width:10%;
	padding:0;
}

.top_btn{
	width:75%;
	margin:40vh auto 15vh;
	text-align:center;
}
.top_btn a{	
	width:100%;
	display: block;
	padding:10px;
}
.top_btn a img{width:100%	}


a.main-btn{
	background-color: #10C083;
	color:#fff;
	font-size:2.5em;
	text-decoration: none;
	width:100%;
	margin:auto;
	padding:2%;
	display: block;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #fff;


}



/* コンテンツ部分 */
.btn{
	width:75%;
	margin:2vh auto;
	text-align:center;
}
.btn a{	
	width:100%;
	display: block;
	padding:10px;
}
.btn a img{width:100%	}

.contents_backcolor{
background-color: #C7F5DA;
color: #000;
margin:3vh 10px;
padding:10px;
}

.contents_backcolor h4{
	padding:10px;
	font-size: 1em;
	background-color: #ffffff;
	color: #000;
}

.contents_backcolor p{
	padding:10px;
	font-size:90%;
}

p.colorback{
	text-align: center;
	background-color: #fff;
	color:#f00;
	border:1px solid #eee;
}

h3.titlebar{
	background-image: url(images/title_back.jpg);
	background-color: #009E70;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 1.5em;
	margin-top: 2vh;
	padding:3% 2%;
	color:#fff;
}



.shelf{
	width:100%;
	margin:auto;
	box-sizing: border-box;
}
	
	.shelf ul{
		width:100%;
		box-sizing: border-box;
	}
	.shelf ul li.book{
		border-bottom: 2px solid #000;
		display: flex;
		list-style: none;

	}


	.shelf ul li div.book_cover{
		width:30%;
		padding:0;
		box-sizing: border-box;
		text-align: center;
	}
	.shelf ul li div.book_detail{
		width:70%;
		padding:2%;
		box-sizing: border-box;
	}
	.shelf ul li div.book_detail label{
		font-size:1.3em;
		font-weight:bold;
	}
	.shelf ul li div.book_detail a{
		width:80%;
		border-radius: 10px;
		margin:2vh auto 1vh;
		background-color: #10C083;
		display: block;
		border-radius: 10px;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-weight:bold;
		padding:5px;
	}


.contents_box{
	padding:15px;
}
.contents_box P{
	font-size:90%;
}
.contents_box2{
	padding:10px;
}
.contents_box2 h4{
	padding: 1rem;
	border-bottom: 3px solid #10C083;
	background: #f4f4f4;
}

.contents_box2 p{
	padding: 1rem;
	font-size:90%;
}

h3.contents_title{
	font-size:1.5em;
	background-color:#009E70;
	padding:10px;
	color: #ffffff;
}

a.link-btn{
	background-color:#10C083 ;
	margin:auto;
	width:100%;
	padding:10px;
	display: block;
	color:#fff;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	font-size:120%;
	font-weight:bold;

}

/* メニューボタンとナビゲーション */

    .gnav_wrapper{
        position:absolute;
        display: table;
		top:70px;
		right:0;
        width: 100%;
        height: auto;
        background-color: rgba(51,51,51,0.8);
        visibility: hidden;
        opacity:0;

    }
    .gnav_wrapper li{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-left: none;
		list-style: none;
    }
    .gnav_wrapper li:last-child{
        border-right: none;
    }
	.gnav_wrapper li a{
		display: block;
		padding: 1em 0;
		color: #939393;
		text-decoration: none;
		font-size:medium;
		font-weight:bold;
	}
	.menu-btn{
        color: #333;
        cursor: pointer;
        z-index: 10000;
        max-width: 50px;
        width: 100%;
		display:block;
		padding-top:10px;
		padding-right:10px;
		margin:0;
		box-sizing: border-box;
    }
    .menu-btn i{
        display: block;
        font-size: 45px;
        text-align: center;
        padding-bottom: 10px;
    }
    .menu-btn span{
        display: block;
        padding: 0;
        font-size: 0.7em;
        text-align: center;
		font-weight:bold;
    }
    .open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .menu-btn span::after{
        content: attr(data-txt-menu);
    }
    .open span::after{
        content: attr(data-txt-close);
    }
    


/* フッター関連 */
ul.footnav{}
ul.footnav li{
	list-style: none;
	background-color: #10C083;
	margin-bottom: 2px;
	box-sizing: border-box;
}
ul.footnav li a{
	text-decoration: none;
	display: block;
	color: #FFF;
	padding:15px 10px;
	background-image: url(../images/allow01.png);
	background-size: auto 50%;
	background-position:right center;
	margin-right:1%;

}
	
footer{
	color:#FFF;
	background-color: #009E70;
	text-align:center;
	padding:20px 0;
    max-width: 1100px;
	width:100%;
	margin:3vh auto 0;
	font-size:12px;


}

.loginbox p {
    font-size: ;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5.12821vw;
}

.loginbox p label{
	font-weight: bold;
	font-size:14px;
}
.cl-red{color:#f00;}

.fz-16 {
    font-size: 16px;
}

.w-100per {
    width: 100%;
}

.loginbox input, .loginbox select, .loginbox textarea {
    border-radius: 1.02564vw;
    /* border: none; */
    padding: 3.07692vw 2.5641vw;
    line-height: 1.5;
}

.loginbox input, .loginbox select, .loginbox textarea {
    background-color: #fff;
    border:1px solid #333;
}

.button-secondary, .button-secondary-small {
    display: inline-block;
    width: 100%;
    font-size: 4.10256vw;
    font-weight: 700;
    line-height: 9.82051vw;
    border-radius: 6.41026vw;
    text-align: center;
    text-decoration: none;
    border: none;
}

.button-secondary, .button-secondary-small {
    background-color: #555555;
    color: #fff;
    box-shadow: 0 0.76923vw 1.53846vw rgba(0, 0, 0, .16);
    font-size:20px;
}

.anchorText {
  pointer-events: none;
  /* 無効っぽい見た目にする */
  color: #999;
}

#check-enable:checked ~ .anchorText {
  pointer-events: auto;
  /* 有効可されたっぽい見た目にする */
  color: blue;
}

span.errmsg {
    font-size: 15px;
    color: red;
}

.card-title{
	background-color: #eee;
	padding:5px;
	margin-bottom:10px;
}
.center{text-align:center;}
.small{
	font-size:12px;
	line-height:16px !important;
	color: #666;
	margin:10px 0;
}
.medium{
	font-size:18px;
	font-weight: bold;
	color: #666;
	margin:10px 0;
}
.large{
	font-size:18px;
	font-weight: bold;
	color: #000;
	margin:10px;
	padding:10px;
	background-color: #FFBFBF;
}
.frame_text{
	margin:10px 5px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
}


















