@charset "UTF-8";
/* css Book [list] */

@import url("main.css");

/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	margin: 0 auto;
	height: auto;
}

.waku_about .aboutbox {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	margin: 0 auto;
	height: auto;
}

.list_disc ol {
	padding: 0;
	margin: 0;
	height: auto;
}

.list_disc ol li { 
	margin: 0;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.numbernavi p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #2d2e2f;
	text-decoration: none;
	text-align: right;
	line-height: 1.0;
}

.numbernavi p a {
	font-weight: bold;
	color: #32a7f1;
	text-decoration: underline;
}

.numbernavi p a:hover {
	font-weight: bold;
	color: #5ac9fc;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_list {
	margin: 0 auto;
	height: auto;	
}

.haco_list table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
	border-collapse: collapse;
	border-spacing: 0;
	color: #3d3e3f;
	line-height: 1.5;	
}

.haco_list table th, .haco_list table tr, .haco_list table td {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.haco_list table th, .haco_list table td {
	border: 1px solid #dedede;
}

.haco_list table th {
	font-weight: normal;
	font-style: normal;
	text-align: center;
	letter-spacing: .05em;
	background-color: #f7f7f7;
}

.haco_list table td {
	font-weight: normal;
}

.haco_list table td input[type="text"], .haco_list table td input[type="number"] {
	font-size: 14px;
	color: inherit;
	text-align: center;
	width: 70%;
	padding: 8px 4px;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*== Figure ==*/
.haco_list table td figure {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.haco_list table td figure span {
	position: relative;
	display: block;
	margin-right: 10px;
}

.haco_list table td figure span:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid rgba(0, 0, 0, .07);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.haco_list table td figure img {
	max-width: 64px;
	max-height: 64px;
}

.haco_list table td figure figcaption {
	font-size: 14px;
}
	
/*== Text ==*/
.haco_list table td figure figcaption h4 {
	padding: 0;
	color: #5d5e5f;
	font-style: 500;
	text-align: left;
}

.haco_list table td figure figcaption h5 {
	padding: 0;
	color: #2d2e2f;
	font-style: 500;
	text-align: left;
}

.haco_list table td figure figcaption p {
	padding: 0;
	color: #3d3e3f;
	text-align: left;
}

/*== Button ==*/
.haco_list table td .btn_detail a {
	background-color: #32a7f1;
	border-style: none;
	outline: none;
	color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	text-decoration: none;
}

.haco_list table td .btn_detail a:active {
	background-color: #32a7f1;
}

.haco_list table td .btn_detail a:hover {
	text-decoration: none;
	background-color: #5ac9fc;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_color {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_color .redbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-radius: 2px;
	background-color: #fdeaee;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.waku_color .redbox p {
	padding: 0;
	margin: 0 auto;
	height: auto;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}

.waku_color .redbox p a {
	text-decoration: underline;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 15px 0 15px 0;
	width: 96%;
	overflow: hidden;
}

.waku_about .aboutbox {
	padding: 10px 0 5px 0;
	width: 100%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 0 5px 0;
	width: 98%;
}

.list_disc ol {
	padding: 0;
	margin-left: 25px;
}

.list_disc ol li { 
	padding: 5px 0 10px 0;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 96%;
}

.numbernavi p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_list {
	padding: 10px 0;
	width: 100%;
}

.haco_list table th, .haco_list table td {
	padding: 6px;
}

.haco_list table th {
	font-size: 14px;
}

.haco_list table th.box1 {
	width: 50%;
}

.haco_list table th.box2 {
	width: 22%;
}

.haco_list table th.box3 {
	width: 13%;
}

.haco_list table th.box4 {
	width: 15%;
}

.haco_list table td {
	font-size: 14px;
	text-align: left;
}

/*== Text ==*/
.haco_list table td figure figcaption {
	padding-top: 0;
	margin: 0;
}

.haco_list table td figure figcaption h4 {
	padding-bottom: 3px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
	
.haco_list table td figure figcaption h5 {
	padding-bottom: 3px;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.haco_list table td figure figcaption p {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

/*== Button ==*/
.haco_list table td .btn_detail a {
	padding: 10px 0;
	margin: 0 0 0 4%;
	width: 92%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_color {
	padding-bottom: 10px;
	width: 94%;
}

.waku_color .redbox {
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
}

.waku_color .redbox p {
	width: 94%;
	font-size: 14px;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 20px 0 10px 0;
	width: 97%;
	overflow: hidden;
}

.waku_about .aboutbox {
	padding: 10px 0 5px 0;
	width: 100%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 0 5px 0;
	width: 98%;
}

.list_disc ol {
	padding: 0;
	margin-left: 25px;
}

.list_disc ol li { 
	padding: 5px 0 8px 0;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}

.numbernavi p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_list {
	padding: 10px 0;
	width: 100%;
}

.haco_list table th, .haco_list table td {
	padding: 5px;
}

.haco_list table th {
	font-size: 14px;
}

.haco_list table th.box1 {
	width: 48%;
}

.haco_list table th.box2 {
	width: 21%;
}

.haco_list table th.box3 {
	width: 15%;
}

.haco_list table th.box4 {
	width: 16%;
}

.haco_list table td {
	font-size: 14px;
}

/*== Figure ==*/
.haco_list table td figure img {
	max-width: 56px;
	max-height: 56px;
}

/*== Text ==*/
.haco_list table td figure figcaption {
	padding-top: 0;
	margin: 0;
}

.haco_list table td figure figcaption h4 {
	padding-bottom: 3px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
	
.haco_list table td figure figcaption h5 {
	padding-bottom: 3px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.haco_list table td figure figcaption p {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
	
/*== Button ==*/
.haco_list table td .btn_detail a {
	padding: 8px 0;
	margin: 0 0 0 4%;
	width: 92%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_color {
	padding-top: 5px;
	width: 96%;
}

.waku_color .redbox {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.waku_color .redbox p {
	width: 94%;
	font-size: 13px;
}


}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* About */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_about {
	padding: 10px 0 10px 0;
	width: 97%;
}

.waku_about .aboutbox {
	padding: 10px 0 5px 0;
	margin: 0 auto;
	width: 98%;
	display: block;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 0 5px 0;
	width: 98%;
}

.list_disc ol {
	padding: 0;
	margin-left: 25px;
}

.list_disc ol li { 
	padding: 3px 0 5px 0;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding-top: 8px;
	padding-bottom: 6px;
	width: 96%;
}

.numbernavi p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_list {
	padding: 12px 0 5px 0;
	width: 100%;
}

.haco_list table {
	border-width: 0;
	border-style: none;
	font-size: 14px;
}

.haco_list table thead {
	display: none;
}

.haco_list table tr {
	margin-bottom: 15px;
	display: block;
	padding: 5px;
	border-top: 3px solid #4a6c96;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.haco_list table tr:last-child {
	margin-bottom: 0;
}
	
.haco_list table th, .haco_list table td {
	border-style: none;
}

.haco_list table th {
	text-align: left;
}

.haco_list table td {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #e6e6e6;
	min-height: 1em;
	padding-left: 30%;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
	
.haco_list table td:first-child {
	background-color: #f7f7f7;
	text-align: left;
}
	
.haco_list table td:last-child{
	border-bottom: 0;
	text-align: right;
	padding-top: 7px;
	padding-right: 15px;
}
	
.haco_list table td:last-of-type {
	padding-left: 0;
}

.haco_list table td:before {
	content: attr(data-label);
	float: none;
	font-weight: bold;
	text-align: left;
	width: 20%;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	white-space: nowrap;
}
	
.haco_list table td input[type="text"] {
	font-size: 14px;
	width: 25%;
	height: 26px;
	padding: 3px 4px 3px 4px;
	color: #3d3e3f;
	line-height: 1.0;
	vertical-align: middle;
}

/*== Figure ==*/
.haco_list table td figure img {
	max-width: 64px;
	max-height: 64px;
}

/*== Text ==*/
.haco_list table td figure figcaption {
	padding-top: 0;
	margin: 0;
}

.haco_list table td figure figcaption h4 {
	padding-bottom: 3px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
	
.haco_list table td figure figcaption h5 {
	padding-bottom: 3px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.haco_list table td figure figcaption p {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

/*== Button ==*/
.haco_list table td .btn_detail a {
	padding: 8px 0;
	margin: 0;
	width: 67%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_color {
	padding-bottom: 0;
	width: 96%;
}

.waku_color .redbox {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
}

.waku_color .redbox p {
	width: 90%;
	font-size: 12px;
}


}