@charset "UTF-8";


/* nav */
#page #global_menu li#g_nav03 a {
  color: #9a5d00;
}
#page #global_menu li#g_nav03 a:visited,
#page #global_menu li#g_nav03 a:link {
	color:#9a5d00;
}
#page #global_menu li#g_nav03 a:hover {
	color:#9a5d00;
}

/* side_navi */
#sidemenu_brand ul li#ban13 a {
	border-left: 6px solid #c40000;
}


/* cont */
main .basic-page section {
	padding-bottom:15px;
}
main .basic-page section p {
	font-size:14px;
	line-height:140%;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}

main .basic-page #cont_area_in {
	position:relative;
	padding: 15px 0 0 18px;
}

/*  pdf btn  */
main .basic-page section .pdf_btn {
	padding-right:60px;
}
main .basic-page section .pdf_btn a {
	display: table-cell;
	vertical-align: middle;
	font-size:13px;
	line-height:150%;
	border-radius: 50%;
	-webkit-border-radius: 50%; /* Safari,Google Chrome用 */
	-moz-border-radius: 50%; /* Firefox用 */
	border: 1px solid #000;
	height: 75px;
	width: 75px;
	text-align:center;
}
main .basic-page section .pdf_btn a:visited,
main .basic-page section .pdf_btn a:link {
	text-decoration: none;
	color:#000;
}
main .basic-page section .pdf_btn a:hover {
	text-decoration: none;
	color:#000;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	background-color:#fff;
}

/*  h2  */
main .basic-page section h2.h2_style2 {
	color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 0;
    padding: 0;
    text-align: left;
}
main .basic-page section h2.h2_style2 span {
	font-size: 16px;
	padding-left:1em;
}

/*  h3  */
main .basic-page section h3.h3_style2 {
	color: #004098;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
}

main .basic-page section .title_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .basic-page section .txt_area {
	width:600px;
	padding-bottom:10px;
}

/*  リスト  */
main .basic-page section .products_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	padding-top:10px;
}
main .basic-page section .products_list img {
	display:block;
	padding-bottom:5px;
}
main .basic-page section .products_list li {
	text-align:center;
	font-size: 12px;
    font-weight: normal;
	padding-right:11px;
	padding-bottom:20px;
	max-width: 191px;
}
main .basic-page section .products_list li:last-child {
	padding-right:0;
}
main .basic-page section .products_list li:nth-child(8),
main .basic-page section .products_list li:nth-child(9),
main .basic-page section .products_list li:nth-child(10),
main .basic-page section .products_list li:nth-child(11),
main .basic-page section .products_list li:nth-child(12) {
	padding-right:36px;
	padding-bottom:0;
}
main .basic-page section .products_list li p {
    padding: 0.5vw 2vw 0;
}
main .basic-page section .products_list li span {
    font-size: 15px;
    font-weight: bold;
}





@media only screen and (max-width: 641px) {
main .basic-page section {
	padding-top:0;
}
main .basic-page #cont_area_in {
	padding:15px 15px 0;
	min-height:inherit;
}

/*  pdf btn  */
main .basic-page section .pdf_btn {
	padding-right:0;
}
main .basic-page section#sec01 .pdf_btn,
main .basic-page section#sec03 .pdf_btn,
main .basic-page section#sec04 .pdf_btn,
main .basic-page section#sec05 .pdf_btn {
	position: inherit;
	right:inherit;
	top: inherit;
	float:right;
}

main .basic-page section .txt_area {
	width:65vw;
	padding-bottom:10px;
}

/*  リスト  */
main .basic-page section .products_list {
	display: flex;
	flex-wrap:wrap;
	padding-top:10px;
}
main .basic-page section .products_list li {
	padding-right:0px;
	padding-left: 0px;
	width: 50%;
}
main .basic-page section .products_list li:nth-child(8),
main .basic-page section .products_list li:nth-child(9),
main .basic-page section .products_list li:nth-child(10),
main .basic-page section .products_list li:nth-child(11),
main .basic-page section .products_list li:nth-child(12) {
	padding-bottom:20px;
}

main .basic-page section h2.h2_style2 span {
	padding-left:0;
	display:block;
	padding-bottom:10px;
}

}

@media only screen and (max-width: 571px) {


}

@media only screen and (max-width: 420px) {


}

@media only screen and (max-width: 380px) {

}

@media only screen and (max-width: 361px) {
main .basic-page section .products_list li {
	padding-right:10px;
}
main .basic-page section .products_list li:nth-child(8),
main .basic-page section .products_list li:nth-child(9),
main .basic-page section .products_list li:nth-child(10),
main .basic-page section .products_list li:nth-child(11),
main .basic-page section .products_list li:nth-child(12) {
	padding-right:10px;
}

}

@media only screen and (max-width: 320px) {


}

