@media screen and (max-width: 4000px) {
	#lines-top {
		display: none;
	}
}


@media screen and (max-width: 768px) {
	#lines-top {
		display: none;
	}
}

@media screen and (max-width: 680px){
	
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: 0px;
}
.margin_right50 {
	margin-right: 50px;
}

.margin_right2 {
	margin-right: 2%;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_bottom5 {
	margin-bottom: 5px;
}

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


#logo {
	float: left;
	margin-right: 10px;
	padding-top: 6px;
	width: 260px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 15;
}
#catchcopy {
	position: fixed;
	left: 63px;
	top: 18px;
	font-size: 10px;
	color: #5F4725;
	z-index: 15;
}
#telephone {
	float: left;
	padding-top: 7px;
}

#header_right {
	float: right;
}
#header_right_nav {
	font-size: 15px;
	padding: 0px;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header_right_nav ul li {
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 2px;
}
#header_right_contact {
	margin: 0px;
	padding: 0px;
}
#header_right_nav ul {
	margin: 0px;
	padding: 0px;
}
#menu {
	font-size: 12px;
	line-height: 1.2em;
	border-radius: 50px;        /* CSS3草案 */
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50px;
	margin: 0px;
	padding: 0px;
}
.navi_sp{
	height: 42px;
	position: relative;
	display: block;
	margin: 0px;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	line-height: 42px;
	letter-spacing: 0px;
	padding: 0px;
	float: left;
	
}

a:hover .navi_sp{background-color: #FFF0E0;}


.nav_img {
	float: left;
	position: absolute;
	left: 10px;
	top: 7px;
}
.nav_img img {
	width:25px;
	}
a:link .nav_1 {
	float: left;
	position: absolute;
	left: 40px;
	top: 0px;
	font-size: 12px;
}

a:visited .nav_1 {
}
a:hover .nav_1 {
}


a:link .nav_2 {
	float: left;
	position: absolute;
	left: 40px;
	top: 0px;
	font-size: 12px;
}

a:visited .nav_2 {
}
a:hover .nav_2 {
}


#face {
	margin-bottom: 20px;
	width: 100%;
}



.rss_box {
	float: left;
	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: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fa6635;
	color: #fff;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	letter-spacing: 1px;
	font-size: 14px;
}
.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: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #64a727;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	font-size: 14px;
}
.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: 5px;
	margin-bottom: 10px;
}

.size_a{
	width: 100%;
}
.size_b{
	width: 48%;
	margin-bottom: 10px;
}
.size_c{
		width: 48%;
	margin-bottom: 10px;
}
.size_c.sp-full {
	width: 100%;
	margin-bottom: 0;
}
.size_c.sp-full .unit_text_sub {
	font-size: 12px;
}
.size_c.sp-full .unit_finding3 {
	font-size: 14px;
}
.sp_margin-right{
	margin-right: 2%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sp_margin-left{
	margin-left: 2%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
}
.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: 12px;
	color: #FFF;
	background-color: #64a727;
	text-align: center;
	padding: 10px;
	line-height: 1.4;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.unit_padding {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.unit_finding {
	padding-top: 2px;
	line-height: 1.75;
	color: #64a727;
	font-size: 15px;
	margin: 0 0 0.5rem;
}
.unit_text {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.unit_text_sub {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.unit_finding2 {
	font-size: 13px;
	color: #64a727;
	text-align: center;
	padding: 0px;
	letter-spacing: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.unit_finding3 {
	font-size: 13px;
	color: #64a727;
	text-align: center;
	padding: 0px;
	letter-spacing: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.unit_finding4 {
	font-size: 14px;
	color: #64a727;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#performance {
	background-image: url(../images2/bg_wood.png);
	background-repeat: repeat;
	width: calc(100% - 30px);
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 15px;
}
#performance_finding {
	width: 50%;
	margin: 0 auto 15px;
}
#performance .pc {
	display: none;
}
#performance_rss_wrap {
	width: 100%;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#performance .link_button2 {
	width: 178px;
	margin: auto;
	display: block;
}



.performance_rss_box {
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	width: calc(50% - 7.5px);
}
.performance_rss_photo{	
	width: 100%;
	overflow: hidden;
}

.performance_rss_photo img{
	width: 100%;
	height: 30vw
}


.rss_per_text {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 1.2em;
	height: auto;
	overflow: hidden;
}

#footer_logo {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}

#footer_logo img{
	}

#copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #555;
}
.address_text {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.footer_link{
	font-size: 12px;
	display: inline;
	background-image: url(../images2/arrow.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 94% center;
	background-color: #FFF;
	float: left;
	width: 50%;
	margin: 0px;
	-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-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	color: #333;
}
a:link footer_link{
	color: #333;
}

a:visited footer_link{
	color: #333;
}

a:hover .footer_link {
	background-color: #FFF0E0;
}
#footer_link_box {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	padding: 0px;
	margin-top: 10px;
}

#lines-top {
	display: block;
	position: fixed;
	bottom: 80px;
	right: 0;
	z-index: 100;

	display: none;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	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;
}


#page-top {
	position: fixed;
	bottom: 45px;
	right: 12px;
	z-index: 100;
}
#lines-top a {
	text-decoration: none;
	color: #fff;
	width: 140px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#lines-top a:hover {
    text-decoration: none;
}

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

