

/* ---------------------------------------------------------------------------------------------

　   blog 一覧追記　2019.2.2

--------------------------------------------------------------------------------------------- */
.orange_ttl {
	background: #efb762;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}
.orange_ttl:after {
	content: "";
	height: 3px;
	width: 100%;
	background: #ce913e;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.T001.list .blogBox time {
	color: #111;
}
.T001.list .blogBox .price {
	font-weight: bold;
}

.prod_used_sub{
    position: absolute;
    left: 27px;
}

.prod_used_sub1{
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left: 28px;
}

.T001.list table {
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #000000;
	margin-top: 20px;
	width: 100%;
}

.T001.list table th {
	background: #c7c7c7;
	border: 1px solid #000000;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

.T001.list table td {
	background: #ffffff;
	border: 1px solid #000000;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

.T001.list table td.black {
	background: #000000;
	color: #ffffff;
}

@media only screen and ( max-width : 768px ) {
	.orange_ttl {
		font-size: 18px;
		margin-bottom: 20px;
		padding: 10px 20px;
	}
	.T001.list .more_link {
		display: none;
	}
	.T001.list .blogBox a {
		background: none;
		position: relative;
		min-height: 80px;
		padding: 20px 20px 20px 20px;
	}
	.T001.list .blogBox time {
		display: block;
		padding-left: 100px;
	}
	.T001.list .blogBox time {
		margin-bottom: 5px;
	}

	body:has(.T001.list .links) #chamo-offline-waiting {
		display: none !important;
	}
	.T001.list h3 {
		margin-top: 30px;
		position: relative;
	}
	.T001.list h3 i {
		top: -60px;
		position: absolute;
	}

	.T001.list .links {
		background: #ffffff;
		border-collapse: collapse;
		display: table;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 214748364;
	}
	.T001.list .links li {
		border: 1px solid #000000;
		color: #000000;
		display: table-cell;
		text-align: center;
		height: 50px;
		vertical-align: middle;
		width: 20%;
	}
	.T001.list .links li a {
		color: #000000;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.T001.list .links li a span {
		display: none;
	}
	.T001.list .blogBox .summary {
		position: relative;
	}
	.T001.list .blogBox .summary::after {
		background: url(../img/green_arrow.png)no-repeat center center;
		content: "";
		height:10px;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(10px, -50%);
		width:10px;
	}
	.T001.list .blogBox img {
		width: 80px;
	}
	.T001.list .blogBox .price {
		margin-top: 10px;
		color: #111;
	}
}
@media print, screen and ( min-width : 769px ) {
	.rental_products_box {
		margin-bottom: 40px;
	}
	.orange_ttl {
		font-size: 24px;
		margin-bottom: 20px;
		padding: 10px 30px;
	}
	.T001.list {
		display: flex;
		gap: 0px 16px;
		flex-wrap: wrap;
	}
	.T001.list h3 {
		font-size: 20px;
		margin-bottom: 20px;
		width: 100%;
	}

	.T001.list .links {
		background: #ffffff;
		border-collapse: collapse;
		display: table;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 50%;
		z-index: 1;
	}

	.T001.list .links li {
		border: 1px solid #000000;
		color: #000000;
		display: table-cell;
		text-align: center;
		height: 50px;
		vertical-align: middle;
		width: 20%;
	}
	.T001.list .links li a {
		color: #000000;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.T001.list .blogBox time {
		display: block;
		margin-bottom: 10px;
	}
	.T001.list .blogBox {
	width: 32%;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 4%;
	}
	.T001.list .blogBox.spacer {
	width: 32%;
    background: transparent;
    border: none;
    border-radius: 4%;
	}
	.T001.list .blogBox a {
		height: 100%;
		box-sizing: border-box;
		padding: 20px;
	}
	
	.T001.list .blogBox h3 {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.T001.list .blogBox img {
		width: 100%;
		display: block;
		margin-right: 0;
		float: none;
		margin-bottom: 15px;
	}

	.T001.list table {
		border: 1px solid #000000;
		border-collapse: collapse;
		color: #000000;
		width: 100%;
	}

	.T001.list table th {
		background: #c7c7c7;
		border: 1px solid #000000;
		font-weight: 400;
		text-align: center;
	}

	.T001.list table td {
		background: #ffffff;
		border: 1px solid #000000;
		font-weight: 400;
		text-align: center;
	}

	.T001.list .more_link {
		background: #ffaa65;
		text-align: center;
		color: #fff !important;
		border-radius: 50px;
		padding: 5px;
	}
	.T001.list .blogBox .price {
		text-align: center;
	}
}
/* ---------------------------------------------------------------------------------------------

　   新品・中古タグ

--------------------------------------------------------------------------------------------- */

.prod_used_new {
    display: inline-block;
    color: white;
    background-color: green;
    padding: 9px 10px 2px 10px;
    border: solid 3px green;
    border-radius: 0.3em;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 27px;
    height: 27px;
    position: relative;
}
.prod_used_old {
    display: inline-block;
    color: white;
    background-color: orange;
    padding: 9px 10px 2px 10px;
    border: solid 3px orange;
    border-radius: 0.3em;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 27px;
    height: 27px;
    position: relative;
}

.prod_used_sub2{
    font-size: 0.5em;
    position: absolute;
    top: 15px;
    left: 15px;
}

.prod_used{
margin-bottom: 39px;
}


/* ---------------------------------------------------------------------------------------------

　   area

--------------------------------------------------------------------------------------------- */

.area_main {
	background: url('../img/area/main.jpg') no-repeat right center;
	background-size: cover;
}
.areamimg {
	margin-bottom: 50px;
	position: relative;
}
.areamimg img {
	width: 100%;
	height: auto;
}
.areamimg .btn_01 {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 184px;
}
.areamimg .btn_02 {
	position: absolute;
	left: 8%;
	top: 16%;
	width: 105px;
}
.areawrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.areatitle_01 {
	margin-bottom: 20px;
	border-top: 5px solid #e6b816;
	position: relative;
}
.areatitle_01:before,
.areatitle_01:after {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	width: 8px;
	height: 10px;
	background: #e6b816;
}
.areatitle_01:before {
	left: 3%;
}
.areatitle_01:after {
	right: 3%;
}
.areatitle_01 h1 {
	font-size: 22px;
	color: #3c1f09;
	text-align: center;
	margin-top: 10px;
	padding: 15px;
	background: #f9c818;
	border: 2px solid #e6b816;
}
.areatitle_02 {
	font-size: 20px;
	line-height: 1.7;
	color: #3c1f09;
	margin: 30px 0px;

	padding: 10px;
	background: #f1e8d9;
	position: relative;
}
.areatitle_02:before,
.areatitle_02:after {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 5px;
}
.areatitle_02:before {
	top: -5px;
	border-top: 1px solid #c9b698;
}
.areatitle_02:after {
	bottom: -5px;
	border-bottom: 1px solid #c9b698;
}
.areatitle_02 span {
	display: block;
	padding-left: 10px;
	border-left: 8px solid #ea7b37;
}
.areatitle_03 {
	font-size: 20px;
	color: #3c1f09;
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #f1e8d9;
	border-top: 3px solid #ea7b37;
}
.areatitle_04 {
	margin-bottom: 20px;
}
.areatitle_04 img {
	width: 100%;
	height: auto;
}
.areabox_01 {
	font-size: 0;
	margin-bottom: 50px;
}
.areabox_01 .img,
.areabox_01 p {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.areabox_01 .img {
	margin-right: 4%;
}
.areabox_01 .img img {
	width: 100%;
	height: auto;
}
.areabox_01 p {
	font-size: 14px;
	line-height: 1.5;
}
.areabox_02 {
	margin-bottom: 50px;
}
.areabox_02 p {
	font-size: 14px;
	line-height: 1.5;
}
.areabox_02 h4 {
	margin-bottom: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #c9b698;
}
.areabox_02 h4 span {
	display: block;
	font-size: 16px;
	padding-left: 10px;
	border-left: 5px solid #f8b552;
}
.areabox_02 .box {
	font-size: 0;
	margin-bottom: 20px;
}
.areabox_02 .box .img,
.areabox_02 .box .inner {
	display: inline-block;
	vertical-align: top;
}
.areabox_02 .box .img {
	width: 50%;
	margin-right: 3%;
}
.areabox_02 .box .img img {
	width: 100%;
	height: auto;
}
.areabox_02 .box .inner {
	width: 47%;
}
.areabox_02 .box .inner .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px 15px 10px 30px;
	background: #fff;
	border: 1px solid #c9b698;
	position: relative;
}
.areabox_02 .box .inner .title:before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 20px;
	height: 5px;
	background: #f8b552;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.areabox_02 .box .inner .title span {
	color: #d90000;
}
.areareason_01 {
	display: flex;
	text-align: center;
	margin: 40px 0 30px;
}
.areareason_01 li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-right: 2%;
	padding: 30px 20px 20px;
	background: #fff;
	border: 1px solid #c9b698;
	position: relative;
	box-sizing: border-box;
}
.areareason_01 li:nth-child(1) {
	border-top: 5px solid #59ab00;
}
.areareason_01 li:nth-child(2) {
	border-top: 5px solid #acc000;
}
.areareason_01 li:nth-child(3) {
	border-top: 5px solid #f9863b;
}
.areareason_01 li:last-child {
	margin-right: 0;
}
.areareason_01 li .point {
    position: absolute;
    left: 43%;
    top: -29px;
    width: 240px;
    font-size: 23px;
    font-weight: bold;
    margin-left: -100px;
    padding: 3px 0;
    border-radius: 30px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.areareason_01 li:nth-child(1) .point {
	color: #59ab00;
	background: #f9fff4;
	border: 1px solid #59ab00;
}
.areareason_01 li:nth-child(2) .point {
	color: #acc000;
	background: #fcffec;
	border: 1px solid #acc000;
}
.areareason_01 li:nth-child(3) .point {
	color: #f9863b;
	background: #fff8f3;
	border: 1px solid #f9863b;
}
.areareason_01 li .title {
	font-size: 16px;
}
.areareason_01 li:nth-child(1) .title {
	color: #59ab00;
}
.areareason_01 li:nth-child(2) .title {
	color: #acc000;
}
.areareason_01 li:nth-child(3) .title {
	color: #f9863b;
}
.areareason_01 li .title span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.areareason_01 li .icon {
	margin: 10px 0;
}
.areareason_01 li p {
	font-size: 14px; 
	line-height: 1.7;
	color: #3c1f09;
}
.areareason_01 li .red {
	color: #e8370d;
}
.areareason_01 li .btn {
	margin-top: 10px;
}
.areareason_01 li .btn a {
	font-size: 14px;
	color: #fd790a;
	text-decoration: underline;
    color: #fff;
    margin: 30px 0px;
}
.areareason_01 li .btn a i.far {
	font-size: 20px;
}
.areareason_02 {
	margin-bottom: 50px;
}
.areareason_02 li {
	font-size: 0;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #c9b698;
	position: relative;
}
.areareason_02 li .icon {
	position: absolute;
	left: 35%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.areareason_02 li .img,
.areareason_02 li .inner {
	display: inline-block;
	vertical-align: top;
}
.areareason_02 li .img {
	width: 35%;
}
.areareason_02 li .img img {
	width: 100%;
	height: auto;
}
.areareason_02 li .inner {
	width: 65%;
	color: #3c1f09;
	padding: 20px 20px 20px 90px;
	box-sizing: border-box;
}
.areareason_02 li .inner p {
	font-size: 14px;
	line-height: 1.5;
}
.areareason_02 li .inner .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #f8b552;
	margin-bottom: 15px;
}
.areareason_02 li .inner .sub {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.arearank {
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}
.arearank li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-right: 2%;
	padding-top: 50px;
	border: 1px solid #c9b698;
	box-sizing: border-box;
}
.arearank li:nth-child(3n) {
	margin-right: 0;
}
.arearank li:nth-child(1) {
	background: #fff url('../img/area/rank1.png') no-repeat left top;
}
.arearank li:nth-child(2) {
	background: #fff url('../img/area/rank2.png') no-repeat left top;
}
.arearank li:nth-child(3) {
	background: #fff url('../img/area/rank3.png') no-repeat left top;
}
.arearank li .img img {
	width: 100%;
	height: auto;
}
.arearank li .inner {
	padding: 10px 20px;
}
.arearank li .inner p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.arearank li .inner .title {
	font-size: 18px;
	color: #3c1f09;
	margin-bottom: 5px;
}
.arearank li .inner .price {
	color: #d90000;
}
.areavoice {
	font-size: 0;
	margin-bottom: 30px;
}
.areavoice li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin: 0 2% 20px 0;
	border: 1px solid #c9b698;
	box-sizing: border-box;
}
.areavoice li:nth-child(3n) {
	margin-right: 0;
}
.areavoice li .img img {
	width: 100%;
	height: auto;
}
.areavoice li .inner {
	padding: 20px;
	background: #fff;
}
.areavoice li .inner p {
	font-size: 14px;
	line-height: 1.5;
}
.areavoice li .inner .name {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.areavoice li .inner .name span {
	display: block;
	font-size: 16px;
}
.areavoice li .btn a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #f8b552;
}
.areavoice li .btn a .fas {
	font-size: 12px;
	margin-left: 5px;
}
.areaflow {
	margin-bottom: 50px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #c9b698;
}
.areaflow li {
	font-size: 0;
	color: #3c1f09;
	padding: 30px 0;
	border-bottom: 1px solid #c9b698;
	position: relative;
}
.areaflow li:last-child {
	border-bottom: none;
}
.areaflow li .icon {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.areaflow li .icon.plus {
	background: url('../img/area/plus.png') no-repeat center center;
}
.areaflow li .icon.arrow {
	background: url('../img/area/arrow.png') no-repeat center center;
}
.areaflow li .img,
.areaflow li .inner {
	display: inline-block;
	vertical-align: top;
}
.areaflow li .img {
	width: 20%;
	margin-right: 3%;
}
.areaflow li .img img {
	width: 100%;
	height: auto;
}
.areaflow li .inner {
	width: 77%;
}
.areaflow li .inner .step {
	margin-bottom: 5px;
}
.areaflow li .inner p {
	font-size: 14px;
	line-height: 1.5;
}
.areaflow li .inner p.title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_menu {
	font-size: 0;
	text-align: center;
}
.product_menu div {
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
	margin: 0 3% 15px 0;
}
.product_menu div:nth-child(even) {
	margin-right: 0;
}
.product_menu div img {
	width: 100%;
	height: auto;
}


.areatitle_p{
    padding: 10px;
    border-bottom: double 5px #FFC778;
    font-weight: bold;
}

.btn_a{
    display: inline-block;
    padding: 10px 40px;
    font-size: 150%;
    color: #fff;
    background-color: #e56c22;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: ease .3s;
}

.btn_p{
    text-align: center;
}

.red_text{
color: #f00;
}

.gakui-list {
    margin-bottom: 50px;
    width: 14%;
    display: flex;
}

.gakui-list li{
    width: 51%;
    display: inline-block;
}

.btn_p{
    margin-bottom: 50px !important;
}

.areatitle_04_01{
display: flex;
    text-align: center;
    margin: 40px 0 30px;
    width: 100%;
    margin: 50px auto !important;
    text-align: center;
}

.areatitle_04_01 img {
    width: 100%;
    height: 200px;
}

.toukyou{
    padding: 10px;
    margin: 10px;
    background: #000;
    color: #fff;
    border-radius: 3px;

}

@media print, screen and ( min-width : 769px ) {
}

@media only screen and ( max-width : 768px ) {

.toukyou{

    display: inline-block;
}

.areatitle_04_01 img {
    width: 100%;
   height: 100px;
}

.areatitle_p{
    width: 85% !important;
}
	.areamimg {
		width: 90%;
		margin: 0 auto 20px;
	}
	.areamimg .btn_01,
	.areamimg .btn_02 {
		display: none;
	}
	.areatitle_01 {
		width: 90%;
		margin: 0 auto 20px;
	}
	.areatitle_01 h1 {
		font-size: 16px;
		padding: 10px;
	}
	.areatitle_02 {
		width: 90%;
    font-size: 15px;
    margin: 45px auto 15px;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.areatitle_02 span {
		padding-left: 5px;
		border-left: 5px solid #ea7b37;
	}
	.areatitle_03 {
		width: 90%;
		font-size: 15px;
		margin: 0 auto 15px;
		padding: 10px;
		box-sizing: border-box;
	}
	.areatitle_04 {
		width: 100%;
		margin: 0 auto 15px;
	}
.areatitle_04 img {
    width: 100%;
        height: 100px;
}





	.areabox_01,
	.areabox_02 {
		width: 90%;
		margin: 0 auto 30px;
	}
	.areabox_01 .img,
	.areabox_01 p {
		width: 100%;
	}
	.areabox_01 .img {
		margin: 0 0 10px;
	}
	.areabox_02 p {
		font-size: 13px;
	}
	.areabox_02 h4 span {
		font-size: 14px;
	}
	.areabox_02 .box .img {
		width: 100%;
		margin: 0 0 10px;
	}
	.areabox_02 .box .inner {
		width: 100%;
	}
	.areareason_01 {
		display: block;
		width: 90%;
		margin: 0 auto 15px;
	}
	.areareason_01 li {
		width: 100%;
		margin: 30px 0 0;
		padding: 30px 10px 10px;
	}
	.areareason_01 li:nth-child(1) {
		padding: 30px 10px 10px;
	}
	.areareason_01 li .point {
width: 292px;
    font-size: 27px;
    margin-left: -120px;
	}
	.areareason_01 li .title {
		font-size: 16px;
    margin-top: 20px;
	}
	.areareason_01 li .title span {
		font-size: 20px;
	}
	.areareason_01 li p {
		font-size: 13px;
	}
	.areareason_02 {
		width: 90%;
		margin: 0 auto 30px;
	}
	.areareason_02 li .icon {
		position: absolute;
		left: 50%;
		top: 300px;
		width: 100px;
	}
	.areareason_02 li .icon img {
		width: 100%;
		height: auto;
	}
	.areareason_02 li .img,
	.areareason_02 li .inner {
		width: 100%;
	}
	.areareason_02 li .inner {
		padding: 60px 10px 10px 10px;
	}
	.areareason_02 li .inner p {
		font-size: 13px;
	}
	.areareason_02 li .inner .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.areareason_02 li .inner .sub {
		font-size: 15px;
	}
	.arearank {
		width: 90%;
		margin: 0 auto 30px;
	}
	.arearank li {
		width: 100%;
		margin: 0 auto 10px;
		padding-top: 40px;
	}
	.arearank li:nth-child(1),
	.arearank li:nth-child(2),
	.arearank li:nth-child(3) {
		background-size: auto 40px;
	}
	.arearank li .inner p {
		font-size: 13px;
	}
	.arearank li .inner .title {
		font-size: 16px;
	}
	.areavoice {
		width: 90%;
		margin: 0 auto 30px;
	}
	.areavoice li {
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.areavoice li:nth-child(even) {
		margin-right: 0;
	}
	.areavoice li:nth-child(3) {
		margin-right: 2%;
	}
	.areavoice li .inner {
		padding: 10px;
	}
	.areavoice li .inner p {
		font-size: 13px;
		line-height: 1.5;
	}
	.areavoice li .inner .name span {
		font-size: 16px;
	}
	.areavoice li .btn a {
		font-size: 13px;
	}
	.areaflow {
		width: 90%;
		margin: 0 auto 30px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.areaflow li {
		padding: 20px 0;
	}
	.areaflow li .icon {
		width: 25px;
		height: 25px;
	}
	.areaflow li .icon.plus,
	.areaflow li .icon.arrow {
		background-size: 100% auto;
	}
	.areaflow li .img {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	.areaflow li .img img {
		max-width: 150px;
	}
	.areaflow li .inner {
		width: 100%;
	}
	.areaflow li .inner .step img {
		width: auto;
		height: 25px;
	}
	.areaflow li .inner p {
		font-size: 13px;
	}
	.areaflow li .inner p.title {
		font-size: 18px;
	}
	.product_menu {
		width: 90%;
		margin: 0 auto;
	}
}

/* ---------------------------------------------------------------------------------------------

　   top-re

--------------------------------------------------------------------------------------------- */

.a_link_s_r{
text-align: center;
    width: 100%;
    display: inline-block;
}


.a_link_s{
    text-align: center;
    padding: 20px;
    background: #ec7e39;
    display: inline-block;
    border-radius: 13px;
    width: 300px;
    font-size: 16px;
    color: #fff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    font-weight: bold;
    border: solid;
    border-color: #ec7e39;
}


.a_link_s:hover{
    background: #fff;
    border: #ec7e39;
    color: #ec7e39;
	transition: 0.3s;
    border: solid;
    border-color: #ec7e39;
}



@media print, screen and ( min-width : 769px ) {
}

@media only screen and ( max-width : 768px ) {


