@media screen and (min-width: 680px){
.pc_hidden{
	display: none;
}

img{
max-width: 100%;
height: auto;
}



.font9{font-size: 9px;}
.font10{font-size: 10px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}
.font16{font-size: 16px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}
.font20{font-size: 20px;}
.font21{font-size: 21px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font28{font-size: 28px;}

.padding10{
	padding: 10px;
}
.padding15{
	padding: 15px;
}
.padding20{
	padding: 20px;
}

.padding-bottom15{
	padding-bottom: 15px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right20 {
	margin-right: 20px;
}
.margin_right25 {
	margin-right: 25px;
}
.margin_right50 {
	margin-right: 50px;
}


.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_bottom5 {
	margin-bottom: 5px;
}

.margin_left_right10 {
	margin-right: 10px;
	margin-left: 10px;
}




.header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	border-top: 5px solid #5F4624;
	background-image: url(../images2/bg.png);
    background-repeat: repeat;
	z-index: 10;
	transition: all 0.3s ease;
}
.header-top header {
	max-width: 1160px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.3s ease;
}
.header-top header .leftSide {
	width: 375px;
	position: relative;
	padding-top: 0;
	transition: all 0.3s ease;
}
.header-top header .rightSide {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	transition: all 0.3s ease;
	padding-left: 2rem;
	padding-top: 0.5rem;
}
.header-top header .rightSide .banner-header {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}
.header-top header .rightSide .banner-header .item {
	width: calc(33% - 16px);
	transition: all 0.3s ease;
}
.header-top header .rightSide .banner-header .item a {
	transition: 0.15s ease opacity;
}
.header-top header .rightSide .banner-header .item a:hover {
	opacity: 0.7;
}
.header-top header .rightSide .banner-header .item img {
	width: 100%;
}
.header-top header .rightSide .links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-top header .rightSide .links .dazou-family {
	margin-right: 2rem;
}
.header-top header .rightSide .links .dazou-family img {
	height: 53px;
	transition: all 0.3s ease;
}
.header-top header .rightSide .links ul {
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
}
.header-top header .rightSide .links ul li a {
	font-size: 15px;
	transition: all 0.3s ease;
}
.header-top.scrolling header .rightSide .banner-header .item {
	width: calc(31% - 16px);
}
.header-top.scrolling header .rightSide .links .dazou-family img {
	height: 50px;
}
.header-top.scrolling header .rightSide .links ul li a {
	font-size: 13px;
}
#logo {
	height: 76px;
	float: left;
	padding-top: 6px;
	width: 375px;
	position: relative;
	transition: all 0.3s ease;
}
#catchcopy {
	position: absolute;
	left: 90px;
	top: 23px;
	font-size: 14px;
	color: #5F4725;
	letter-spacing: 2px;
	word-break: keep-all;
	width: 100%;
	transition: all 0.3s ease;
}
#telephone {
	float: left;
	width: 275px;
	padding-top: 7px;
	margin-left: 30px;
	transition: all 0.3s ease;
}
#header_right {
	float: right;
	width: 350px;
	margin-left: 1.5rem;
	transition: all 0.3s ease;
}
#header_right_nav {
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	transition: all 0.3s ease;
}
#header_right_nav ul li {
	margin: 0px;
	letter-spacing: 2px;
	transition: all 0.3s ease;
}
#header_right_contact {
	margin: 0px;
	padding: 0px;
	position: relative;
	transition: all 0.3s ease;
}

.brochure_icon {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 80px;
	z-index: 10;
	transition: all 0.3s ease;
}

#header_right_nav ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-top: 3px;
	transition: all 0.3s ease;
}
#menu {
	background-image: url(../images2/bg_wood.png);
	background-repeat: repeat;
	height: 55px;
	width: 1160px;
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 20px;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
	margin-top: 5px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.4) inset;
	border: 1px solid #f8edda;
	background-color: #614D33;
	transition: all 0.3s ease;
}
.navi01 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 120px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}
.navi02 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 210px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}

.navi03 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 190px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}


.navi04 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 150px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}
.navi05 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 130px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}
.navi06 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 140px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}
.navi07 {
	height: 50px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
	width: 120px;
	display: block;
	float: left;
	transition: all 0.3s ease;
}

.nav_img {
	float: left;
	position: absolute;
	left: 10px;
	top: 7px;
	height: 40px;
	width: 40px;
	transition: all 0.3s ease;
}