#dazou_button {
}
#dazou_button img{width: 70px;}
	
	
	
#dazou {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
#dazou img{
	width:80px;
	
	}

#face_sp {
	width: 100%;
	position: relative;
}
#face_sp_on {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


#sp_wrap {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}

.tel_banner {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tel_banner img{
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}


.blog_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog_link {
	width: 48.5%;
	margin-bottom: 3%;
}
.blog_link a {
	width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	display: block;
	padding: 1rem 0;
	text-align: center;
}
.blog_link a .img-sp {
	display: block;
	width: 90%;
	margin: auto;
	margin-bottom: 1rem;
}
.blog_link a .img-sp .img {
	width: 100%;
	height: 30vw;
	overflow: hidden;
}
.blog_link a .img-sp .img div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog_link a span {
	color: #333;
	letter-spacing: 1px;
	font-size: 14px;
	min-height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.blog_link img{
	width: 100%;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */ 
	 }



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


.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: 0px; }
    .harada th,
    .harada td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .harada tr:first-child th   { border-top: 1px solid #ddd; }
}





#middle_wrap{
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;	
}
.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;
}


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


.pagetitle_en {
	color: #3a2100;
	font-family: georgia, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.page_catch {
	background-color: #FFF;
	width: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	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: 23px;
	letter-spacing: 1px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3a2100;
	margin-bottom: 10px;
	margin-top: 0px;
}

#president_box {
	width: 100%;
	margin-top: 10px;
}
.contents_text {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 10px;
}
.contents_text2 {
	width: 96%;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-left: 2%;
}
.page_sub2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	letter-spacing: 1px;
	color: #3a2100;
	margin: 0 0 0.5rem;
	padding: 0px;
	text-align: center;
	display: table;
	width: 100%;
}


.photo_circle {
	width: 40%;
	text-align: center;
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	margin-right: 30%;
	margin-left: 30%;
}


.photo_circle img{
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	margin-top: 0px;
	border: 4px solid #FFF;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.staff_name {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	line-height: 1.3em;
	margin: 0px;
}


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

.harada{
	width: 100%;
}
.harada th  {
	width: 20%;
	text-align: center;
	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;
	background-color: rgba(255,255,255,0.7);
	font-size: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

.harada td  {
	margin-bottom: 10px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width:480px){
    .harada { margin: 0 0px; }
    .harada th,
    .harada td{
	width: 100%;
	display: block;
	border-top: none;
    }
	footer {
		margin: 50px 0 0;
	}
}



.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: 250px;
	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;
	overflow: hidden;
}


.link_button3 {
	display: inline-block;
	width: 90%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #64a727;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;
	font-size: 15px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
}
.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用 */  
}








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

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










.illust_box {
	width: 46%;
	margin-top: 0px;
	margin-right: 28%;
	margin-left: 28%;
	margin-bottom: 10px;
}
.illust_name {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	color: #3a2100;
	text-align: center;
}

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


			#container ul
			{
			}
				#container li
				{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
				}
					#container img
					{
	width: 7em; /* 140 */
	height: 7em; /* 140 */
	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 .sidebody {
	margin-top: 10px;
	margin-bottom: 10px;
}
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: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
				}
					#container2 img
					{
	width: 100%;
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

					}
						#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: 1rem;
} 
#container2 ul.flex li {
	margin: 0;
	flex: 1;
}
#container2 ul.flex li img {
	width: 100%;
	border: 0.4em solid rgba(255, 255, 255, .5);
}	
		
