@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

.container,
.row,
header,
section,
footer {
	width: 100%;
	float: left;
}

.cont-big {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.cont-big .main-copy{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.8em;
    font-size: 3em;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
    text-shadow: 2px 0 0 #0174DF, -2px 0 0 #0174DF, 0 2px 0 #0174DF, 0 -2px 0 #0174DF, 2px 2px #0174DF;
    text-shadow: 2px 2px 2px #0174DF;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    padding: 15px;
    -moz-box-sizing: border-box;
    z-index: 999;
/*    bottom: 30px;*/
}

.cont-mn {
	width: 100%;
	max-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
}

.cont {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}

.hv-o:hover {
	opacity: 0.7;
}

.head {
	border-top: 4px solid #DCF11A;
	border-bottom: 4px solid #F4F9BB;
	    border-bottom: 4px solid #F8FCD8;
}

.logo {
	width: 27%;
	display: inline-block;
	vertical-align: middle;
}

.logo a {
	display: block;
}
.logo img{
	width: 100%;
}
.menu {
	width: 72%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	position: relative;
}

.menu ul li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.menu ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 140%;
	font-size: 15px;
	padding: 25px 20px;
}
.menu ul li a.active,
.menu ul li a:hover {
	display: inline-block;
	position: relative;
	color: #bfcc75;
}