a:link .nav_1 {
	float: left;
	position: absolute;
	left: 60px;
	top: 20px;
	color: #FFF;
	transition: 0.5s;
}

a:visited .nav_1 {
	color: #fff;
}
a:hover .nav_1 {
	color: #F3E1C0;
}



a:link .nav_2 {
	float: left;
	position: absolute;
	left: 60px;
	top: 12px;
	color: #FFF;
	transition: 0.5s;
}

a:visited .nav_2 {
	color: #fff;
}
a:hover .nav_2 {
	color: #F3E1C0;
}
#face {
	margin-bottom: 20px;
}

#face img{
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */


}

/* SCROLLING HEADER */
.header-top.scrolling header .leftSide {
	width: 350px;
}
.header-top.scrolling header .leftSide #logo {
	width: 350px;
	height: 71px;
}
.header-top.scrolling header .leftSide #catchcopy {
	left: 82px;
	font-size: 12px;
}
.header-top.scrolling header #telephone {
	width: 240px;
}
.header-top.scrolling header #header_right {
	width: 320px;
}
.header-top.scrolling header #header_right_nav {
	font-size: 13px;
	margin-top: 5px;
}
.header-top.scrolling header #menu {
	height: 45px;
	font-size: 14px;
}
.header-top.scrolling header .nav_img {
	width: 30px;
	height: 30px;
}
.header-top.scrolling header a:link .nav_1 {
	left: 50px;
	top: 15px;
}
.header-top.scrolling header a:link .nav_2 {
	left: 50px;
	top: 7px;
}


#contents_wrap {
	min-width : 1030px;
	top: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 23px;
	line-height: 1.4em;
}

#contents_inner {
	width: 1160px;
	margin-top: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.rss_box {
	float: left;
	width: 370px;
	background-color: #FFF;
	color: #333;
	padding-bottom: 15px;
}
.rss_illust img {
	position: absolute;
	left: 10px;
	top: -20px;
}
.rss_illust h2 {
	padding-top: 20px;
	padding-left: 170px;
	font-weight: bold;
	color: #3a2100;
	padding-bottom: 15px;
	font-size: 19px;
	line-height: 1.2em;
}
.pickup {
	position: absolute;
	left: 0px;
	top: 0px;
}
.pickup_img{
	height: 180px;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	margin-bottom: 10px;
}



.rss_loop_box {
	margin-right: 15px;
	margin-left: 15px;
}




.link_button {
	display: inline-block;
	width: 100%;
	height: 46px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fa6635;
	color: #fff;
	line-height: 46px;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	letter-spacing: 3px;
	font-size: 18px;
}
.link_button::before,
.link_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.link_button,
.link_button::before,
.link_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.link_button:hover {
	color: #fff;
}
.link_button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.link_button:hover::after {
	background: #3a2100;
	-webkit-transform: scale(1);
	transform: scale(1);
		border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}




.link_button2 {
	display: inline-block;
	width: 100%;
	height: 96px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #64a727;
	color: #fff;
	line-height: 96px;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	letter-spacing: 3px;
	font-size: 20px;
}
.link_button2::before,
.link_button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.link_button2,
.link_button2::before,
.link_button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.link_button2:hover {
	color: #fff;
}
.link_button2::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.link_button2:hover::after {
	background: #3a2100;
	-webkit-transform: scale(1);
	transform: scale(1);
		border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}


.rss_entry_title {
	font-size: 17px;
	text-align: center;
	height: 55px;
	line-height: 1.3em;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	text-overflow: ellipsis;
}
.small_text {
	font-size: 15px;
	color: #333;
	margin: 0px;
	padding: 0px;
}


.unit_box {
	float: left;
	background-color: #FFF;
	color: #333;
	margin-top: 30px;
}


.size_a{
	width: 555px;
}
.size_b{
	width: 370px;
}
.size_c{
	width: 271px;
}

