.gojuu_section img {
	width: auto;
	max-width: 100%;
}

.note {
	font-size: 85%;
}

/* ********** 冒頭 ********** */
.title h1 {
	margin: 0 0 3em;
	text-align: center;
}
.lead h2 {
	padding: 0 0 0.5em;
	border-bottom: solid 1px #ccc;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.lead p {
	line-height:2;
	padding: 0.5em;
}

/* ********** 商品紹介 ********** */
.gojuu_section {
	margin: 0 0.5em 3em;
}
.gojuu_section h2 {
	padding: 0 0 0.5em;
	border-bottom: solid 1px #ccc;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.gojuu_section .logo {
	text-align:center;
}
.gojuu_section .gojuuth {
	border-bottom: solid 1px #ccc;
	padding-bottom:3em;
	padding-top:1em;
}

.gojuu_list_btn2 a {
	display: block;
	margin: 1em auto;
	padding: 1em;
	border: solid 1px #ccc;
	text-align: center;
	transition: 0.5s;
	background: #efefef;		
}

.gojuu_list_btn2 a:hover,
.gojuu_list_btn3 a:hover{
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

.gojuu_list_btn2 a::after,
.gojuu_list_btn3 a::after{
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 0.5em;
}

.gojuu_list_btn3 a {
	display: block;
	margin: 2em auto;
	padding: 1em;
	border: solid 1px #ccc;
	text-align: center;
	transition: 0.5s;
	background: #efefef;		
}



/* 下部バナーエリア */
.bnr_area{
	margin: 4em auto 0;
}

.bnr_area li:first-child{ 
    margin-bottom: 1em;  
}

.bnr_area li img{ 
    max-width: 100%;
}

.bnr_area li:last-child{ 
    padding: 1em;
}

.bnr_area dt{
    font-weight: bold;
    font-size: 120%;  
}

.bnr_area dd{
    margin-bottom: 1em !important;
}

.bnr_area dd:nth-chid(2){
    margin-bottom: 3em !important;    
}