@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#ban03 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 section#sec01 img {
    display: block;
    max-width: 590px;
}
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: 45px;
    top: 20px;
    z-index: 2;
    width: 164px;
}

/*  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:400px;*/
	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:70px;
	display:flex;
	justify-content: space-between;
}
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;
    max-width: 125px;
}

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;
}

main .basic-page section h4.h4_style {
    color: #004098;
    font-size: 17px;
    line-height: 120%;
    font-weight: bold;
    margin: 0 0 7px;
    padding: 0;
    text-align: left;
}


/*  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%;
}

.kome_list {
	width: 740px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;	
}

.kome_bag {
	width: 400px;
	position: relative;
}
.kome_bag img {
	margin-left: auto;
    display: block;
    margin-top: -30px;
}
main .basic-page section .kome_bag .pdf_btn {
	left: 20px;
    right: 0;
    top: 30px;
}
.kome_pe {
	width: 330px;
	display: flex;
    flex-direction: column-reverse;
    margin-top: -120px;
	position: relative;
}
main .basic-page section .kome_pe .pdf_btn {
	border: 0;
    bottom: -45px;
    top: auto;
    right: 100px;
}

main .basic-page section .kome_pe h4.h4_style {
	margin-top: -30px;
    margin-left: 30px;
}

main #cont_area_in {
	padding: 15px 0 0;
}

@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;
    top: 10px;
    width: 25vw;
}


/*  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:block;
	justify-content: space-between;
	flex-wrap:wrap;
}
main .basic-page section .txt_area {
	padding-right:0;
	padding-left: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;
}
	
	
.kome_list {
    width: 100%;
    display: block;
    justify-content: space-between;
    margin-top: 30px;
}
	
.kome_bag {
    width: 100%;
}
.kome_bag img {
    margin-left: 0;
    margin-top: 0;
}
main .basic-page section .kome_bag .pdf_btn {
    left: auto;
    right: 0;
    top: 0;
}
	
.kome_pe {
    width: 100%;
    display: block;
    margin-top: 25px;
}
main .basic-page section .kome_pe .pdf_btn {
    bottom: 0;
    top: 0;
    right: 0;
    left: auto;
}
	
main .basic-page section .kome_pe h4.h4_style {
    font-size: 16px;
    margin-top: 0;
    margin-left: 0;
}
	
main .basic-page section#sec02 .honi_cont .honi_list li {
    width: 33%;
}
	

}

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


}