.unit_photo {
	width: 100%;
}
.unit_photo img{	
	border-radius: 8px 8px 0px 0px;        /* CSS3草案 */  
    -webkit-border-radius: 8px 8px 0px 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px 8px 0px 0px;   /* Firefox用 */ 
}
.green_bg {
	font-size: 18px;
	color: #FFF;
	background-color: #64a727;
	text-align: center;
	padding: 10px;
	width: 145px;
	line-height: 1.4em;
	font-weight: bold;
	float: left;
	margin-right: 1rem;
	margin-bottom: 0;
}
.unit_padding {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.unit_finding {
	padding-top: 5px;
	line-height: 1.65;
	color: #64a727;
	letter-spacing: 3px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 75px;
}
.unit_text {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.unit_text_sub {
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: 3px;
	color: #333;
}
.unit_finding2 {
	font-size: 23px;
	color: #64a727;
	text-align: center;
	padding: 0px;
	letter-spacing: 2px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.unit_finding3 {
	font-size: 19px;
	color: #64a727;
	text-align: center;
	padding: 0px;
	letter-spacing: 2px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.unit_finding4 {
	font-size: 20px;
	color: #64a727;
	text-align: center;
	padding: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#performance {
	background-image: url(../images2/bg_wood_4.jpg);
	background-repeat: repeat;
	height: 340px;
	width: 1120px;
	float: left;
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 30px;
}
#performance_finding {
	height: 340px;
	width: 300px;
	float: left;
	padding-right: 30px;
}
#performance_rss_wrap {
	float: left;
	height: 340px;
	width: 790px;
}
#performance .sp {
	display: none;
}
#performance .link_button2 {
	width: 178px;
	margin-left: 61px;
}
.performance_rss_box {
	float: left;
	height: 150px;
	width: 182px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 20px;
}
.performance_rss_photo{	
	height: 121px;
	width: 182px;
	overflow: hidden;
}

.rss_per_text {
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#footer_logo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer_logo img{width:350px;}

#copyright {
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #555;
}
.address_text {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.footer_link{
	font-size: 12px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	display: inline;
	background-image: url(../images2/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
a:link .footer_link {color: #333;transition: 0.5s;
}
a:visited .footer_link{
	color: #333;
}
a:hover .footer_link{
	color: #888;
}



#footer_link_box {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.border_2line_x {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #CCC;
	width: 0px;
	overflow: hidden;
	float: left;
	height: 30px;
}
.border_2line_y {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #FFF;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#page-top a:hover {
    text-decoration: none;
}

#dazou_button_wrap {
	top: 197px;
	right: -25px;
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 100;
}


#line_button_wrap {
	padding-top: 6px;
	margin-left: 1.5rem;
	transition: all 0.3s ease;
}

#line_button_wrap a img {
	width: 45px;
	transition: all 0.3s ease;
}
.header-top.scrolling header #line_button_wrap a img {
	width: 40px;
}


#dazou_button {
}

#dazou {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}











#middle_wrap{
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	
}

.pagetitle {
	text-align: center;
	font-size: 40px;
	letter-spacing: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3a2100;
	margin-bottom: 5px;
}


.pagetitle_en {
	color: #3a2100;
	font-family: georgia, serif;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}

.page_catch {
	background-color: #FFF;
	width: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 3%;
	padding-bottom: 30px;
	padding-left: 3%;
	color: #5F4727;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.alpha_white {background-color: rgba(255,255,255,0.4);}

.page_sub {
	text-align: center;
	font-size: 35px;
	letter-spacing: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3a2100;
	margin-bottom: 10px;
	margin-top: 20px;
}

#president_box {
	float: left;
	width: 200px;
	margin-right: 50px;
	margin-top: 50px;
	margin-left: 20px;
}
.contents_text {
	width: 100%;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 10px;
}
.contents_text2 {
	width: 860px;
	float: left;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_sub2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	padding-top: 15px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	color: #3a2100;
	margin-bottom: 10px;
	float: left;
}


.photo_circle {
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	
}


.photo_circle img{
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	margin-top: 10px;
}
.staff_name {
	font-size: 15px;
	text-align: center;
	padding-top: 15px;
	line-height: 1.3em;
}


