/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
aaa
===========================*/



[href^="tel"] {
	text-decoration: none;
	color: #333;
	cursor: default;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
[href^="tel"] {
	pointer-events: auto;
}
}
.lower-bar .inner .news dl {
}
.lower-bar .inner .news dl dt {
    float: left;
}
.lower-bar .inner .news dl dt, .lower-bar .inner .news dl dd {
	line-height: 1.2em;
	padding: 0.2em 0;
}
.lower-bar .inner .news dl dd {
	padding-left: 5.5em;
}

@media screen and (max-width: 768px) {
.lower-bar .inner .news dl dt {
	float: none;
}
.lower-bar .inner .news dl dd {
	padding-left: 0;
}
}
footer .add-banner .inner-add-banner .wrap-banner {
	width: auto;
}
.fa-lg {
	line-height: 1.5em!important;
}

@media screen and (max-width: 768px) {
.table-scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.table-scroll table {
	border-collapse: collapse;
}
.table-scroll th, .table-scroll td {
	border: solid 1px #ccc;
	padding: 8px;
	white-space: nowrap;
}
.table-scroll th {
}
.table-scroll::-webkit-scrollbar {
	height: 8px;
}
.table-scroll::-webkit-scrollbar-thumb {
	background: #aaa;
}
.table-scroll::-webkit-scrollbar-track {
	background: #ccc;
}
}
.ul2 li {
	list-style-type: disc;
	list-style-position: inside;
}
.inner-add-banner .wrap-banner.clearfix .sns li {
    margin-right: 10px;
    font-size: 2em;
    vertical-align: middle;
    height: 20px;
}
@media screen and (max-width: 768px) {
.inner-add-banner .wrap-banner.clearfix .sns li {
	display: inline;
}
}
.content h2 {
	line-height: 1.2em;
}.pickupsecInner h3 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.button {
    display: inline-block;
    width: 100%;
    height: 80px;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    outline: none;
    font-weight: bold;
    font-size: 2em;
}
a.button:link {
    color: #FFFFFF!important;
}
a.button {
    color: #FFFFFF!important;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
    background-color: #91D09E;
    color: #fff;
    border-radius: 10px;
}
.button:hover {
  letter-spacing: 5px;
}.bg_gray {
    background-color: #F7F7F7;
}
.box1 {
    padding: 1.5em;
    border: 3px solid #EF9AAE;
}
.box1 p {
    margin: 0; 
    padding: 0;
}.main-vis.vis1 .catch span {
    color: #ED7491;
    font-weight: bold;
    font-size: 1.5em;
}