.photo_right_box {
	width: 100%;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
}		
		
		
.contents_text3 {
	width: 96%;
	float: left;
	font-size: 15px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-left: 2%;
}	
		
.contents_text4 {
	width: 96%;
	float: left;
	font-size: 15px;
	line-height: 1.3em;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-left: 2%;
}
	

.marker{
	background: linear-gradient(transparent 50%, #ff0 0%);
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}
.sp_center{
	margin-right: 25%;
	margin-left: 25%;
}
.sp_small{
	font-size: 17px;
	letter-spacing: 0px;
}

#container2 .wall img{
	width: 100%;
	
}
 .wall ul center li {
	float: left !important;
	width: 40% !important;
}
.sp_hidden{
	display: none;
}



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

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


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



.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: 14px;
}

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

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 {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px;
	height: 200px;
}
.brochure_box {
	width: 92%;
	background-color: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 4%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bro_img {
	float: left;
	width: 25%;
	margin-right: 1%;
}

.brochure_box h3{
	font-size: 14px;
	font-weight: bold;
	color: #3A2100;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1.3em;
}
.brochure_box p{
	font-size: 13px;
	color: #3A2100;
	line-height: 1.5em;
	width: 68%;
	float: right;

}
input{
	line-height: 1.5em;
	cursor: pointer;
	border: 1px solid #CCC;
}



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


textarea{
	border: 1px solid #CCC;
	font-size: 11px;
}

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





.ch-grid {
	margin: 0 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: 130px;
	height: 130px;
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
	text-align: center;
}


.ch-item {
	width: 98%;
	height: 98%;
	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: 5px 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: 5px;
	padding-left: 10px;
}

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

#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: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	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: 95%;
	margin-right: 0%;
	margin-left: 0%;
	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: 96%;
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 5px;
}

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

.step_tel img{
	width: 96%!important;
	margin-right: 2%!important;
	margin-left: 2%!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;
}


.yellow{
	color: #fffd38;
}
.page_sub3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 0px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	text-align: center;
}
.page_sub4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 62px;
	letter-spacing: 5px;
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-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;
}

.contents_text5 {
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}	
.contents_text6{
	width: 100%;
	font-size: 13px;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.margine5 {
	width: 100%;
}

.copyright {
	margin-bottom: 45px;
}

.btnFixedSp {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
	z-index: 5;
}
.btnFixedSp a {
	flex: 1;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background-color: #fa6635;
	border-left: 1px solid #FFF;
	font-size: 14px;
	letter-spacing: 1px;
}
.btnFixedSp a.tel {
	flex: unset;
	width: 100px;
	border-left: 0;
}
.btnFixedSp a.tel i {
	margin-right: 0.5rem;
}
.btnFixedSp a.line {
	flex: unset;
	width: 60px;
	background-color: #00c300;
	border-left: 0;
}
.btnFixedSp a.line i {
	font-size: 24px;
}

.desc_mind {
	text-align: center;
    font-size: 14px;
    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: 15px;
}

.sns-mobile {
	display: inline-block;
	width: 100%;
	padding: 0.5rem;
}
.sns-mobile .sns-ft {
	overflow: inherit;
	margin: 0;
}
.sns-mobile .sns-ft {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
}
.sns-mobile .sns-ft li:first-child {
	margin-left: -1.5rem;
}
.sns-mobile .sns-ft li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: center;
}
.sns-mobile .sns-ft li a img.ig  {
	width: 22px;
}
.sns-mobile .sns-ft li a img.youtube  {
	width: 32px;
}
.sns-mobile .sns-ft li a span  {
	font-size: 10px;
	display: block;
	margin-top: 0.25rem;
}

}


@media screen and (max-width: 400px) {
	.green_bg {
		font-size: 10px;
	}
	.unit_finding {
		font-size: 14px;
	}
}


@media screen and (max-width: 360px) {
	.unit_finding {
		font-size: 13px;
	}
	.blog_link a span {
		font-size: 13px;
	}
}