@charset "utf-8";

.rpimg,.animated,.wow,.fadeInUp {

}

.imgset img {
    width: 100%;
}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.navy {
    color: #002256;
}
.blue {
    color: #0070d4;
}

.bg_navy {
    background-color: #002256;
    color: #fff;
}
.bg_lblue1 {
    background-color: #ddeef9;
}
.bg_lblue2 {
    background-color: #f1f8fd;
}


/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#003477;
	text-decoration:none;
}
a:visited {
	color:#003477;
	text-decoration:none;
}
a:hover {
	color:#3366aa;
	text-decoration:none;
}
a:active {
	color:#003477;
	text-decoration:none;
}
#bread a {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}
.news a {
	color:#333;
	text-decoration:underline;
    transition: all 0.3s;
}
.news a:visited {
	color:#333;
	text-decoration:underline;
}
.news a:hover {
	color:#999;
	text-decoration:underline;
}
.news a:active {
	color:#333;
	text-decoration:underline;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.6;
}

@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
.both_adj {
    text-align: justify !important;
    text-justify: inter-ideograph;
}
html {
	height:100%;
	font-size: 1em;
	scroll-behavior: smooth;
}
body {
    text-align:center;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-feature-settings: "palt" on, "liga" off;
	color:#111;
	background-color:#fff;
    text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}
a.anc {
    scroll-margin-top: 120px;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
    }
    a.anc {
        scroll-margin-top: 100px;
    }
}
@media screen and (max-width: 560px) {
    body {
        font-size: 0.84em;
    }
    a.anc {
        scroll-margin-top: 80px;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

.eng {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.eng_mono {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

#wrapper {
    overflow: hidden; /*position: sticky;の時はなし*/
    flex: 1 1 auto;
    min-height: 1px;/*IE11 img resizing bug*/
}

.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:5em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 961px) {
	.tb {
		display:none !important;
	}
    .mbtb {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 560px) {
    .tb {
		display:none !important;
	}
    .tbpc {
		display:none !important;
	}
    
}
@media screen and (min-width: 561px) {
	.mb {
		display:none !important;
	}
    .tbcenter {
        text-align:center !important;
    }
}

@media screen and (max-width: 960px) {
	.pc {
		display:none !important;
	}
    .mbcenter {
        text-align:center !important;
    }
}

#toggle {
    display: none;
}

#fix_foot {
	display:none;
}

#navi {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index:1000;
    background-color: rgba(255,255,255,0.9);
    transition: all 0.3s;
}
.hd_box {
    position: relative;
	width:100%;
	height:90px;
    transition: all 0.3s;
}
#header h1 {
    position:absolute;
    top: 23px;
	left:30px;
	height:44px;
    line-height: 0;
    transition: all 0.3s;
}
#header h1 a {
    display: block;
    height:100%;
}
#header h1 a img {
	height:100%;
    transition: all 0.3s;
}

#gnavi {
    position: absolute;
    right: 30px;
    height: 100%;
}
#gnavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#gnavi ul li {
    position: relative;
    transition: all 0.3s;
    margin-left: 3em;
    
}
#gnavi ul li:nth-child(3),#gnavi ul li:nth-child(4) {
    display: none;
}
#gnavi ul li a {
    position: relative;
    box-sizing: border-box;
    color: #888;
    font-size: 1em;
    line-height: 1;
    padding: 1em 0;
}
#gnavi ul li:hover {
    opacity: 0.6;
}
#gnavi ul li:last-child a {
    color: #FFFFFF;
    background-color: #002256;
    padding: 1em 4em;
    background-image: url("../img/icon_rec_w.png");
    background-repeat: no-repeat;
    background-position: left 0.8em center;
    background-size: auto 40%;
    border-radius: 9999px;
}
#gnavi ul li:last-child a::after {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio:70 / 116;
    right: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    padding: 0;
    background-image: url("../img/arr_w.png");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
}



.container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_fit {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 0;
	margin:0 auto;
	text-align:left;
}
.container_s {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}


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

#header h1 {
    top: 17px;
	left:17px;
	height:36px;
}
.hd_box {
	height:70px;
}

#gnavi {
    right: 17px;
}
#gnavi ul li {
    margin-left: 2em;
    
}

.container,.container_s {
	padding:4em 6%;
}
.container_fit {
	padding:4em 0;
}

}


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

#toggle {
    box-sizing: content-box !important;
	position:fixed;
    padding: 12px 4px;
    width:30px;
	height:14px;
	top:5px;
	right:5px;
	z-index:9000;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s;
}
#toggle span {
    background-color: #111;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(24.145541960422deg) scale(1.09587921, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-24.145541960422deg) scale(1.09587921, 1);
}