.menu ul li a.home {
	
}
.menu ul li a.active:before,
.menu ul li a:hover:before {
	content: "";
	border-bottom: 4px solid #DCF11A;
	width: 100%;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.menu ul li .mn-english {
	display: block;
	font-size: 13px;
}

.menu ul li a:after {
	content: "";
	border-right: 1px dotted #ccc;
	width: 1px;
	height: 35px;
	position: absolute;
	right: -5px;
	top: 20px;
	-ms-transform: rotate(15deg);
	/* IE 9 */
	-webkit-transform: rotate(15deg);
	/* Safari */
	transform: rotate(15deg);
}

.menu ul li:last-child a:after {
	content: "";
	border-right: none;
}

.menu ul li:last-child a {
	padding-right: 0;
}

.menu-sp {
	display: none;
	width: 38%;
	vertical-align: middle;
	text-align: right;
	padding: 20px 0;
	font-size: 20px;
	color: #bfcc75 !important;
}

.slide {
	padding: 25px 0;
	border-bottom: 4px solid #F4F9BB;
	border-bottom: 4px solid #F8FCD8;
}

.footer-slide {
    background: #F8FCD8;
	    background: #F4F9BB;
	padding: 15px 10px;
}

.footer {}

.ft-logo {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

.ft-logo a {
	display: block;
}

.ft-menu {
	width: 74%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.ft-menu ul li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.ft-menu ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 160%;
	font-size: 14px;
	padding:25px 30px;
}

.ft-menu ul li a.active,
.menu ul li a:hover, .ft-menu ul li a:hover {
	display: inline-block;
	position: relative;
	color: #bfcc75 !important;
}

.ft-menu ul li .mn-english {
	display: block;
	font-size: 13px;
}

.ft-menu ul li a:after {
	content: "";
	border-right: 1px dotted #ccc;
	width: 1px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 20px;
	-ms-transform: rotate(15deg);
	/* IE 9 */
	-webkit-transform: rotate(15deg);
	/* Safari */
	transform: rotate(15deg);
}

.ft-menu ul li:last-child a:after {
	content: "";
	border-right: none;
}

.ft-menu ul li:last-child a {
	padding-right: 0;
}

.copyright {
	background: #DCF11A;
	color: #737373;
	padding: 10px 0;
	line-height: 160%;
}

.pagetop {
	/*position: absolute;
	right: 0;
	top: 0;*/
	width: 50%;
	float: right;
	cursor: pointer;
}

.main {
	padding: 40px 0 70px 0;
	padding: 40px 0 0px 0;
}

.left {
	width: 73%;
	float: left;
	margin-right: 3%;
}

.right {
	width: 24%;
	float: right;
}

.in-about {
	    background: #F4F9BB;
    background: #F8FCD8;
	padding: 30px;
}

.in-photo {
	text-align: center;
	margin-bottom: 30px;
	    margin-bottom: 10px;
    margin-top: 30px;
}

.in-text {
	font-size: 16px;
	line-height: 170%;
	    /* margin-top: 15px; */
    /* margin-top: 10px; */
    margin-bottom: 10px;
}
.in-text a {
color: #bfcc75;
    font-weight: bold;

}
.in-text a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.in-text ul {
	padding-left: 30px;
	line-height: 200%;
}

.in-text ul li {
    list-style: disc;
}

.in-news {
	margin-top: 50px;
}

.in-news-title {
	    font-size: 24px;
    line-height: 100%;
    color: #bfcc75 !important;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #030303;
    border-left: solid 3px #030303;
    padding: 5px 10px;
}

.in-news-titlesm {
	font-size: 13px;
	color: #333333;
}

.in-news-content {
	max-height: 205px;
	max-height: 400px;
	max-height: 300px;
	overflow-y: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.in-news-item {
	padding: 14px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
	width: 97%;
	margin-right: 3%;
	background: url(../img/ico-right.png) left top 18px no-repeat;
	padding-left: 25px;
}

.in-news-item:first-child {
	padding-top: 0;
	background-position: left top 5px;
}

.in-news-item a:hover {
	text-decoration: underline;
}

.right-photo {
	margin-bottom: 8px;
	    margin-top: 10px;
	text-align: center;
}

.right-menu {}

.right-menu ul li {
	margin-bottom: 10px;
	position: relative;
}

.right-menu ul li a {
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #DCF11A;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	line-height: 100%;
	border-bottom-right-radius: 20px;
	background: url(../img/ico-right2.png) right 20px center no-repeat;
	padding-right: 20px;
}

.right-menu ul li a:hover {
	background: #DCF11A;
/*	color: #fff;*/
	transition: 0.5s;
}

.right-menu ul li a:hover .right-menu-english {
	color: #fff;
}

.right-menu ul li .right-menu-english {
	display: block;
	font-size: 10px;
	color: #727274;
	font-weight: normal;
}

.right-map {
	    margin-bottom: 30px;
	    margin-bottom: 50px;
}
.right-map2 {
	    margin-top: 30px;
}

.right-map iframe {
	width: 100%;
	height: 255px;
}

.right-map-text {
	margin-top: 10px;
	line-height: 160%;
}

.map-text-b {
	    font-weight: bold;
    font-size: 17px;
    border-bottom: 3px solid #DCF11A;
    line-height: 140%;
    text-align: center;
    letter-spacing: 5px;
}
}

.map-text {
	font-size: 13px;
	margin-bottom: 10px;
}

.sb-bdc {
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.banner {
	position: relative;
}

.banner img {
/*	border-radius: 15px;*/
/*    border: 2px solid #0174DF;*/
}

.banner-text {
	font-size: 28px;
	color: #bfcc75 !important;
	color: #495105 !important;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 7%;
	-webkit-transform: translate(-7%, -50%);
	-ms-transform: translate(-7%, -50%);
	transform: translate(-7%, -50%);
/*	
	text-shadow:rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83333px 0.983333px 0px, rgb(255, 255, 255) 2.35px 1.85px 0px, rgb(255, 255, 255) 1.61667px 2.51667px 0px, rgb(255, 255, 255) 0.7px 2.91667px 0px, rgb(255, 255, 255) -0.283333px 2.98333px 0px, rgb(255, 255, 255) -1.25px 2.73333px 0px, rgb(255, 255, 255) -2.06667px 2.16667px 0px, rgb(255, 255, 255) -2.66667px 1.36667px 0px, rgb(255, 255, 255) -2.96667px 0.416667px 0px, rgb(255, 255, 255) -2.95px -0.566667px 0px, rgb(255, 255, 255) -2.6px -1.5px 0px, rgb(255, 255, 255) -1.96667px -2.26667px 0px, rgb(255, 255, 255) -1.11667px -2.78333px 0px, rgb(255, 255, 255) -0.133333px -3px 0px, rgb(255, 255, 255) 0.85px -2.88333px 0px, rgb(255, 255, 255) 1.75px -2.43333px 0px, rgb(255, 255, 255) 2.45px -1.73333px 0px, rgb(255, 255, 255) 2.88333px -0.833333px 0px;*/
}

.banner-text2 {
	display: inline-block;
	color: #222222;
	font-size: 20px;
	padding-left: 10px;
}

/*achieve*/

.achieve {
	display: flex;
	flex-wrap: wrap;
}

.achieve-item {
	display: inline-flex;
	width: 23.5%;
	margin-right: 1.5%;
	margin-bottom: 10px;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.achieve-title {
	border: 1px solid #9f1a46;
	font-size: 15px;
	color: #5a3c1a;
	font-weight: bold;
	line-height: 160%;
}

.achieve-photo {
	background: #f3f3f3;
}

/*achieve*/

/*about*/

.about {}

.about-table {
	width: 100%;
	border: 1px solid #f3f3f3;
}

.about-table tr:nth-child(even) {
	background: #fff;
}

.about-table tr:nth-child(odd) {
	background: #D1E1FF;
	    background: #E0F0FE;
/*	color: #fff;*/
}

.about-table tr td table tr:nth-child(even) {
	background: none;
}

.about-table tr td table tr:nth-child(odd) {
	background: none;
/*	color: #fff;*/
}
.about-table tr td table tr td{
padding: 0;
}
.about-table tr td table tr td:first-child{
font-weight:normal;
}
.about-table tr td {
	padding: 12px 18px;
	line-height: 200%;
	font-size: 14px;
}
.about-table tr td.dai2 {
    line-height: 120%;
    letter-spacing: 10px;
}
.about-table tr td.dai2 span.dai3 {
	font-size: 80%;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 0;
}
.about-table tr td.dai2 span.dai4 {
	    padding-left: 10px;
}

.about-table tr td:first-child {
	width: 30%;
	font-weight: bold;
}

.about-table tr td ol {
	    padding-left: 20px;
}
.about-table tr td ol li {
	    list-style: decimal;
}
.about-table tr td ol li ul {
	    padding-left: 20px;
}
.about-table tr td ol li ul li {
	    list-style: disc;
}

.about-table tr td table.lice {
	width: 100%;
}
.about-table tr td table.lice td:first-child {
	width: 50%;
}
/*about*/


/* FAQ */

.row-faq .panel-default {
	border: 0;
	margin-bottom: 5px;
}
.row-faq .panel-heading {
	padding: 0;
	border: 0 !important;
	background: #F8FCD8 !important;
}
.row-faq .panel-title>a, .row-faq .panel-title>a:active {
	display: block;
	padding: 15px 35px 15px 0;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
	position: relative;
}
.row-faq .panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	float: right;
	transition: all 0.5s;
	font-size: 30px;
	color: #d90b00;
	position: absolute;
	right: 15px;
}
.row-faq .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.row-faq .panel-heading a span {
	display: block;
	padding-right: 30px;
}
.row-faq .panel-heading {
	display: table;
}
.row-faq .icon_question {
	font-size: 20px;
	display: table-cell;
	padding: 15px;
	width: 60px;
	color: #f8b014;
}
.row-faq .panel-title {
	display: table-cell;
	vertical-align: middle;
	line-height: 160%;
	text-align: left;
	width: 95%;
}
.row-faq .panel-title p {
	margin: 0 !important;
}
.row-faq .icon_answer {
	font-size: 20px;
	display: table-cell;
	padding: 15px;
	vertical-align: top;
	width: 60px;
	border: 0 !important;
}
.row-faq .txt_answer {
	width: 95%;
	display: table-cell;
	border: 0 !important;
	color: #555;
	font-size: 15px;
	padding: 10px 0;
}



.faq1 {
    color: #495105;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: url(../../img/q.jpg) no-repeat;
}

.faq2 {
  /*  color: #000000;*/
padding-bottom: 20px;
padding-top: 6px;
    font-size: 15px;
    height: auto;
    line-height: 155%;
padding-top: 10px;
border-bottom: dotted 1px #CCC;
padding-bottom: 40px;
padding-left: 40px;
	background: url(../../img/a.jpg) no-repeat;
}

.faq3 {
    color: #495105;
    font-size: 18px;
    font-weight: bold;
    height: auto;
margin-top: 30px;
    line-height: 160%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 40px;
	background: url(../../img/q.jpg) no-repeat;
}

/* END FAQ */
/*contact*/

.contact {
	font-size: 14px;
	line-height: 160%;
	padding-top: 40px;
	margin-bottom: 30px;
}

.contact-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin-top: -10px;
}

.contact-table tr td {
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	vertical-align: top;
}

.contact-table tr td:first-child {
	width: 32%;
	position: relative;
	padding-top: 10px;
}

.contact-table tr td .contact-note {
	position: absolute;
	right: 0;
	display: inline-block;
	font-weight: bold;
	color: #737373;
	background: #DCF11A;
	    padding: 2px 10px;
    font-size: 70%;
}

.contact-table tr td input,
.contact-table tr td textarea {
	width: 100%;
	padding: 12px 10px;
	border: 2px solid rgba(191, 204, 117, 0.3);
	resize: vertical;
}

.contact-table tr td button {
	background: #DCF11A;
	color: #737373;
	border: none;
	outline: none;
	width: 100%;
	padding: 11px;
	cursor: pointer;
	border: 3px solid #DCF11A;
	margin-top: 10px;
	font-weight: bold;
}

.contact-table tr td button:hover {
	background: #DCF11A;
	color: #bfcc75;
	border: 3px solid #bfcc75;
	transition: 0.7s;
}

.contact-table tr td input[readonly],
.contact-table tr td textarea[readonly] {
	background: #f1f1f1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

.pro-left {
	float: left;
	width: 30%;
}

.pro-right {
	float: right;
	width: 70%;
	line-height: 140%;
}

.in-pro-item {
	padding: 20px 0;
}

.pdt-40 {
	padding-top: 40px;
}

.txt-bold {
	font-weight: bold;
}

.title-ar {
	color: #0168B7;
	font-size: 20px;
	line-height: 140%;
}

.title-cha {
	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	background: #0168B7;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.txt-con {
	line-height: 140%;
	padding-bottom: 50px;
	padding-top: 15px;
}

.txt-con a:hover {
	opacity: 0.5;
}

.link-tw {
	padding-top: 20px;
}

.link-tw a {
	color: #2b67ab;
	line-height: 140%;
	text-decoration: underline;
}

.link-tw a:hover {
	text-decoration: underline;
	color: #000;
}

.txt-in-ar p {
	padding: 10px 0;
}

.txt-in-ar1 {
	line-height: 140%;
	padding-top: 30px;
}

.txt-p {
	padding-top: 20px;
	line-height: 160%;
}

.txt-in-con {
	line-height: 160%;
	padding-top: 20px;
}

.cont-left {
	float: left;
	width: 55%;
}

.cont-right {
	float: left;
	width: 45%;
	padding-left: 20px;
	line-height: 140%;
}

.wrap-contact {
	padding-top: 30px;
}

.social ul li {
	display: inline-block;
}

.social {
	/*	position: absolute;
right: 110px;
top: 0;*/
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 30px;
}

.ft-left {
	width: 70%;
	float: left;
}

.ft-right {
	width: 30%;
	float: right;
}

#formAdmin {
	display: none !important;
}

.in-text h3 {
	font-size: 25px;
	color: #0168B7;
	font-weight: bold;
	line-height: 160%;
}

.con-sca-left {
	width: 70%;
	float: left;
	line-height: 160%;
	padding: 0 10px;
}

.con-sca-right {
	width: 30%;
	float: right;
	padding: 0 10px;
}

.con-sca-right img {
	border: solid 1px #ccc;
	padding: 3px;
}

.wrap-con-sca {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 30px;
}

.txt-des {
	line-height: 160%;
	font-size: 20px;
}

.cl-blue {
	color: #0168B7;
}

.logo-img {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.hotate-left {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.hotate-right {
	float: right;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.hotate-img {
	float: left;
	width: 40%;
}

.hotate-img img {
	border: solid 1px #ccc;
	padding: 2px;
}

.hotate-txt {
	float: right;
	width: 60%;
	padding-left: 10px;
}

.wrap-row-1 {
	padding-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.wrap-row-2 {
	padding-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.tt-hotate {
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
}

.con-hotate {
	line-height: 120%;
	padding-top: 15px;
}

.txt-ab {
	line-height: 120%;
	padding-top: 15px;
}

.wrap-img-ab {
	padding-top: 40px;
}

.ab-img {
	text-align: center;
	padding-top: 20px;
}

.txt-un-img {
	text-align: center;
	padding-top: 10px;
}

.mgt-40 {
	margin-top: 40px;
}

.ms-txt {
	line-height: 120%;
	padding-top: 20px;
}

.writer {
	text-align: right;
	line-height: 120%;
	font-weight: bold;
}

/*CUSSTOM CSS*/

.title-style3 {
	font-weight: bold;
            line-height: 100%;
                color: #495105;
    border: solid 2px #fff;
    border: solid 2px #F8FCD8;
    box-shadow: 0px 0px 0px 3px #DCF11A;
    background: #DCF11A;
        padding: 10px 10px 5px;
        font-size: 20px;
        border-radius: 10px;
}
.title-style3_2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 140%;
/*	padding: 5px 0 0;*/
}
.title-style3_3 {
	font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 170%;
    /* border-bottom: double 5px #63ECE8; */
    float: left;
    width: 100%;
}

.title-style3_3 ol {
    padding-left: 20px;
}
.title-style3_3 ol li {
    list-style: decimal;
}

.title-style6 {
/*	font-size: 16px;
	font-weight: bold;
	color: #0174DF;
	line-height: 140%;
	padding: 5px 10px;
	border-left: solid 5px #0174DF; 
    background: #17327C;
        background: #0174DF;
    color: #fff;
        position: relative;
    padding: 10px 10px 7px 10px;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    color: #8f8f8f;
    margin-bottom: 15px;*/
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 140%;
    padding: 5px 10px;
    background: #F1F9A8;
    border-left: solid 5px #DCF11A;
        margin-bottom: 10px;
 /*   border-bottom: 1px solid #DCF11A; */
}
/*
.title-style6::before,
.title-style6::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
}

.title-style6::before {
    border-top: 15px solid #D8D8D8;
}

.title-style6::after {
    margin-top: -2px;
    border-top: 15px solid #ffffff;
}

.title-style6 span {
    font-size: 10px;
    vertical-align: super;
}
*/
.ho-check {
	font-size: 14px;
	line-height: 160%;
	padding: 10px 0;
}
.ho-check a {
	color: #bfcc75;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
}
.ho-check span.red {
    color: red;
}
.ho-check span.dai {
    text-align: right;
    display: block;
    font-size: 110%;
}
.ho-check span.line {
        text-decoration: underline;
}
.ho-check ul {
/*	background: url('../../img/index/check.jpg') left center no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;*/
	padding-left: 20px;
}
.ho-check ul li{
	list-style: square;
/*	font-weight: bold;
    font-size: 110%;*/
        padding-bottom: 10px;
}

.ho-check ul li ul{
	padding-left: 30px;
}

.ho-check ul li ul li{
	
	padding-left: 0px;
    list-style: disc;
    padding-top: 0;
    font-weight: normal;
    font-size: 100%;
    padding-bottom: 0;
    background: none;
}

.ho-check ul.chi2{
	padding-left: 50px;
	font-weight: normal;
}
.ho-check ul.chi2 li{
	list-style: disc;
/*	font-weight: bold;
    font-size: 110%;*/
        padding-bottom: 0px;
}

.ho-check ol{
	font-size: 16px;
    padding-left: 30px;
    padding-top: 15px;
}
.ho-check ol li{
	list-style: decimal;
/*	font-weight: bold;
    font-size: 110%;*/
        padding-bottom: 10px;
}


.ho-img{
width: 100%;
    margin: auto;
}

.ho-img2{
width: 100%;
    margin: auto;
}

.ho-img2 img{
    text-align: right;
}
.ho-check2 {
	padding: 5px 0;
    text-align: right;
}
.row-item {
	margin-bottom: 10px;
}

.ho-child {
	margin-top: 15px;
}

.ho-child iframe {
	width: 100%;
	height: 300px;
}
.ho-child2 {
	    font-size: 15px;
    font-weight: bold;
}

.ho-child2 span {
    width: 100%;
    text-align: right;
    font-weight: normal;
    padding-right: 22%;
    display: inline-block;
}

.info-content {
	font-size: 14px;
	line-height: 160%;
	padding: 15px 0;
}

.row-mini {
	margin-left: -10px;
	margin-right: -10px;
}

.col-sm-6 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.col-sm-6_r {
	width: 50%;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-6_t {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.col-sm-6 span.in-text-img {
	font-weight: normal;
	font-size: 80%;
	    margin-top: 10px;
	    margin-bottom: 0;
}
.col-sm-7 {
	float: left;
	width: 70%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-3 {
	float: left;
	width: 30%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-sm-8 {
	float: left;
	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-2 {
	float: left;
	width: 40%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-7 img, .col-sm-3 img, .col-sm-8 img, .col-sm-2 img{
	width: 100%;
}

span.in-text-img {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-top: 5px;
/*    margin-bottom: 15px;*/
/*    font-weight: bold;*/
    font-size: 13px;
}


.col-sm-9 {
	width: 62.5%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-4 {
	width: 35%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.col-sm-4 span.in-text-img {
	font-weight: normal;
	font-size: 80%;
	    margin-top: 0;
}
.col-sm-4_r {
	width: 35%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.col-sm-4_r span.in-text-img {
	font-weight: normal;
	font-size: 80%;
	    margin-top: 0;
}
.col-sm-5 {
	width: 30.8%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-5_2 {
	width: 19.2%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-5 span.in-text-img {
	font-weight: normal;
	font-size: 80%;
}
.ins-line {
	border-bottom: 1px solid #0174DF;
	float: left;
	width: 97%;
	margin-left: 10px;
	margin-bottom: 20px;
}

span.color-red {
	color: #f00;
}

.acc-in {
	margin-top: 20px;
}

.add-content {
	font-size: 14px;
	line-height: 160%;
	padding: 15px 0;
}

/*p1-table1*/

.p1-table1 {
	width: 100%;
	height: auto;
	border: 0;
	border-top: solid 1px #E8E8E8;
	border-left: solid 1px #E8E8E8;
	line-height: 160%;
	text-align: center;
}

.p1-table1 tr td, .p1-table1 tr td {
	padding: 10px;
	border-bottom: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
}


.p1-table1 tr.row1 td.col1, .p1-table1 tr.row1 td.col2, .p1-table1 tr.row1 td.col3, .p1-table1 tr.row1 td.col4, .p1-table1 tr.row1 td.col5 {
	border-top: solid 4px #DCF11A;
}

.p1-table1 tr td.col1 {
	background-color: #FFF4FE;
	    background: #F8FCD8;
	    width: 20%;
    padding: 10px 5px;
    vertical-align: middle;
}
.p1-table1 tr td.col2 {
    padding: 10px 5px;
    vertical-align: middle;
        text-align: left;
    padding-left: 15px;

}
.p1-table1 tr td.col3{
 width: 12%;
    padding: 10px 5px;
    vertical-align: middle;

}
.p1-table1 tr td.col4 {
 width: 7%;
    padding: 10px 5px;
    vertical-align: middle;

}
.p1-table1 tr td.col5 {
    text-align: left;
    
    vertical-align: middle;
}

/*
.p1-table2 {
    text-align: center;
    line-height: 160%;
    border: solid 3px #555;
        margin-bottom: 20px;
}
.p1-table2 tr td {
	padding: 7px;
}
.p1-table2 td.col3 {
	width: 25%;
	    text-align: center;
	        vertical-align: middle;
	        border-bottom: solid 1px #555;
    border-right: solid 1px #555;
	
}
.p1-table2 td.col4 {
	width: 25%;
	    text-align: left;
	        vertical-align: middle;
	        border-bottom: solid 1px #555;
    border-right: solid 1px #555;
	
}
*/
.p1-table1 a.tel-number {
	color: #F00;
	text-decoration: underline;
}

/*end p1-table1*/

.add-maps iframe {
	width: 100%;
	height: 250px;
	margin-top: 20px;
}

.img-content{
	text-align:center;
}
.img-content span.in-text-img {
	text-align: right;
    font-weight: normal;
    font-size: 90%;
    margin-top: 10px;
}

	.show-sp{
		display: none;
	}

/*END CUSSTOM CSS*/

/**/

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

.menu ul li a {
	padding: 25px 12px;
}
.ft-menu ul li a{
	padding: 25px 12px;
}
}

@media screen and (max-width:960px) {
	.cont {
		width: 96%;
		margin: 0 2%;
	}
	.head {
		padding: 20px 0;
	}
	.logo {
		width: 60%;
		padding-left: 10px;
	}
	.menu-sp {
		display: inline-block;
	}
	.menu-sp i {
		font-size: 24px;
		padding-right: 10px;
	}
	.menu {
		width: 100%;
		display: block;
	}
	.menu ul {
		display: none;
		width: 100%;
		position: fixed;
		top: 100px;
		left: 0;
		z-index: 9999;
		height: 100%;
		background: #fff;
	}
	.menu ul li {
		width: 100%;
	}
	.menu ul li a {
		background: #fff;
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	.menu ul li:last-child a {
		padding: 10px;
	}
	.menu ul li a:after {
		display: none;
	}
	.ft-menu ul li a {
		padding: 22px;
	}
	.ft-menu ul li a:after {
		transform: rotate(0);
	}
	.contact {
		position: relative;
		z-index: 999;
	}
	.right-photo img{
	    width: 80%;
	}
}

@media screen and (max-width:768px) {
	.slide {
		padding: 10px 0;
	}
	.ft-logo {
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.ft-logo img {
		max-width: 200px;
	}
	.ft-menu {
		width: 100%;
		text-align: left;
	}
	.ft-menu ul li {
		width: 100%;
	}
	.ft-menu ul li a {
		border-top: 1px solid #ccc;
		padding: 10px 0 5px 0;
	}
	.ft-menu ul li a:after {
		border: none;
	}
	.copyright {
		text-align: center;
	}
	.pagetop {
		width: 50px;
		position: fixed;
		bottom: 50px;
		right: 5px;
		z-index: 9999;
		top: auto;
	}
	.pagetop i {
		background: #000;
		    background: #B6C90C;
		border-radius: 50%;
		padding: 10px 11px;
	}
	.pagetop-text {
		display: none;
	}
	.left {
		width: 100%;
		margin-bottom: 50px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 50px;
		margin-right: 0;
	}
	.right {
		width: 100%;
		margin: auto;
		float: none;
	}
	.in-about {
/*		padding: 10px;*/
	}
	.achieve-item {
		width: 32.33%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	/**/
	.contact-table tr td {
		width: 100%;
		float: left;
		padding: 5px 0;
		display: block;
	}
	.contact-table tr td:first-child {
		width: 100%;
		float: left;
	}
	.n-back {
		width: 100%;
		float: left;
		background: #000;
		text-align: center;
	}
	/**/
	/**/
	.about-table tr td:first-child {
	/*	width: 100%;*/
	}
	.about-table tr td {
/*		width: 100% !important;
		float: left !important;
		padding: 5px;*/
	}
	/**/
	.mnfix {
		position: fixed;
		background: #fff;
		z-index: 99999999999;
	}
	.social {
		position: inherit;
		padding-right: 0px;
	}
	.ft-left {
		width: 100%;
	}
	.ft-right {
		width: 100%;
	}
	.contact-table tr td .contact-note {
	/*	position: relative;
		display: block;
		float: left !important;
		width: 100% !important;*/
		    font-size: 90%;
	}
	.contact-table {
		float: left;
	}
	.contact-table tr {
		display: block;
	}
	.right-menu ul li {
		position: inherit;
	}
	.sb-bdc {
		display: none;
	}
	.hotate-left {
		width: 100%;
	}
	.hotate-right {
		width: 100%;
		padding-top: 20px;
	}
	.cont-big .main-copy{
	font-size: 2.3em;
	}
	.p1-table2{
	font-size: 13px;
	}
	.title-style3_3{
	font-size: 18px;
	}
	.ho-child2 span{
	padding-right: 20%;
	}
		.show-sp3{
		display: none;
	}
}

@media screen and (max-width:670px) {
.col-sm-7_2{
    width: 60%;
}
.col-sm-3_2{
    width: 40%;
}


}
/*
@media screen and ( min-width: 640px ){
 .menu ul li a:hover{
      display: inline-block;
    position: relative;
    color: #b32535;
}		
}*/


@media screen and (max-width:600px) {
	.row-mini {
		margin-left: 0;
		margin-right: 0;
	}
	.col-sm-6,.col-sm-2, .col-sm-9, .col-sm-5_2, .col-sm-5, .col-sm-7, .col-sm-3 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.col-sm-7_2 {
		padding-left: 10px;
		padding-right: 10px;
		}
	.ins-ct {
		text-align: left;
	}
}

@media screen and (max-width:480px) {
	.main {
		padding: 10px 0 30px 0;
	}
	.left {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.in-news {
	
	}
	.achieve-item {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.banner-text {
		font-size: 20px;
		line-height: 120%;
	}
	.banner-text2 {
		font-size: 15px;
		display: block;
	}
	.pro-left {
		width: 100%;
		text-align: center;
	}
	.pro-left img {
		text-align: center;
		margin: 0 auto;
	}
	.pro-right {
		width: 100%;
		text-align: left;
		padding-top: 10px;
	}
	.easyPaginateNav a {
		padding: 7px !important;
	}
	.menu ul {
		top: 100px;
	}
	.cont-left {
		width: 100%;
	}
	.cont-right {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.con-sca-left {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.con-sca-right {
		width: 100%;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.wrap-con-sca {
		margin-left: 0px;
		margin-right: 0px;
	}
	.hotate-img {
		width: 100%;
		text-align: center;
	}
	.hotate-txt {
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
	}
	.wrap-row-1,
	.wrap-row-2 {
		padding-top: 40px;
	}
	.hotate-right {
		padding-top: 40px;
	}
	.title-style3 {
		font-size: 18px;
	}
	.title-style6 {
		font-size: 15px;
/*		padding: 5px 0;*/
	}
	.p1-table1 tr td.col1 {
		
	}
	.show-sp {
    display: inline-block;
    }
	.show-sp2 {
    display: none;
    }
    .p1-table1 tr.row1 td.col2 span{
        text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    }
    .p1-table1 tr td{
/*	padding: 7px 3px;*/
    }
    .p1-table1 tr td.col1{
            width: 25%;
    }
    .p1-table1 tr td.col2{
/*    padding-left: 7px;*/
		
    }
    .p1-table1 tr td.col3{
    }
    .p1-table1 tr td.col4{
        width: 12%;
    }
    .p1-table1 tr td.col5{
        padding: 10px 5px;
    }
    .p1-table1 tr td.col6{
        padding: 10px;
    }
    .p1-table1 tr.row2 td.col1, .p1-table1 tr.row2 td.col2, .p1-table1 tr.row2 td.col3 {
    	border-bottom: none;
    	    padding: 7px 2px;
    }
    .col-sm-7{
        width: 100%;
        padding-bottom: 5px;
    }
    .col-sm-8{
    width: 100%;
    }
    .col-sm-3_2{
    width: 100%;
    padding: 0 10px;
    }
    .col-sm-4{
    width: 100%;
    }
    .col-sm-5{
    width: 100%;
            margin-top: 15px;
    }
    .col-sm-5_2{
    width: 100%;
    }
	.col-sm-6_2{
	        padding-bottom: 15px;
	}
    .col-sm-2{
    width: 100%;
    padding-bottom: 15px;
    }
    .col-sm-9{
    width: 100%;
    }
    .col-sm-6_t{
    width: 100%;
    }
    .title-style6{
/*    text-align: center;*/
    }
    .img-content span.in-text-img{
    font-size: 70%;
    }
    .p1-table2{
    font-size: 12px;
    border-left: solid 1px #555;
    }
    .about-table tr td{
    padding: 10px 5px;
    }
    
	.about-table tr td span {
		padding-left: 0px;
	}
	.about-table tr td table tr td:first-child{
	    width: 34%;
    /* text-align: center; */
    padding: 0 10px 0 0;
	}
	.cont-big .main-copy{
	    font-size: 1.3em;
    padding: 5px;
    margin-top: 20px;
	}
	.logo{
	    width: 70%;
	}
	.menu-sp{
	width: 28%;
	    font-size: 14px;
	}
	.menu-sp i {
    font-size: 16px;
    }
    .ho-img{
        width: 90%;
    }
    span.in-text-img{
    font-size: 10px;
    }
    .ho-child2 span{
    padding-right: 27%;
    }
	.about-table tr td:first-child {
	width: 100%;
	}
	.about-table tr td {
		width: 100% !important;
		float: left !important;
		padding: 5px;
	}
	.about-table tr td table.lice td:first-child{
	    width: 60% !important;
	    text-align: left;
	}
	.about-table tr td table.lice td{
	    width: 40% !important;
	    text-align: center;
	}
	.in-about{
		padding: 15px;
	}
	.right-photo img {
    width: 90%;
    }
}