.table_harada {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.harada{
	width: 100%;
}
.harada th  {
	width: 20%;
	text-align: left;
	background-color: #FC3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: rgba(255,255,255,0.7);
	font-size: 20px;
}
.harada td  {
	width: 80%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: rgba(255,255,255,0.4);
	font-size: 17px;
	line-height: 1.3em;
}

	
	
	
	
@media only screen and (max-width:480px){
    .harada { margin: 0 -10px; }
    .harada th,
    .harada td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .harada tr:first-child th   { border-top: 1px solid #ddd; }
}



.contents_box {
	padding: 3%;
	width: 100%;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
#map {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #fff;
	height: 502px;
	width: 100%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.link_button3 {
	display: inline-block;
	width: 50%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #64a727;
	color: #fff;
	line-height: 60px;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	letter-spacing: 3px;
	font-size: 20px;
	margin-right: 25%;
	margin-left: 25%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_button3::before,
.link_button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.link_button3,
.link_button3::before,
.link_button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.link_button3:hover {
	color: #fff;
}
.link_button3::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.link_button3:hover::after {
	background: #3a2100;
	-webkit-transform: scale(1);
	transform: scale(1);
		border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}



.link_button4 {
	display: inline-block;
	width: 100%;
	height: 42px;
	text-align: left;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #64a727;
	color: #fff;
	line-height: 42px;
	overflow: hidden;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
	letter-spacing: 2px;
	font-size: 22px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 32%;
}
.link_button4::before,
.link_button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.link_button4,
.link_button4::before,
.link_button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}


.link_button4:hover {
	color: #fff;
	
}
.link_button4::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.link_button4:hover::after {
	background: #3a2100;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
}




.dl_privacy {
	font-size: 17px;
	line-height: 1.4em;
}
.dl_privacy dt {
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #72AF3E;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.dl_privacy dd {
	list-style-type: decimal;
	padding-left: 20px;
}

.right_text {
	font-size: 17px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}




.illust_box {
	float: left;
	width: 200px;
	margin-right: 50px;
	margin-top: 20px;
	margin-left: 20px;
}

.illust_name {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	color: #3a2100;
}


#container
		{
	width: 100%; /* 660 */
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	margin-top: 20px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-align: center;
		}


			#container ul
			{
			}
				#container li
				{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
				}
					#container img
					{
	width: 7em;
	height: 7em;
	border-color: #eee;
	border: 0.625em solid rgba( 255, 255, 255, .5 ); /* 10 */
	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
					}
						#container img:hover,
						#container img:focus
						{
							border-color: #fff;

							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
						}




		/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}





		/* ARROWS */

		.imagelightbox-arrow
		{
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}
		
		
		

#container2
		{
	width: 100%; /* 660 */
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
		}


			#container2 ul
			{
			}
				#container2 li
				{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
				}
					#container2 img
					{
	width: 300px; 
	border-color: #eee;
	border: 0.625em solid rgba( 255, 255, 255, .5 ); /* 10 */
	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .05 ); /* 5 */
	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
					}
						#container2 img:hover,
						#container2 img:focus
						{
							border-color: #fff;

							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
						}
		
		
#container2 ul.flex {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
} 
#container2 ul.flex li {
	margin: 0;
}
#container2 ul.flex li img {
	width: 145px;
	border: 0.4em solid rgba(255, 255, 255, .5);
}
		
.photo_right_box {
	float: right;
	width: 340px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}		
		
.photo_right_box_2 {
	float: right;
	width: 527px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}		
		
		
.contents_text3 {
	width: 770px;
	float: left;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.contents_text3_2 {
	width: 603px;
	float: left;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.contents_text4 {
	width: 95%;
	float: left;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
		
.marker{
	background: linear-gradient(transparent 50%, #ff0 0%);
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}



/*ここからブログテンプレート用*/

#main_column {
	float: left;
	width: 700px;
	margin-right: 40px;
	font-size: 19px;
	line-height: 1.3em;
	margin-top: 10px;
}
#side_column {
	float: left;
	width: 420px;
	font-size: 13px;
	line-height: 1.8em;
}
#column_left {
	width: 220px;
	margin-right: 20px;
	float: left;
}
#column_right {
	width: 180px;
	float: left;
}
.category-right {
	text-align: right;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.date {
	color: #FFF;
	background-color: #7ABD2A;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	letter-spacing: 2px;
}
.blogbody {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 32px;
	letter-spacing: 4px;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3a2100;
	padding: 0px;
}
.owner_name {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
	color: #3a2100;
}
.leftbox_img {
	float: left;
	margin-right: 40px;
	width: 290px;
}
.rightbox_text {
	float: left;
	width: 370px;
}
.posted {
	font-size: 13px;
	text-align: right;
}
.blogbody {
	font-size: 18px;
	line-height: 1.5em;
	color: #3A2100;
}
.sidetitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #614D33;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) inset;
}


.calender{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 14px;
}