#navi {
    display: none;
	position:fixed;
	z-index:5000;
	width:100%;
    height: 100vh;
    overflow-x: hidden;
	top:0;
	right:-100%;
    opacity: 0;
    background-color: #fff;
}
.navi_box {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    box-sizing: border-box;
    margin: auto;
    padding: 3em 3em calc(3em + 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: auto;
    min-height: 100%;
}
.navi_section {
    display: block;
    width: 100%;
    opacity: 0;
    margin-top: 2em;
}
.navi_box section {
    box-sizing: border-box;
    text-align: center;
}
.navi_section section ul {
    width: 100%;
}
.navi_section section ul li {
    position: relative;
    font-size: 1.24em;
    line-height: 1.4;
    border-bottom: 1px dotted #888;
}
.navi_section section ul li:nth-child(3),.navi_section section ul li:nth-child(4),.navi_section section ul li:nth-child(5) {
    display: none;
}
.navi_section section ul li:last-child {
    border-bottom-width: 0;
}
.navi_section section ul li a {
    color: #888;
    display: block;
    padding: 1em 0;
    transition: all 0.3s;
}
.navi_section section ul li a:hover {
    opacity: 0.6;
}


#header h1 {
    top: 13px;
	left:13px;
	height:24px;
}
.hd_box {
	height:50px;
}
#gnavi {
    display: none;
}


#fix_foot {
	display:block;
	position:fixed;
    padding: 0;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:6000;
    background-color: #002256;
}
#fix_foot ul {
    box-sizing: border-box;
	text-align:center;
	width:100%;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#fix_foot ul li {
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 5px);
    height: 100%;
}
#fix_foot ul li:first-child {
    display: none;
}
#fix_foot ul li a {
    position: relative;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
	color:#002256;
    background-color: #FFFFFF;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    background-image: url("../img/icon_contact.png");
    background-repeat: no-repeat;
    background-position: left 0.8em center;
    background-size: auto 40%;
    border-radius: 9999px;
    transition:all 0.3s;
}
#fix_foot ul li:last-child a {
    background-image: url("../img/icon_rec.png");
}
#fix_foot ul li a:hover {
    opacity: 0.6;
}
#fix_foot ul li a::after {
    position: absolute;
    content: "";
    width: 4px;
    aspect-ratio:70 / 116;
    right: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    padding: 0;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
}

.container,.container_s {
	padding:3em 7%;
}
.container_fit {
	padding:3em 0;
}

}


.pagetop {
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:-100px;
	z-index:90;
}
.pagetop img {
	width:60px;
}


#footer {
    padding: 5em 80px;
    box-sizing: border-box;
    line-height: 1.7;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.credit {
    width: 250px;
}
.credit h3 {
    margin-bottom: 2em;
}
.credit p {
    line-height: 2;
}
.credit p a {
    color: #fff;
    transition: all 0.3s;
}
.credit p a:hover {
    opacity: 0.6;
}


.ft_navi {
    width: calc(100% - 250px);
}
.sitemap {
    margin-bottom: 5em;
}
.sitemap ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sitemap ul li {
    margin-left: 3em;
}
.sitemap ul li:nth-child(3),.sitemap ul li:nth-child(4) {
    display: none;
}
.sitemap ul li a {
    color: #fff;
    transition: all 0.3s;
}
.sitemap ul li a:hover {
    opacity: 0.6;
}
.ftcont ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ftcont ul li {
    margin-left: 1em;
} 
.ftcont ul li:first-child {
    display: none;
}
.ftcont ul li a {
    position: relative;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 4em;
	color:#002256;
    background-color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    background-image: url("../img/icon_contact.png");
    background-repeat: no-repeat;
    background-position: left 0.8em center;
    background-size: auto 40%;
    border-radius: 9999px;
    transition: all 0.3s;
}
.ftcont ul li:last-child a {
    background-image: url("../img/icon_rec.png");
}
.ftcont ul li a:hover {
    opacity: 0.6;
}
.ftcont ul li a::after {
    position: absolute;
    content: "";
    width: 6px;
    aspect-ratio:70 / 116;
    right: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    padding: 0;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
}

.copyright {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
	font-size:0.76em;
    line-height: 1.4;
    margin-top: 5em;
}
.copyright img {
	vertical-align:middle;
}

.ft_com ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.ft_com ul li {
    position: relative;
    width: 32%;
    padding-bottom: 5em;
}
.ft_com ul li section {
    border-radius: 1em;
    overflow: hidden;
}
.ft_com ul li h3 {
    width: 80%;
    margin: 1em auto;
    line-height: 0;
}
.ft_com ul li h4,.ft_com ul li p {
    line-height: 1.7;
    font-size: 0.92em;
}
.fmore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4em;
}
.fmore a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #0070d4;
    color: #fff;
    background-image: url("../../img/arr_w.png");
    background-repeat: no-repeat;
    background-position: right 0.8em center;
    background-size: 6px auto;
    border-radius: 1em;
    transition: all 0.3s;
}
.fmore a:hover {
    opacity: 0.6;
}
.ft_com ul li:nth-child(2) .fmore a {
    background-color: #a98a20 !important;
}
.ft_com ul li:nth-child(3) .fmore a {
    background-color: #dc0514 !important;
}

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


}

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

