@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#ban11 a {
	border-left: 6px solid #c40000;
}


/* cont */
main .basic-page section {
	padding-bottom:35px;
}
main .basic-page section p {
	font-size:13px;
	line-height:140%;
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
main .basic-page section#sec01 {
	padding-bottom:0;
}
main .basic-page #cont_area_in {
	position:relative;
	padding-left:0;
	padding-top:0;
}

/*  h2  */
main .basic-page section h2.h2_style2 {
	position: absolute;
	right:110px;
	top: 10px;
	z-index:2;
    width: 104px;
}

/*  h3  */
main .basic-page section h3.h3_style2 {
	color:#000;
	font-size:24px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:7px;
	padding-top:5px;
	text-align:left;
}
main .basic-page section h3.h3_style2 span {
	font-size:12px;
	font-weight: normal;
	padding-left:1em;
}

main .basic-page section #main_photo {
	text-align:center;
}

main .basic-page section#sec02 {
	margin-top:-110px;
	padding-bottom:0
}
main .basic-page section#sec02 .honi_cont {
	display:flex;
	justify-content: space-between;
}

main .basic-page section .txt_area {
	padding-left:20px;
	width:450px;
	box-sizing:border-box;
}
main .basic-page section .txt_area p {
	font-size:14px;
	font-weight: normal;
}

main .basic-page section#sec02 .honi_cont .honi_list {
	padding-top:25px;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
main .basic-page section#sec02 .honi_cont .honi_list li {
	padding-bottom:20px;
	width:200px;
	color:#000;
	font-size:14px;
	line-height:1.4;
	font-weight: normal;
}
main .basic-page section#sec02 .honi_cont .honi_list li img {
	padding-bottom:5px;
	display:block;
}

main .basic-page section#sec02 .honi_cont .honi_list2 {
	width:280px;
	/*margin-top:-50px;*/
}
main .basic-page section#sec02 .honi_cont .honi_list2 ul li {
	margin-bottom:25px;
}


/*  pdf btn  */
main .basic-page section .pdf_btn {
	position: absolute;
	right:20px;
	top: 40px;
	z-index:1;
}
main .basic-page section .pdf_btn a {
	display: table-cell;
	vertical-align: middle;
	font-size:13px;
	line-height:120%;
	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;
}

p.fix_txt {
    width: fit-content;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

img.img_hon {
    display: block;
    width: 100%;
}



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

main .basic-page section #main_photo {
	width:100%;
	height:auto;
	padding-left:0;
}

main .basic-page section h2.h2_style2 {
	right: 10px;
}


/*  pdf btn  */
main .basic-page section .pdf_btn {
	position: absolute;
	left:20px;
	top: 50vw;
}

main .basic-page section#sec02 {
	margin-top:10px;
	padding-bottom:0
}
main .basic-page section#sec02 .honi_cont {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
main .basic-page section .txt_area {
	padding:0;
}
main .basic-page section#sec02 .honi_cont .honi_list {
	padding-top:25px;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
main .basic-page section#sec02 .honi_cont .honi_list2 {
	margin:30px auto 0;
}

main .basic-page section#sec02 .honi_cont .honi_list li {
	width:50%;
}
	
}

@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) {


}

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


}