.calendartable{
	font-size: 13px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.calendarwd{
	padding: 5px;
}

.calendarweek{}

.calendard{
	text-align: center;
}

.sun{
	color: #FF3366;
}

.sat{
	color: #0099CC;
}

.today{
	font-weight: bold;
	color: #666666;
	background-color: #fff;
}

.calendar a {
	padding: 2px;
}


.sidebody {
	margin-top: 5px;
	margin-bottom: 5px;
}



#blog_profile_box {
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-bottom: 15px;

}


.profile_circle {
	width: 180px;
	height: 180px;
	text-align: center;
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}


.profile_circle img{
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	margin-top: 10px;
}
.profile_name {
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	line-height: 1.3em;
	letter-spacing: 2px;
	color: #3A2100;
	padding-bottom: 5px;
}
.message {
	text-align: left;
	line-height: 1.5em;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.comments-head {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #614D33;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 23px;
	letter-spacing: 3px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3) inset;
}
.comments-body01 {
	background-color: rgba(255,255,255,0.4);
	width: 94%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
.comments-post {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}

.prev {
	width: 120px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 10px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.next {
	width: 200px;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.button_center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.link_button5 {
	display: inline-block;
	width: 90%;
	height: 42px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #64a727;
	color: #fff;
	line-height: 42px;
	overflow: hidden;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
	letter-spacing: 2px;
	font-size: 20px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_button5::before,
.link_button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.link_button5,
.link_button5::before,
.link_button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}


.link_button5:hover {
	color: #fff;
	
}
.link_button5::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.link_button5:hover::after {
	background: #3a2100;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;   /* Firefox用 */
}

#category_title {
	color: #FFF;
	background-color: #3A212A;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 20px;
}

#category_title:after {top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #3A212A;
	border-width: 7px;
	margin-left: -7px;
	z-index: 100;
	}


.harada_category_box {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	color: #333;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}



a:hover .harada_category_box {
	background-color: #3A212A;
	color: #FFF;
}


.category_photo {
	float: left;
	height: 150px;
	width: 220px;
	overflow: hidden;
}


.category_photo img{
	width: 150%;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  

}

.category_photo_right {
	float: left;
	width: 430px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 8px;
	margin-left: 15px;
	height: 140px;
	overflow: hidden;
}
.category_name {
	font-size: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.category_text {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
}
.category_date {
	color: #FFF;
	background-color: #7ABD2A;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 180px;
	text-align: center;
	margin-bottom: 5px;
		border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
.font28{font-size: 28px;}


/*ここまでブログテンプレート用*/

.strong2
{
	font-weight: bold;
	font-size: 23px;
	color: #C00;
}

.left2{
	margin-left: 200px;
}

.sp_small{
	font-size: 32px;
	letter-spacing: 5px;

}

#container2 .wall img
					{
	width: 220px;
}



/*ここから資料請求フォーム用*/

#form_first table th {
	font-weight: normal;
	line-height: 1.5em;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 15px;
	padding-right: 10px;
}


#form_first table td {
	vertical-align:middle;
	font-weight:normal;
	font-size: 15px;
}


.input_err {
	color: #FF3333;
}


.redsmall {
	background: none repeat scroll 0 0 #fe0058;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px #FFFFFF;
	color: #FFFFFF!important;
	font-size: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
	}
	
.harada tbody tr td label {
	line-height: 2.3em;
}
.height input {
	line-height: 2em;
	height: 2em;
	font-size: 17px;
}

#anqother{
	line-height: 2em;
	height: 2em;
	font-size: 17px;
}

select {
	border-radius: 0;
	border: 0;
	margin: 0;
	vertical-align: middle;
	box-sizing: content-box;
	line-height: 5em;
	background-color: #FFF;
	background-image: none;
	padding: 10px!important;
	font-size: 16px;
	height: 30px;
	width: 100px;
}
.brochure_box_first {
	float: left;
	height: 218px;
	width: 377px;
	background-color: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #FFF;
}
.brochure_box {
	float: left;
	height: 180px;
	width: 339px;
	background-color: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
}
.bro_img {
	float: left;
	width: 100px;
	margin-right: 20px;
}

.brochure_box h3{
	font-size: 16px;
	font-weight: bold;
	color: #3A2100;
	margin-bottom: 15px;
}
.brochure_box p{
	font-size: 15px;
	color: #3A2100;
	line-height: 1.5em;
}
input{
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

.harada tbody tr td {
	line-height: 2em;
}

/*ここまで資料請求フォーム用*/




.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 160px;
	height: 160px;
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 70px;
	margin-left: 10px;
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 5px rgba(255,255,255,0.3),
		0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	border: 8px solid rgba(255,255,255,0.5);
}

a .ch-item:hover {
	width: 100%;
	height: 100%;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
	text-decoration: no;
	cursor: pointer;
}

.padding15{
padding-top: 15px;}

.padding25{
padding-top: 25px;}

.padding35{
padding-top: 35px;}

.padding45{
padding-top: 45px;}

.padding55{
padding-top: 55px;}

.padding60{
padding-top: 60px;}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}



