@charset "utf-8";


/*HAKO-BU.netとは？ top.html*/


.top-hakobunet ul,
.top-hakobunet-header ul,
.top-footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-hakobunet a,
.top-hakobunet-header a,
.top-footer a{
	color: #333;
	text-decoration: none;
}

.top-hakobunet img,
.top-hakobunet-header img,
.top-footer img{
	width: 100%;
}

.top-hakobunet,
.top-hakobunet-header,
.top-footer{
	font-family: 'Noto Sans JP', sans-serif;
}

#breadcrumb ul{
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	 flex-wrap:  wrap;
	font-size: 12px;
}
.breadcrumb-body{
	padding: 40px 0 0;
}
#breadcrumb ul li:after{
	content:">";
	margin: 0 8px;
}
#breadcrumb ul li:last-child::after{
	content:none;
}
.language-serect-body{
	margin: 20px 0 0;
	max-width: 200px;
	width: 100%;
}
.language-serect-body .language-serect-wrap label{
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
}
.language-serect-body .language-serect-wrap label:after{
	content:"";
	width: 0;
	height: 0;
	position: absolute;
	right: 12px;
	top: 16px;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}
.language-serect-body .language-serect-wrap input{
	display: none;
}
.language-serect-body .language-serect-wrap #line-all{
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
	box-sizing: border-box;
	display: none;
	border-radius: 8px;
}
.language-serect-body .language-serect-wrap{
	position: relative;
}
.language-serect-body .language-serect-wrap .line-accordion:checked ~ #line-all{
	display: block;
	position: absolute;
	top: 50px;
	width: 200px;
	padding: 20px 0;
}
.language-serect-body .language-serect-wrap .line-accordion:checked ~ #line-all li{
	display: block;
}
.language-serect-body .language-serect-wrap .line-accordion:checked ~ #line-all li a{
	padding: 8px 20px;
	box-sizing: border-box;
	display: block;
}
.language-serect-body .language-serect-wrap .line-accordion:checked ~ #line-all li a:hover{
	background: #eff9fa;
}
.author-body .author-name a{
	color: #fff;
	text-decoration: underline;
}
.author-body .company-address{
	line-height: 1.6;
}
/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	.language-serect-body{
		margin: 20px auto 40px;
		max-width: 200px;
		width: 100%;
	}
	.top-hakobunet .pc-contents,
	.top-hakobunet-header .pc-contents,
	.top-footer .pc-contents{
		display: none;
	}

	.top-hakobunet .btn-gr a,
	.top-hakobunet-header .btn-gr a{
		color: #fff;
		font-weight: bold;
		width: 100%;
		display: block;
		background: #2eb9b9;
		border-radius: 5px;
		position: relative;
		text-align: center;
		padding: 8px 16px;
		box-sizing: border-box;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.top-hakobunet .btn-gr a:after,
	.top-hakobunet-header .btn-gr a:after{
		content:"";
		position: absolute;
		right: 10px;
		width: 4px;
		top: 24px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.top-hakobunet .btn-gr a:hover,
	.top-hakobunet-header .btn-gr a:hover{
		background: #7cae81;
	}

	.top-hakobunet .green{
		color: #2eb9b9;
	}

	.top-hakobunet-header .top-header-menu{
		position: relative;
	}


	.top-hakobunet-header #menu-icon {
		border-radius: 0 0 0 10px;
		color: #fff;
		cursor: pointer;
		display: block;
		height: 50px;
		width: 70px;
		position: absolute;
		right: 0;
		top: 20%;
		transition: all 0.3s linear 0s;
		z-index: 1100;
	}

	.top-hakobunet-header #ham-menu {
		box-sizing: border-box;
		height: 100%;
		padding: 0;
		position: fixed;
		right: -256px;
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 256px;
		z-index: 1000;
	}


	.top-hakobunet-header #ham-menu .sp-contents a{
		width: 256px;
	}

	.top-hakobunet-header #menu-background {
		background-color: #333;
		display: block;
		height: 100%;
		opacity: 0;
		right: 0;
		top: 0;
		transition: all 0.3s linear 0s;
		width: 100%;
	}

	.top-hakobunet-header #menu-cb {
		display: none;
	}

	.top-hakobunet-header #menu-cb ~ #menu-icon img:last-child {
		display: none;
	}

	.top-hakobunet-header #menu-cb:checked ~ #menu-icon img:first-child {
		display: none;
	}

	.top-hakobunet-header #menu-cb:checked ~ #menu-icon img:last-child {
		display: block;
		box-sizing: border-box;
	}

	.top-hakobunet-header #menu-cb:checked ~ #ham-menu,
	.top-hakobunet-header #menu-cb:checked ~ #menu-icon {
		transform: translate(-256px);
	}

	.top-hakobunet-header #menu-cb:checked ~ #ham-menu {
		overflow-y: auto;
		box-sizing: border-box;
		background: #fff;
		padding-top: 20px;
	}

	.top-hakobunet-header #menu-cb:checked ~ #menu-background {
		opacity: 0.5;
		z-index: 999;
		position: fixed;
	}

	.top-hakobunet-header{
		width: 100%;
		background: #fff;
		box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.2);
		height: 70px;
		position: fixed;
		top: 0;
		z-index: 2;
	}

	.top-hakobunet-header .top-header-body{
		max-width: 1800px;
		width: 96%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		height: 70px;
	}

	.top-hakobunet-header .top-header-body .top-logo{
		position: relative;
		top: 25%;
		width: 150px;
	}

	.top-hakobunet-header .top-header-body ul li{
		border-bottom: 1px solid #ddd;
		padding: 16px 0;
		box-sizing: border-box;
	}

	.top-hakobunet-header .top-header-body ul li a{
		font-weight: bold;
		padding: 0 0 0 20px;
		display: block;
		position:relative;
	}

	.top-hakobunet-header .top-header-body ul li a:after{
		content:"";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 5px;
		border-color: transparent transparent transparent #ddd;
		position: absolute;
		right: 20px;
		top: 25%;
	}

	.top-hakobunet-header .top-header-body nav .btn-gr{
		width: 90%;
		margin: 40px auto 0;
	}

	.top-hakobunet .top-hakobunet-main{
		background: #7cae81;
	}

	.top-hakobunet .top-hakobunet-main .top-main-body{
		max-width: 780px;
		width: 100%;
		margin: 0 auto;
	}

	.top-hakobunet .top-hakobunet-main .top-main-body h1{
		color: #fff;
		font-size: 160%;
		text-align: center;
		line-height: 1.7;
		position: relative;
		top: 120px;
		letter-spacing: 1px;
		margin: 0;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-news{
		padding: 50px 0;
	}

	.top-hakobunet .top-hakobunet-news h2{
		text-align: center;
		font-weight: bold;
		font-size: 130%;
		margin: 0;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body{
		max-width: 800px;
		width: 90%;
		margin: 40px auto;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-detail{
		padding-bottom: 18px;
		margin-bottom: 18px;
		border-bottom: 1px solid #e3e3e3;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-info{
		margin-bottom: 10px;
		font-size: 90%;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-info .date{
		font-weight: bold;
		color: #2eb9b9;
		margin-right: 20px;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-info .category{
		font-size: 80%;
		color: #939393;
		border: 1px solid #cacaca;
		padding: 2px 5px;
		border-radius: 50px;
		position: relative;
		top: -2px;
		box-sizing: border-box;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-detail h3{
		margin: 5px 0;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-detail h3 a{
		font-weight: bold;
		font-size: 85%;
		line-height: 1.4;
	}

	.top-hakobunet .top-hakobunet-news .btn-gr{
		width: 180px;
		margin: 40px auto 20px;
	}

	.top-hakobunet .top-hakobunet-news .btn-gr a{
		padding: 16px 0;
	}

	.top-hakobunet .top-hakobunet-news .btn-gr a:after{
		top: 19px;
	}

	.top-hakobunet .top-hakobunet-about{
		background: #f7f7f7;
		padding: 60px 0 20px;
	}

	.top-hakobunet .top-hakobunet-about h2{
		text-align: center;
		font-size: 160%;
		font-weight: bold;
		margin-top: 0;

	}

	.top-hakobunet .top-hakobunet-about .lead{
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 1px;
		margin: 30px 10px;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point{
		max-width: 880px;
		width: 90%;
		margin: 60px auto 0;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body{
		background: #fff;
		width: 100%;
		border-radius: 8px;
		margin: 40px 0;
		padding: 0 8% 30px 8%;
		box-sizing: border-box;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body .num{
		color: #2eb9b9;
		font-weight: bold;
		font-size: 300%;
		position: relative;
		top: -30px;
		left: 0;
		text-align: center;
		margin-bottom: -24px;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body .poiny-img{
		text-align: center;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body h3{
		text-align: center;
		font-weight: bold;
		font-size: 120%;
		line-height: 1.6;
		margin: 20px 0;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body p{
		line-height: 1.7;
		font-size: 90%;

	}

	.top-hakobunet .top-hakobunet-shop{
		background: #eef9f9;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap{
		max-width: 1920px;
		width: 100%;
		margin: 0 auto;
		background: url(../images/common/shop-bk.png) center bottom no-repeat;
		background-size: 100%;
		padding: 60px 0;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap h2{
		font-size: 160%;
		text-align: center;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .lead{
		font-size: 120%;
		text-align: center;
		color:#2eb9b9;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 1.5;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body{
		margin: 0 auto;
		padding: 0;
		width: 90%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		height: 220px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box{
		display: inline-block;
		list-style: none;

/*
		width: 48%;
		margin: 0 1%;
*/
		background: #fff;
		text-align: center;
		padding: 10px 0 20px;
		border-radius: 15px;
		box-shadow: 5px 4px 15px -5px #85c7c7;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box img{
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box:nth-child(2),
	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box:nth-child(3){
		margin-left: 15px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box h3{
		font-size: 100%;
		font-weight: bold;
		margin: 5px 0;
	}

	.top-hakobunet .top-hakobunet-shop .btn-gr{
		width: 180px;
		margin: 40px auto 20px;
	}

	.top-hakobunet .top-hakobunet-shop .btn-gr a{
		padding: 18px 0;
	}

	.top-hakobunet .top-hakobunet-shop .btn-gr a:after{
		top: 21px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box .shop-en-name{
		font-size: 80%;
		font-weight: bold;
		color: #2eb9b9;
		margin: 8px 0;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box .shop-category{
		font-size: 80%;
		margin: 12px 0 0;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box .shop-img{
		max-width: 210px;
		width: 100%;
		margin: 0 auto;
	}


	.top-hakobunet .top-hakobunet-qa{
		padding: 60px 0 40px;
	}

	.top-hakobunet .top-hakobunet-qa h2{
		text-align: center;
		font-size: 120%;
		margin-top: 0;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body{
		max-width: 800px;
		width: 90%;
		margin: 30px auto 20px;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details label{
		font-weight: bold;
		font-size: 90%;
		cursor :pointer;
		display: block;
		position: relative;
		padding-right: 30px;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details label:after{
		content:"";
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-color:  transparent transparent #aaa #aaa;
		transform: rotate(-45deg);
		position: absolute;
		right: 15px;
		top: 50%;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e3e3e3;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details input{
		display: none;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details label .green{
		margin-right: 5px;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details .hidden-show{
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details input:checked ~ .hidden-show{
		padding: 18px 0 10px;
		height: auto;
		opacity: 1;
	}

	.top-hakobunet .top-hakobunet-qa .btn-gr{
		width: 220px;
		margin: 40px auto 20px;
	}

	.top-hakobunet .top-hakobunet-qa .btn-gr a{
		padding: 16px 0;
	}

	.top-hakobunet .top-hakobunet-qa .btn-gr a:after{
		top: 20px;
	}

	.top-hakobunet .top-hakobunet-flow{
		background: #f7f7f7;
		padding: 60px 0 20px;
	}

	.top-hakobunet .top-hakobunet-flow h2{
		text-align: center;
		font-size: 130%;
		margin-top: 0;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body{
		max-width: 980px;
		width: 90%;
		margin: 40px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box{
		background: #fff;
		width: 48%;
		box-sizing: border-box;
		text-align: center;
		padding: 20px 1% 20px;
		border-radius: 12px;
		margin-bottom: 12px;
	}


	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .shop-img{
		width: 60%;
		margin: 0 auto;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .green{
		text-align: center;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 100%;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .desc{
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
		font-size: 90%;
		margin: 0;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .btn-gr{
		max-width: 120px;
		margin: 10px auto 0;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .btn-gr a{
		font-size: 90%;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .shop-img{
		max-width: 128px;
		display: block;
		margin: 0 auto;
	}

	.top-footer{
		background: url(../images/common/footer-bk.jpg) center top no-repeat;
		padding: 40px 0 30px;
		background-size: cover;
	}

	.top-footer .top-footer-body{
		max-width: 1080px;
		width: 90%;
		margin: 0px auto;
	}

	.top-footer .top-footer-body .left{
		margin-bottom: 30px;
	}

	.top-footer .top-footer-body .left h2{
		color: #fff;
		font-size: 100%;
		letter-spacing: 1px;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: center;
	}

	.top-footer .top-footer-body .left .footer-logo{
		width: 60%;
		margin: 0 auto;
	}

	.top-footer .top-footer-body .right{
	}

	.top-footer .top-footer-body .right a{
		color: #fff;
	}

	.top-footer .top-footer-body .right ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		max-width: 600px;
		width: 80%;
		margin: 0 auto;
	}

	.top-footer .top-footer-body .right ul li{
		width: 49%;
		margin-bottom: 14px;
	}

	.top-footer .top-footer-body .right ul li a{
		font-size: 90%;
	}

	.top-footer small{
		text-align: center;
		color: #fff;
		font-size: 90%;
		margin: 40px 0 0;
		display: block;
	}

}


@media print, screen and (max-width: 480px) {

	.top-footer .top-footer-body .right ul{
		width: 90%;
		margin: 0 auto;
	}

	.top-footer .top-footer-body .right ul li{
		width: 100%;
		margin: 5px auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-footer .top-footer-body .right ul li:nth-child(3){
		width: 98%;
	}

	.top-footer .top-footer-body .right ul li a{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		border: 1px solid #fff;
		border-radius: 5px;
		text-align: center;
	}

	.top-footer{
		padding: 40px 0 20px 0;
	}

	.top-footer h2{
		font-size: 12pt;
	}

	.top-footer p{
		font-size: 8pt;
	}

	.top-footer small{
		font-size: 7pt;
		margin: 0;
		padding: 20px 10px 0 10px;
		display: block;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 769px) {

	.top-hakobunet .sp-contents,
	.top-hakobunet-header .sp-contents,
	.top-footer .sp-contents{
		display: none;
	}

	.top-hakobunet .btn-gr a,
	.top-hakobunet-header .btn-gr a{
		color: #fff;
		font-weight: bold;
		width: 100%;
		display: block;
		background: #2eb9b9;
		border-radius: 5px;
		position: relative;
		text-align: center;
		padding: 8px 16px;
		box-sizing: border-box;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	.top-hakobunet .btn-gr a:after,
	.top-hakobunet-header .btn-gr a:after{
		content:"";
		position: absolute;
		right: 10px;
		width: 4px;
		top: 15px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.top-hakobunet .btn-gr a:hover,
	.top-hakobunet-header .btn-gr a:hover{
		background: #7cae81;
	}

	.top-hakobunet .green{
		color: #2eb9b9;
	}

	.top-hakobunet-header.fixed{
		left: 0;
		position: fixed;
		top: 0;
		z-index: 9999;
	}


	#menu-icon,#menu-cb,menu-background{
		display: none;
	}

	.top-hakobunet-header{
		width: 100%;
		background: #fff;
		box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.2);
		height: 80px;
	}

	.top-hakobunet-header .top-header-body{
		max-width: 1800px;
		width: 96%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 80px;
		vertical-align: middle;
		z-index: 9999;
		background: #fff;
	}

	.top-hakobunet-header .top-header-body nav{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-hakobunet-header .top-header-body ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-hakobunet-header .top-header-body ul li a{
		font-weight: bold;
		margin: 0 28px;
	}

	.top-hakobunet-header .top-header-body nav .btn-gr{
		width: 300px;
		margin-left: 40px;
	}

	.top-hakobunet .top-hakobunet-main{
		background: #7cae81;
	}

	.top-hakobunet .top-hakobunet-main .top-main-body{
		max-width: 1920px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.top-hakobunet .top-hakobunet-main .top-main-body h1{
		position: absolute;
		color: #fff;
		font-size: 280%;
		left: 12%;
		line-height: 1.8;
		letter-spacing: 1px;
		font-weight: bold;
		top: 32%;
		margin: 0;
	}

	.top-hakobunet .top-hakobunet-news{
		padding: 100px 0;
	}

	.top-hakobunet .top-hakobunet-news h2{
		text-align: center;
		font-weight: bold;
		font-size: 200%;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body{
		max-width: 800px;
		width: 90%;
		margin: 60px auto;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-detail{
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid #e3e3e3;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-info{
		margin-bottom: 10px;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-info .date{
		font-weight: bold;
		color: #2eb9b9;
		margin-right: 20px;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-info .category{
		font-size: 80%;
		color: #939393;
		border: 1px solid #cacaca;
		padding: 2px 5px;
		border-radius: 50px;
		position: relative;
		top: -2px;
		box-sizing: border-box;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-detail h3{
		margin: 0;
	}

	.top-hakobunet .top-hakobunet-news .top-news-body .top-news-detail h3 a{
		font-weight: bold;
		font-size: 90%;
	}

	.top-hakobunet .top-hakobunet-news .btn-gr{
		width: 220px;
		margin: 80px auto 20px;
	}

	.top-hakobunet .top-hakobunet-news .btn-gr a{
		padding: 20px 0;
	}

	.top-hakobunet .top-hakobunet-news .btn-gr a:after{
		top: 24px;
	}

	.top-hakobunet .top-hakobunet-about{
		background: #f7f7f7;
		padding: 100px 0;
	}

	.top-hakobunet .top-hakobunet-about h2{
		text-align: center;
		font-size: 240%;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-about h2{
		text-align: center;
		font-size: 240%;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-about .lead{
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 1px;
		margin: 60px 0;
		max-width: 880px;
		margin: 0 auto;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point{
		max-width: 880px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		margin: 60px auto 0;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body{
		background: #fff;
		width: 47%;
		border-radius: 8px;
		margin: 20px 1.5% 40px;
		padding: 0 40px 60px 40px;
		box-sizing: border-box;
		position: relative;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body .num{
		color: #2eb9b9;
		font-weight: bold;
		font-size: 340%;
		position: absolute;
		top: -20%;
		left: 12px;
		margin-bottom: -24px;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body .poiny-img{
		text-align: center;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body h3{
		text-align: center;
		font-weight: bold;
		font-size: 130%;
		margin: 20px 0;
	}

	.top-hakobunet .top-hakobunet-about .top-about-point .top-point-body p{
		line-height: 1.7;
	}

	.top-hakobunet .top-hakobunet-shop{
		background: #eef9f9;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap{
		max-width: 1920px;
		width: 100%;
		margin: 0 auto;
		background: url(../images/common/shop-bk.png) center top no-repeat;
		background-size: 100%;
		padding: 100px 0;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap h2{
		font-size: 220%;
		text-align: center;
		font-weight: bold;
		margin-bottom: 60px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .lead{
		font-size: 200%;
		text-align: center;
		color:#2eb9b9;
		font-weight: bold;
		margin-bottom:60px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		max-width: 980px;
		width: 90%;
		margin: 60px auto 80px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box{
		width: 28%;
		margin: 0 2%;
		background: #fff;
		text-align: center;
		padding: 30px 0;
		border-radius: 15px;
		box-shadow: 5px 4px 15px -5px #85c7c7;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box h3{
		font-size: 110%;
		font-weight: bold;
		margin: 5px 0;
	}

	.top-hakobunet .top-hakobunet-shop .btn-gr{
		width: 220px;
		margin: 80px auto 20px;
	}

	.top-hakobunet .top-hakobunet-shop .btn-gr a{
		padding: 20px 0;
	}

	.top-hakobunet .top-hakobunet-shop .btn-gr a:after{
		top: 24px;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box .shop-en-name{
		font-size: 85%;
		font-weight: bold;
		color: #2eb9b9;
		margin: 8px 0;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box .shop-category{
		font-size: 80%;
		margin: 12px 0 0;
	}

	.top-hakobunet .top-hakobunet-shop .top-shop-wrap .top-shop-body .shop-box .shop-img{
		max-width: 210px;
		width: 100%;
		margin: 0 auto;
	}

	.top-hakobunet .top-hakobunet-qa{
		padding: 100px 0;
	}

	.top-hakobunet .top-hakobunet-qa h2{
		text-align: center;
		font-size: 200%;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body{
		max-width: 800px;
		width: 90%;
		margin: 60px auto 40px;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details label{
		font-weight: bold;
		font-size: 110%;
		cursor :pointer;
		display: block;
		position: relative;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details label:after{
		content:"";
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-color:  transparent transparent #aaa #aaa;
		transform: rotate(-45deg);
		position: absolute;
		right: 15px;
		top: 50%;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details{
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid #e3e3e3;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details input{
		display: none;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details label .green{
		margin-right: 5px;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details .hidden-show{
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}

	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details input:checked ~ .hidden-show{
		padding: 18px 0 10px;
		height: auto;
		opacity: 1;
	}
	.top-hakobunet .top-hakobunet-qa .top-shop-body .qa-details input:checked ~ .hidden-show p{
		font-size: 16px;
		line-height: 1.6;
	}
	.top-hakobunet .top-hakobunet-qa .btn-gr{
		width: 220px;
		margin: 80px auto 20px;
	}

	.top-hakobunet .top-hakobunet-qa .btn-gr a{
		padding: 20px 0;
	}

	.top-hakobunet .top-hakobunet-qa .btn-gr a:after{
		top: 27px;
	}

	.top-hakobunet .top-hakobunet-flow{
		background: #f7f7f7;
		padding: 100px 0;
	}

	.top-hakobunet .top-hakobunet-flow h2{
		text-align: center;
		font-size: 200%;
		font-weight: bold;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body{
		max-width: 980px;
		width: 90%;
		margin: 60px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box{
		background: #fff;
		width: 23%;
		box-sizing: border-box;
		text-align: center;
		padding: 30px 3% 20px;
		border-radius: 12px;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .green{
		text-align: center;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 120%;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .desc{
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .btn-gr{
		max-width: 120px;
		margin: 10px auto 0;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .btn-gr a{
		font-size: 90%;
	}

	.top-hakobunet .top-hakobunet-flow .top-flow-body .top-flow-box .shop-img{
		max-width: 128px;
		display: block;
		margin: 0 auto;
	}

	.top-footer{
		background: url(../images/common/footer-bk.jpg) center top no-repeat;
		padding: 80px 0 60px;
		background-size: cover;
	}

	.top-footer .top-footer-body{
		max-width: 1080px;
		width: 90%;
		margin: 0px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.top-footer .top-footer-body .left{
		width: 32%;
	}

	.top-footer .top-footer-body .left h2{
		color: #fff;
		font-size: 120%;
		letter-spacing: 1px;
		font-weight: bold;
		margin-bottom: 24px;
	}

	.top-footer .top-footer-body .right{
		width: 55%;
	}

	.top-footer .top-footer-body .right a{
		color: #fff;
	}

	.top-footer .top-footer-body .right ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
	}

	.top-footer .top-footer-body .right ul li{
		width: 49%;
		margin-bottom: 24px;
	}

	.top-footer small{
		text-align: center;
		color: #fff;
		font-size: 90%;
		margin: 60px 0 0;
		display: block;
	}


}

@media screen and (min-width: 770px) and (max-width: 981px) {
	.top-hakobunet-header .top-header-body ul li a{
		margin: 0 15px;
		font-size: 95%;
	}

	.top-hakobunet .top-hakobunet-main .top-main-body h1{
		font-size: 220%;
	}

}


.author-body{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0;
	color: #fff;
}

@media print, screen and (max-width: 480px) {

	.top-footer small{
	}

}