#footer {
    padding: 4em 6%;
}

}

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

.pagetop {
	position:fixed;
	width:40px;
	height:40px;
	bottom:75px;
	right:-100px;
	z-index:90;
}
.pagetop img {
	width:40px;
}


#footer {
    padding: 3em 7% calc(3em + 50px);;
}

.credit {
    width: 180px;
}
.credit h3 {
    margin-bottom: 1.5em;
}

.ft_navi {
    display: none;
}

.copyright {
    margin-top: 4em;
	font-size:0.68em;
}

.ft_com ul {
    justify-content: space-around;
    margin-bottom: -3em;
}
.ft_com ul li {
    width: 90%;
    margin-bottom: 3em;
}

}


.hdspc {
    height: 90px;
}
#title {
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: calc(5em + 90px) 0 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 3em;
    border-bottom-right-radius: 3em;
}
#title section {

}
#title h2 {
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}
#title p {
    font-size: 1.32em;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 1em;
}


@media screen and (max-width: 960px) {
.hdspc {
    height: 70px;
}
#title {
    padding: calc(4em + 70px) 0 4em;
}
}


@media screen and (max-width: 560px) {
.hdspc {
    height: 50px;
}
#title {
    padding: calc(3em + 50px) 0 3em;
}
#title h2 {
    font-size: 2em;
}
#title p {
    font-size: 1.24em;
}

}


.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1em 1.5em;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1em 1.5em;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#f0f2f3;
}
.table3 {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin:0 auto;
}
.table3 td {
	padding: 1em 1.5em;
	border-top: 1px solid #ccc;
	text-align:right;
}
.table3 th {
	padding: 1em 1.5em;
	border-top: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.table4 { /* 価格表*/
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 20px 25px;
	border: 1px solid #999;
}
.table4 th {
	padding: 20px 30px;
	border: 1px solid #999;
	text-align:center;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
    background-color: #eee;
}
.table5 {
	line-height:1.7;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
    background-color: #5c9d94;
    color: #fff;
    font-weight: normal;
}

.table_fm {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table_fm td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table_fm th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
    font-weight: normal;
}

.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto;
	border:none !important;
	margin:0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 960px) {
.table_fm {
	display: block;
	width:auto;
}
.table_fm tbody {
	display: block;
}
.table_fm tr {
	display: block;
}
.table_fm th,.table_fm td {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table_fm th {
	text-align:left;
	margin-bottom: 0.7em;
	padding:0 0.5em 0.1em;
	border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 1.08em;
}
.table_fm td {
	margin:0 1em 3em ;
	padding: 0;
}

}

@media screen and (max-width: 560px) {
.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:0;
}
.table0 td.adjl {
	margin-bottom:6em;
}
.table0 td.adjend {
	margin-bottom:5em;
}
.table0 td.adjm {
	margin-bottom:4em;
}
.table0 td.adjms {
	margin-bottom:3em;
}
.table0 td.adjs {
	margin-bottom:2em;
}
.table0 td.adjss {
	margin-bottom:1em;
}
.table0 td.adjsss {
	margin-bottom:0.5em;
}

.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.img30 {
	width:30%;
}
.img20 {
	width:20%;
}
.img10 {
	width:10%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	text-align:left;
	margin-bottom: 0.7em;
	padding:0 0.5em 0.1em;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 1.08em;
}
.table1 td {
	margin:0 0.5em 2em ;
	padding: 0;
}
.table1in td {
	margin:0 0 20px;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	font-weight:normal;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table3 {
	width:100%;
}
.table4 th {
    padding: 15px 20px;
}
.table4 td {
	padding: 15px 20px;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
    background-color: #5c9d94;
    color: #fff;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

}


.gmap iframe {
    display: block;
	width:100%;
	height:700px;
    /*-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);*/
}

@media screen and (max-width: 960px) {
.gmap iframe {
	width:100%;
	height:500px;
}
}

@media screen and (min-width: 561px) {
.table_fm tr:last-child th,.table_fm tr:last-child td,.table1 tr:last-child th,.table1 tr:last-child td {
	border-bottom:0;
}
}

@media screen and (max-width: 560px) {
.table_fm tr:last-child td,.table1 tr:last-child td {
	margin-bottom:0;
}

.gmap iframe {
	width:100%;
	height:400px;
}
}