.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	text-decoration: no;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
.ch-grid a {
	z-index: 100;
	text-decoration: no;
}

.profile_name1 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding-left: 15px;
}

.profile_name2 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #F66;
	padding-left: 15px;
}

#profile_photo {
	float: left;
	width: 26%;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 1%;
	margin-left: 3%;
}
#profile_photo img{
	width: 98%;
	border: 1px solid #FFF;
	}


#profile_box {
	width: 63%;
	margin-top: 1%;
	text-align: left;
}
#profile_box p{
	margin-bottom: 13px;
	margin-top: 5px;
	font-size: 17px;
	line-height: 1.5em;
	padding: 0px;
}
#profile_box h2{
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 27px;
	line-height: 1.5em;
	padding: 0px;
}

.profile_finding{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.green_box {
	color: #FFF;
	background-color: #64a727;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	width: 85%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
}

.white_box {
	background-color: rgba( 255, 255, 255, .7 );
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	width: 85%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
}



.white_box2 {
	background-color: rgba( 255, 255, 255, .7 );
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	width: 26.2%;
	margin-right: 2%;
	margin-left: 0%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	margin-bottom: 35px;
	float: left;
	text-align: center;
	height: 370px;
}
.h-auto {
	height: auto;
}
.white_box2 .flex {
	display: flex;
	justify-content: flex-start;
}

.orange_box {
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	width: 85%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
	background-color: #FA6635;
	color: #FFF;
}

.step_tel img{
	width: 60%!important;
	margin-right: 20%!important;
	margin-left: 20%!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
		-webkit-box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
}

.step_tel img:hover{
	-webkit-box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}


.step img{
	width:43px!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	-webkit-box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
}

.step img:hover{
	-webkit-box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}


.step2 img{
	width: 100%!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	-webkit-box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	padding: 0px!important;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.step2 img:hover{
	-webkit-box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	box-shadow: 0 0 0em rgba( 0, 0, 0, .0 )!important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}

.step2.flex {
	justify-content: space-between;
	align-items: flex-start;
}
.step2.flex img {
	width: 48.5% !important;
}


.yellow{
	color: #fffd38;
}
.page_sub3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 39px;
	padding-top: 5px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	float: left;
	margin-top: 0px;
	padding-left: 0px;
}
.page_sub4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 62px;
	padding-top: 5px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	float: left;
	margin-top: 0px;
	padding-left: 0px;
}

.page_sub5 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 0px;
}
.page_sub5.title-step {
	padding-top: 0;
}

.contents_text5 {
	width: 600px;
	float: left;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 15px;
}
.contents_text5.fw100 {
	width: 100%;
}
.contents_text6{
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.margine5 {
	width:95%;
	margin-right: 0%;
	margin-left: 5%;
	float: left;
}
.margine5.flex-box {
	width: 100%;
	margin-left: 0;
	float: unset;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2%;
}
.margine5.flex-box .white_box2 {
	width: 28%;
	margin-right: 0;
	float: unset;
}

.btnFixedSp {
	display: none;
}

.desc_mind {
	text-align: center;
    font-size: 16px;
    margin-top: 1rem;
    line-height: 1.5;
}

.contributionInner {
	max-width: 840px;
	width: 100%;
	margin: 30px auto;
}
.contributionInner .page_sub2 {
	margin-bottom: 2rem;
}
.contributionInner .box {
	margin: 3rem 0 0;
}
.contributionInner .box div {
	margin: 1rem 0 0;
}
.contributionInner .box img {
	width: 100%;
}
.contributionInner .box div p {
	font-size: 17px;
}

}



@media screen and (max-width: 1100px) {
	.header-top header .rightSide .links .dazou-family img {
		height: 45px;
	}
	#contents_wrap {
		min-width: auto;
	}
	#line_button_wrap {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.header-top header .rightSide .links .dazou-family {
		display: none;
	}
}
@media screen and (min-width: 680px){
#contents_inner {
	padding-top: 20px;
}
}