@charset "UTF-8";
/* #region 初始化 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	color: #333;
	background-color: #fff;
	line-height: 1.5;
}
body,table,input,textarea,select,option {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
ol,ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
dl,dd,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
button,input,optgroup,select,textarea {
	color: inherit;
	outline: none;
}
button[disabled],html input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	.sp {display: none !important;}
}
/* #region */
.comWidth {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
#toolbar{position: fixed;bottom: 0;width: 100%;z-index: 100;left: 0;display: none;}
#toolbar .list{display: flex;}
#toolbar .list li{width: 33.33%;background-color: #FC4400;border-radius: 8rem;}
#toolbar .list li:nth-child(2){background-color: #1AAD19;}
#toolbar .list li:nth-child(3){background-color: #0069FF;}
#toolbar .list a{display: flex;align-items: center;justify-content: center;font-size: 1.28rem;color: #fff;padding: .8rem 0;}
#toolbar .list img{width: 2.08rem;margin-right: .4rem;}
#wxnr{width:100%;height: 100%;position:fixed;top: 0;z-index:1000;display:none;background: rgba(0,0,0,.6);}
#wxnr .nrdf{position: absolute;top: 50%;left: 0;right: 0;width: 24rem;height: 24rem;padding: 1.6rem .8rem;text-align:center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:.8rem;box-sizing: border-box;margin: -12rem auto 0;}
#wxnr img{width: 10.8rem;height: 10.8rem;display: block;margin: 0 auto;}
#wxnr p{font-size: 1.12rem;text-align:center;line-height: 2.4rem;}
#wxnr i{position: absolute;top: .4rem;right:.4rem;width: 1.6rem;height: 1.6rem;font-size: 1.12rem;text-align:center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 100%;cursor: pointer;}
#wxnr span{display:inline-block;padding: 0 .4rem;background-color: #1AAD19;color:#fff;border-radius: .4rem;cursor:pointer;}
#weixin{position: fixed;top: 50%;margin-top: -2.08rem;z-index: 9999999;font-size: 1.28rem;color: #fff;width: 90%;right: 5%;text-align: center;background: rgba(0, 0, 0, 0.8);border: 2px solid #333;border-radius: .4rem;display: none;line-height: 4rem;}
#container {
    padding-top: 4.15rem;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff;
}
#header .logo {
  width: 12.8rem;
}
#header .hrox {
    display: flex;
    align-items: center;
}
#header .nav {
    display: flex;
}
#header .nav > li {
    margin: 0 1.2rem;
}
#header .nav > li > a {
    font-size: .9rem;
    display: block;
    padding: 1.4rem 0;
    position: relative;
}
#header .nav > li > a:before {
    position: absolute;
    background-color: #0271bd;
    border-radius: 10px;
    width: 0;
    -webkit-transition: all .5s;transition: all .5s;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
#header .nav > li.on > a,
#header .nav > li > a:hover {
    color: #0271bd;
}
#header .nav > li.on > a:before,
#header .nav > li > a:hover:before {
    width: 100%;
}
#header .tel {
    padding: .5rem 1.2rem .5rem 2.7rem;
    font-size: .95rem;
    background: #f2f3f6 url("../img/tb1.png") no-repeat left 1.2rem center;
    background-size: 1rem auto;
    border-radius: 50px;
    margin: 0 1rem 0 2rem;
}
#header .search {
    position: relative;
}
#header .search .link {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    background: #f2f3f6 url("../img/tb2.png") no-repeat center center;
    background-size: 1rem auto;
    cursor: pointer;
}
#header .search .link.show {
    background-image: url("../img/tb3.png");
}
#header .search .open {
    display: none;
    position: absolute;
    right: 0;
    top: 4rem;
    width: 24rem;
    height: 3rem;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#header .search input {
    width: 100%;
    height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .9rem;
    padding: 0 6rem 0 1rem;
}
#header .search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
    background-color: #84CB55;
    color: #fff;
    font-size: .9rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
}
#header .navhide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all .5s;transition: all .5s;
    box-shadow: 0 1px 5px #ddd;
}
#header .nav > li:hover .navhide {
  opacity: 1;
  visibility: visible;
}
#header .navhide .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.5rem 1rem;
}
#header .navhide .list a {
    display: block;
    font-size: .9rem;
    margin: 0 1.5rem;
    position: relative;
    padding-left: 0.7rem;
}
#header .navhide .list a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background-color: rgba(0,0,0,0.15);
    width: .4rem;
    height: .4rem;
    margin-top: -0.2rem;
    -webkit-transition: all .5s;transition: all .5s;
}
#header .navhide .list a:hover {
    color: #0271bd;
}
#header .navhide .list a:hover:before {
    background-color: #0271bd;
}
.comFix {
    position: fixed;
    right: .8rem;
    top: 35%;
    z-index: 100;
    width: 4rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2.5rem;
    background-color: #fff;
}
.comFix li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comFix li:last-child {
    border-bottom: none;
}
.comFix a {
    display: block;
    padding: 0.9rem 0;
    position: relative;
}
.comFix p {
    font-size: .7rem;
    text-align: center;
}
.comFix .icon {
    width: 1.2rem;
    margin: 0 auto .3rem;
}
.comFix .icon img {
    -webkit-transition: all .5s;transition: all .5s;
}
.comFix a:hover .icon img {
    animation: donghd 1s;
}
@keyframes donghd {
	from,11.1%,to {-webkit-transform: none;-moz-transform: none;transform: none;}
	22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);-moz-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);-moz-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}
	44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);-moz-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);-moz-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6% {-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);-moz-transform: skewX(-.78125deg) skewY(-.78125deg);transform: skewX(-.78125deg) skewY(-.78125deg);}
	77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);-moz-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}
	88.8% {-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);transform: skewX(-.1953125deg) skewY(-.1953125deg);}
}
.comFix .hide {
	position: absolute;
	right: 4.2rem;
	bottom: 0;
	background-color: #0271bd;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-0.5rem);
	pointer-events: none;
	transition: 0.4s;
}
.comFix .hide01 {
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5rem;
	padding: .8rem 1.3rem;
    font-weight: bold;
}
.comFix .hide02 {
    width: 6rem;
    padding: 0.3rem;
}
.comFix a:hover .hide {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0rem);
}
#footer {
    margin-top: 5rem;
    background-color: #f2f3f6;
}
#footer .fbox {
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
}
#footer .flogo {
    width: 12.8rem;
}
#footer .flist {
    width: 70%;
    display: flex;
    justify-content: space-between;
}
#footer .flist .icon {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
#footer .flist .icon img {
    width: 1rem;
}
#footer .flist p {
    font-size: .8rem;
}
#footer .flist .tel {
    font-size: 1.5rem;
    font-weight: bold;
}
#footer .fbtm {
    border-top: 1px solid #e4e5e8;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .7rem;
}
#footer .copyright span {
    margin: 0 .5rem;
}
#footer .copyright img {
    display: inline-block;
    vertical-align: middle;
    width: .8rem;
    margin: -0.1rem 0.1rem 0 0;
}
#footer .fbtm a:hover {
    text-decoration: underline;
}
.friendlink {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #666;
}
.friendlink a {
    display: inline-block;
    margin-right: .5rem;
}
.friendlink a:hover {
    color: #333;
}
.indexPage .box1 .swiper-slide img {
    width: 100%;
}
.indexPage .box2 {
    margin: 5rem 0;
}
.indexPage .box2 .inner {
    position: relative;
    padding: 0 5rem;
}
.indexPage .box2 .swiper-button-next:after,
.indexPage .box2 .swiper-button-prev:after {
    display: none;
}
.indexPage .box2 .swiper-button-next,
.indexPage .box2 .swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-size: 1rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}
.indexPage .box2 .swiper-button-next {
    right: 0;
    background-image: url("../img/tb12.png");
}
.indexPage .box2 .swiper-button-prev {
    left: 0;
    background-image: url("../img/tb11.png");
}
.indexPage .box2 .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexPage .box2 .swiper .photobox {
    width: 50%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexPage .box2 .swiper .photobox img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}
.indexPage .box2 .swiper .txtbox {
    width: 45%;
}
.indexPage .box2 .swiper h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.indexPage .box2 .swiper p {
    font-size: .85rem;
    color: #666;
    margin: .3rem 7rem 0 0;
    position: relative;
    padding-left: 0.8rem;
}
.indexPage .box2 .swiper p:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background-color: rgba(0,0,0,0.15);
    width: .4rem;
    height: .4rem;
    margin-top: -0.2rem;
}
.indexPage .box2 .swiper .icon {
    width: 2rem;
    position: absolute;
    right: 2rem;
    bottom: 100%;
    margin-bottom: 1rem;
}
.indexPage .box2 .swiper .link {
    margin-top: 2rem;
    display: flex;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 1.5rem;
    position: relative;
}
.indexPage .box2 .swiper .link a {
    display: block;
    width: 8rem;
    text-align: center;
    background-color: #0271bd;
    font-size: .85rem;
    padding: .6rem 0;
    border-radius: 5px;
    color: #fff;
}
.indexPage .box2 .swiper a.link01 {
    margin-right: 1rem;
    background-color: #84CB55;
}
.indexPage .box2 .swiper a:hover {
    letter-spacing: 3px;
    border-radius: 50px;
}
.indexPage .box3 {
    position: relative;
    padding: 5rem 0;
    margin-bottom: 5rem;
}
.indexPage .box3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    content: "";
    z-index: 2;
}
.indexPage .box3 .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.indexPage .box3 .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.indexPage .box3 .swiper-slide-active img {
    transform: none;
}
.indexTtl {
    text-align: center;
    margin-bottom: 2rem;
}
.indexTtl .en {
    padding-bottom: .7rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    color: #0271bd;
    text-transform: uppercase;
    display: block;
    background: url("../img/tb13.png") no-repeat center bottom;
}
.indexTtl .cn {
    font-size: 1.8rem;
}
.indexPage .box3 .indexTtl {
    position: relative;
    z-index: 3;
    margin-bottom: 10rem;
}
.indexPage .box3 .indexTtl .en {
    color: #fff;
    background-image: url("../img/tb14.png");
}
.indexPage .box3 .indexTtl .cn {
    color: #fff;
}
.indexPage .box3 .catelist {
    display: flex;
    position: relative;
    z-index: 3;
}
.indexPage .box3 .catelist li {
    width: 16.66%;
}
.indexPage .box3 .catelist a {
    display: block;
}
.indexPage .box3 .catelist p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
.indexPage .box3 .catelist .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    border: 1px dashed #fff;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexPage .box3 .catelist .icon:before {
    position: absolute;
    width: 86%;
    height: 86%;
    left: 6%;
    top: 6%;
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
}
.indexPage .box3 .catelist .icon img {
    width: 2rem;
    -webkit-transition: all .5s;transition: all .5s;
    filter: grayscale(100%) brightness(500%);
}
.indexPage .box3 .catelist .on .icon:before {
    background-color: #fff;
}
.indexPage .box3 .catelist .on .icon img {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
}
.indexPage .box3 .catelist .line:before { 
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
}
.indexPage .box3 .catelist .line:after {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
}
.indexPage .box3 .catelist .on .line:before {
    animation: dongxian .9s 0s ease 1;
}
.indexPage .box3 .catelist .on .line:after {
    animation: dongxian 1.5s 0s ease 1;
}
@keyframes dongxian {
    0% {opacity: 0;}
    5% {opacity: 1;}
    80% {opacity: 0;}
    100% {opacity: 0;-ms-transform: scale(1.5);-o-transform: scale(1.5);-webkit-transform: scale(1.5);-moz-transform: scale(1.5);transform: scale(1.5);}
}
.indexPage .box3 .catelist .link {
    opacity: 0;
    margin-top: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    text-decoration: underline;
    transform: translateY(10px);
    -webkit-transition: all .5s;transition: all .5s;
}
.indexPage .box3 .catelist .on .link {
    opacity: 1;
    transform: translateY(0);
}
.indexPage .box4 .inner {
    position: relative;
}
.indexPage .box4 .listul01 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
}
.indexPage .box4 .listul01 li {
    width: 48%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.indexPage .box4 .listul01 li:nth-child(2) {
    left: auto;
    right: 0;
}
.indexPage .box4 .listul01 a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.indexPage .box4 .listul01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.indexPage .box4 .listul01 a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.indexPage .box4 .listul01 .txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .8));
    padding: 1rem;
    color: #fff;
}
.indexPage .box4 .listul01 .time {
    font-size: .8rem;
    margin-bottom: .5rem;
}
.indexPage .box4 .listul01 .ttl {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexPage .box4 .listul02 {
    width: 38%;
    margin-left: auto;
}
.indexPage .box4 .listul02 li:not(:last-child) {
    margin-bottom: 1.2rem;
}
.indexPage .box4 .listul02 a {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
}
.indexPage .box4 .listul02 .ttl {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexPage .box4 .listul02 p {
    font-size: .8rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2;
}
.indexPage .box4 .listul02 .link {
    margin-top: 1.5rem;
    font-size: .8rem;
}
.indexPage .box4 .listul02 a:hover .ttl,
.indexPage .box4 .listul02 a:hover .link {
    color: #0271bd;
}
.comTop {
    height: 12rem;
    background: url("../img/bg7.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.comTop:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    content: "";
    opacity: 0.5;
    background-image: linear-gradient(to top,rgba(0,0,0,.9),transparent);
    z-index: 1;
}
.comTop h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    position: relative;
    z-index: 2;
}
.comTop h2 .en {
    display: block;
    text-transform: capitalize;
    font-size: 1.6rem;
}
.comLine {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 4rem;
}
.comLine .comWidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comLine .path {
    padding-left: 1.3rem;
    font-size: .8rem;
    background: url("../img/tb15.png") no-repeat left center;
    background-size: 0.9rem auto;
}
.comLine .path a:hover {
    color: #0271bd;
}
.comLine ul {
    display: flex;
}
.comLine ul li {
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid #e5e5e5;
}
.comLine ul li:first-child {
    border-left: none;
}
.comLine ul a {
    display: block;
    font-size: .8rem;
}
.comLine ul .on a,
.comLine ul a:hover {
    color: #0271bd;
}
.newsPage .listul {
    display: flex;
    flex-wrap: wrap;
}
.newsPage .listul li {
    width: 31.8%;
    margin: 0 2.3% 1.7rem 0;
}
.newsPage .listul li:nth-child(3n) {
    margin-right: 0;
}
.newsPage .listul a {
    display: block;
    border: 1px solid #e5e5e5;
    height: 100%;
    position: relative;
}
.newsPage .listul a:hover {
    transform: translateY(-10px);
}
.newsPage .listul .photo {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}
.newsPage .listul .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.newsPage .listul a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsPage .listul .txtbox {
    padding: 1.5rem 1.5rem 4rem;
}
.newsPage .listul h2 {
    font-size: 1rem;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
    margin-bottom: 1rem;
    font-weight: bold;
}
.newsPage .listul p {
    font-size: .8rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsPage .listul .btm {
    position: absolute;
    left: 0;
    bottom: 1.5rem;
    width: 100%;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
}
.newsPage .listul a:hover .link {
    color: #0271bd;
}
.newsPage .listul h2 span {
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.newsPage .listul a:hover h2 span {
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px;
    color: #0271bd;
}
.pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination a {
	margin: 0 .15rem .25rem;
	display: inline-block;
	padding: .4rem .4rem;
	box-sizing: border-box;
	min-width: 2rem;
	text-align: center;
    font-size: .8rem;
    border: 1px solid #e4e9ec;
}
.pagination .page-status {
	margin-right: .5rem;
}
.pagination a:hover,
.pagination .page-num-current {
	background-color: #0271bd;
	color: #fff;
    border-color: #0271bd;
}
.comPath {
    margin-bottom: 1.5rem;
    padding-left: 1.1rem;
    font-size: .7rem;
    background: url("../img/tb15.png") no-repeat left center;
    background-size: 0.75rem auto;
}
.comPath a:hover {
    color: #0271bd;
}
.newsDetailPage .box {
    padding: 1rem 0 3rem;
    background-color: #f7f8f9;
}
.newsDetailPage .info {
    background-color: #fff;
    padding: 2rem 3rem;
    font-size: .9rem !important;
    line-height: 2 !important;
}
.newsDetailPage .info * {
    font-size: .9rem !important;
    line-height: 2 !important;
}
.newsDetailPage .info img {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}
.newsDetailPage .info table {
	width: 100% !important;
}
.newsDetailPage .info table tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
.newsDetailPage .info table th,
.newsDetailPage .info table td {
	border: 1px solid #a9c6c9;
	padding: .5rem;
	word-break: break-all;
}
.newsDetailPage .info a,
.newsDetailPage .info a * {
    color: #0271bd !important;
    text-decoration: underline;
    font-weight: bold;
}
.newsDetailPage .topbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsDetailPage .topbox .cate {
    color: #fff;
    background-color: rgba(2, 113, 189,0.8);
    padding: .3rem 1rem;
    margin-right: 1rem;
    font-size: .7rem;
}
.newsDetailPage .topbox .time {
    color: #666;
    font-size: .8rem;
}
.newsDetailPage h1 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1.8rem 0 2.5rem;
    font-weight: bold;
}
.newsDetailPage .btm {
    margin-top: 1.5rem;
    padding: 1.5rem 3rem;
    background-color: #fff;
}
.comPro,
.comOther {
    margin-top: 3rem;
}
.comPro h2,
.comOther h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    background: url("../img/tb16.png") no-repeat left center;
    background-size: 1.4rem;
    padding-left: 1.9rem;
}
.comPro ul,
.comOther ul {
    display: flex;
}
.comOther li {
    width: 31.8%;
    margin-right: 2.3%;
}
.comPro li:last-child,
.comOther li:last-child {
    margin-right: 0;
}
.comOther a {
    display: block;
}
.comOther .photo {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}
.comOther .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
     transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.comOther a:hover .photo img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.comOther .time {
    font-size: .8rem;
    margin: .5rem 0;
    color: #666;
}
.comOther .ttl {
    font-size: .9rem;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.comOther .ttl span {
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
}
.comOther a:hover .ttl span {
    background-position: 100% calc(100% - 1px);
    background-size: 100% 1px;
    color: #0271bd;
}
.comPro li {
    width: 24%;
    margin-right: 1.33%;
}
.comPro a {
    padding: 1rem 1.5rem;
    display: block;
    height: 100%;
    border: 1px solid rgb(238, 238, 238);
}
.comPro .photo {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 1rem;
}
.comPro .photo img {
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.comPro p {
    text-align: center;
    font-size: .9rem;
}
.comPro a:hover p {
    color: #0271bd;
    font-weight: bold;
}
.comPro a:hover .photo img {
    -webkit-transform: scale(1.05) translateY(-0.5rem);
  transform: scale(1.05) translateY(-0.5rem);
}
.comPageList {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.comPageList:before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e5e5;
    content: "";
}
.comPageList li {
    width: 45%;
}
.comPageList span {
    margin-top: .5rem;
    display: block;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.comPageList li:nth-child(2) {
    text-align: right;
}
.comPageList a {
    display: block;
    color: #555;
    font-size: .9rem;
}
.comPageList a:hover {
    color: #0271bd;
}
.servicePage .comTop,
.contactPage .comTop {
    background-image: url("../img/bg8.jpg");
}
.contactPage .mapbox {
    position: relative;
    margin-bottom: -5rem;
}
.contactPage .mapbox > img {
    width: 100%;
}
.contactPage .mapbox a {
    width: 4rem;
    position: absolute;
    right: 25%;
    top: 38%;
}
.contactPage .mapbox a img {
    animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
      -webkit-transform: translate3d(0, -7.5px, 0);
    transform: translate3d(0, -7.5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.contactPage .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.contactPage .lbox {
    width: 48%;
}
.contactPage h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.contactPage .txtlist li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.contactPage .txtlist img {
    width: 1.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.6rem;
}
.contactPage .txtlist .txt01 {
    width: 4rem;
}
.contactPage .txtlist .txt01 span {
    display: block;
    color: #666;
    font-size: .8rem;
    text-transform: uppercase;
}
.contactPage .txtlist li:first-child .txt02 a {
    font-size: 1.5rem;
}
.contactPage .imglist {
    display: flex;
}
.contactPage .imglist li {
    width: 5rem;
    margin-right: 2rem;
}
.contactPage .imglist li:last-child {
    margin-right: 0;
}
.contactPage .imglist img {
    border: 1px solid #e5e5e5;
}
.contactPage .imglist p {
    text-align: center;
    font-size: .8rem;
    margin-top: .3rem;
}
.contactPage .formbox {
    width: 50%;
    border: 1px solid #e5e5e5;
    padding: 2rem;
}
.contactPage .formbox .ttl {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.contactPage .formbox .ttl span {
    display: block;
    font-size: .9rem;
    color: #666;
    margin-top: .5rem;
}
.contactPage .formbox .item {
    margin-bottom: 1rem;
}
.contactPage .formbox input {
    width: 100%;
    height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    padding: .5rem;
    border: 1px solid #e5e5e5;
    font-size: .9rem;
    background: none;
}
.contactPage .formbox .line {
    display: flex;
    justify-content: space-between;
}
.contactPage .formbox .line .item {
    width: 48%;
}
.contactPage .formbox textarea {
    width: 100%;
    height: 6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: 1px solid #e5e5e5;
    resize: none;
    font-size: .9rem;
    padding: .5rem;
}
.contactPage .formbox button {
    width: 8rem;
    margin: 0 auto;
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #84CB55;
    color: #fff;
    text-align: center;
    padding: 1rem .5rem;
    font-size: .9rem;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
}
.contactPage .formbox input:focus,
.contactPage .formbox textarea:focus {
    border-color: #84CB55;
}
.servicePage .box1 {
    margin-bottom: 5rem;
}
.servicePage .box1 .note {
    max-width: 40rem;
    margin: 0 auto 2rem;
    text-align: center;
    font-size: .9rem;
    line-height: 2;
    color: #666;
}
.servicePage .box1 ul {
    display: flex;
    justify-content: space-between;
}
.servicePage .box1 li {
    width: 31.5%;
    position: relative;
}
.servicePage .box1 ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.servicePage .box1 ul .txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50%;
    padding: 0 1rem;
    background: linear-gradient(180deg, rgba(2, 113, 189, 0) 0%, rgba(2, 113, 189, 0.92) 100%);
    color: #fff;
    text-align: center;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    -webkit-transition: all .5s;transition: all .5s;
}
.servicePage .box1 ul .txt p {
    font-size: .9rem;
}
.servicePage .box1 ul .txt h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.servicePage .box1 li:hover .txt {
    height: 100%;
}
.servicePage .box2 {
    margin-bottom: 4rem;
    padding: 4rem 2rem;
    background-color: #f7f8f9;
}
.servicePage .box2 h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
.servicePage .box2 h2 span {
    color: #0271bd;
    font-weight: bold;
}
.servicePage .box2 ul {
    display: flex;
    justify-content: space-between;
}
.servicePage .box2 li {
    width: 20%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;transition: all .5s;
}
.servicePage .box2 li.on {
    width: 36%;
}
.servicePage .box2 ul .photo {
    height: 30rem;
    position: relative;
}
.servicePage .box2 ul .photo:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all .5s;transition: all .5s;
}
.servicePage .box2 ul li.on .photo:before {
    background-color: rgba(0,0,0,0.1);
}
.servicePage .box2 ul .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.servicePage .box2 ul .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 2rem 1.5rem;
    color: #fff;
    -webkit-transition: all .5s;transition: all .5s;
}
.servicePage .box2 ul li.on .title {
    transform: translateX(200%);
}
.servicePage .box2 ul .title .icon {
    width: 2.2rem;
    margin-bottom: 1rem;
}
.servicePage .box2 ul .title .ttl {
    font-size: 1.3rem;
}
.servicePage .box2 ul .title .ttl span {
    margin-top: .2rem;
    font-size: .8rem;
    display: block;
    text-transform: capitalize;
}
.servicePage .box2 ul .btm {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
    background-color: #0271bd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
}
.servicePage .box2 ul .txtbox {
    transform: translateX(-200%);
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    width: calc(100% - 3rem);
    background-color: #fff;
    -webkit-transition: all .5s;transition: all .5s;
    padding: 1.5rem;
}
.servicePage .box2 ul .on .txtbox {
    transform: translateX(0);
}
.servicePage .box2 ul .txtbox .ttl {
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.servicePage .box2 ul .txtbox .txt {
    font-size: .85rem;
    color: #666;
    line-height: 1.8;
}
.servicePage .box2 ul .txtbox .num {
    position: absolute;
    left: 1.5rem;
    top: -1.6rem;
    color: #0271bd;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: Impact, Arial;
    letter-spacing: 4px;
}
.servicePage .box3 p {
    text-align: center;
    font-size: 1rem;
}
.servicePage .box3 p span {
    margin: 0 2rem;
    font-size: 2rem;
}
.servicePage .box3 p a {
    font-size: 1.3rem;
}
.aboutPage .comTop {
    background-image: url("../img/bg9.jpg");
}
.aboutPage .comLine {
    margin-bottom: 0;
}
.aboutPage .box1 {
    padding: 4rem 0;
    background: url("../img/bg18.jpg") no-repeat center center;
    background-size: cover;
}
.aboutPage .box1 h1 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.aboutPage .box1 .title {
    text-align: center;
    color: #0271bd;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 2px;
}
.aboutPage .box1 .txt {
    margin-top: 2rem;
}
.aboutPage .box1 p {
    margin-top: 1rem;
    font-size: .9rem;
    line-height: 2;
    text-indent: 2em;
    color: #444;
}
.aboutPage .box2 {
    background: url("../img/bg19.jpg") no-repeat  center center fixed;
    background-size: cover;
}
.aboutPage .box2 ul {
    display: flex;
}
.aboutPage .box2 ul li {
    width: 25%;
    height: 30rem;
    background-color: rgba(2, 113, 189,0.7);
    border-right: 1px solid rgba(255,255,255, 0.2);
    padding: 8rem 1rem 1rem;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;transition: all .5s;
    perspective: 10rem;
    overflow: hidden;
}
.aboutPage .box2 ul li:last-child {
    border-right: none;
}
.aboutPage .box2 ul li:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    content: "";
    z-index: 1;
    -webkit-transition: all .5s;transition: all .5s;
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    -ms-transform: rotateY(45deg);
    -o-transform: rotateY(45deg);
    transform: rotateY(45deg);
}
.aboutPage .box2 ul li:hover:after {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    background-color: rgba(0,0,0,0.2);
}
.aboutPage .box2 ul li:hover {
    padding-top: 5rem;
}
.aboutPage .box2 ul .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.aboutPage .box2 ul .icon:after {
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    content: "";
    background-color: rgba(255,255,255, 0.2);
    border-radius: 100%;
}
.aboutPage .box2 ul li:hover .icon {
    background-color: #fff;
}
.aboutPage .box2 ul .icon img {
    width: 3rem;
    -webkit-transition: all .5s;transition: all .5s;
    filter: grayscale(100%) brightness(500%);
}
.aboutPage .box2 ul .ttl {
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
}
.aboutPage .box2 ul .en {
    text-transform: capitalize;
    font-size: .8rem;
    margin: .2rem 0 2rem;
    position: relative;
    z-index: 3;
}
.aboutPage .box2 ul .txt {
    font-size: 1rem;
    position: relative;
    z-index: 3;
}
.aboutPage .box2 ul li:hover .icon img {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
}
.aboutPage .box3 {
    padding-top: 4rem;
}
.aboutPage .box3 .topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutPage .box3 .topbox .ttl {
    font-size: 1.2rem;
}
.aboutPage .box3 .topbox .ttl span {
    font-size: 1.8rem;
    display: block;
    color: #0271bd;
    font-weight: bold;
    margin-top: .5rem;
}
.aboutPage .box3 .topbox .txt {
    width: 55%;
    font-size: .9rem;
    line-height: 2;
}
.aboutPage .box3 h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 2.5rem 0 1rem;
}
.aboutPage .box3 .swiper-slide {
    width: 20rem;
}
.aboutPage .box3 .swiper-slide .photo {
    background-color: #f7f8f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14rem;
    padding: 1.2rem;
}
.aboutPage .box3 .slide02 .swiper-slide .photo {
    height: 20rem;
}
.aboutPage .box3 .swiper-slide .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.aboutPage .box3 .swiper-slide p {
    text-align: center;
    font-size: .9rem;
    margin-top: .5rem;
}
.sidebar {
    width: 20%;
}
.sidebar .sttl {
    background-color: #0271bd;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 0;
}
.sidebar .spro {
    background-color: #f7f8f9;
}
.sidebar .spro .txt {
    font-size: 1rem;
    padding: 1rem 2.5rem 1rem 2rem;
    background: url("../img/tb29.png") no-repeat right 1rem center;
    background-size: 0.8rem auto;
}
.sidebar .spro > li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.sidebar .spro > li.on .txt {
    color: #0271bd;
    background-image: url("../img/tb30.png");
}
.sidebar .sproul {
    display: none;
    padding-bottom: 1rem;
}
.sidebar .spro li.on .sproul {
    display: block;
}
.sidebar .sproul a {
    display: block;
    font-size: .9rem;
    color: #666;
    padding: 0.5rem 1rem 0.5rem 3rem;
    position: relative;
}
.sidebar .sproul a:before {
    position: absolute;
    left: 2rem;
    top: 0.9rem;
    content: "";
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 100%;
    border: 1px solid #666;
}
.sidebar .sproul a:hover,
.sidebar .sproul .on a {
    color: #0271bd;
}
.conts {
    width: 75%;
}
.conts .cTopbox {
    padding: 1.2rem 0 2rem 5.5rem;
    position: relative;
}
.conts .cTopbox .txt {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 1.4rem;
}
.conts .cTopbox ul {
    display: flex;
    flex-wrap: wrap;
}
.conts .cTopbox ul li {
    margin: 0 0.7rem .5rem 0;
}
.conts .cTopbox ul li:last-child {
    margin-right: 0;
}
.conts .cTopbox ul a {
    font-size: .85rem;
    padding: .3rem 1rem;
    display: block;
}
.conts .cTopbox ul a:hover,
.conts .cTopbox ul .on {
    background-color: #0271bd;
    color: #fff;
}
.productPage .comTop {
    background-image: url("../img/bg10.jpg");
}
.productPage .box {
    display: flex;
    justify-content: space-between;
}
.productPage .cardlist {
    display: flex;
    flex-wrap: wrap;
}
.productPage .cardlist li {
    width: 31.5%;
    margin: 0 2.75% 1.5rem 0;
}
.productPage .cardlist li:nth-child(3n) {
    margin-right: 0;
}
.productPage .cardlist a {
    display: block;
    border: 1px solid #eee;
    height: 100%;
    padding: 1rem 1.5rem;
}
.productPage .cardlist h2 {
    text-align: center;
    font-size: .95rem;
}
.productPage .cardlist .type {
    text-align: center;
    font-size: .8rem;
    color: #666;
    margin-bottom: .2rem;
}
.productPage .cardlist .photo {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 1rem;
}
.productPage .cardlist .photo img {
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.productPage .cardlist a:hover h2 {
    color: #0271bd;
    font-weight: bold;
}
.productPage .cardlist a:hover .photo img {
    -webkit-transform: scale(1.05) translateY(-0.5rem);
  transform: scale(1.05) translateY(-0.5rem);
}
.cardDetailPage .topbox {
    padding: 1rem 0 2rem;
    background-color: #f7f8f9;
}
.cardDetailPage .topbox .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cardDetailPage .topbox .txtbox {
    width: 50%;
}
.cardDetailPage .topbox h1 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.cardDetailPage .topbox .listul {
    font-size: .9rem;
    display: flex;
}
.cardDetailPage .topbox .listul li {
    width: 33.33%;
    padding-right: 1rem;
}
.cardDetailPage .topbox .listul span {
    font-size: .8rem;
    color: #888;
    display: block;
    margin-bottom: .3rem;
}
.cardDetailPage .topbox .linkul {
    display: flex;
    border: 2px solid #0271bd;
    margin-top: 4rem;
    max-width: 32rem;
}
.cardDetailPage .topbox .linkul li {
    width: 32%;
    border-left: 2px solid #0271bd;
    font-size: 0.95rem;
}
.cardDetailPage .topbox .linkul li:first-child {
    width: 36%;
    border-left: none;
    background-color: #0271bd;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
.cardDetailPage .topbox .linkul img {
    width: 1.35rem;
    margin-right: .3rem;
}
.cardDetailPage .topbox .linkul a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 0.5rem;
    height: 100%;
}
.cardDetailPage .topbox .photobox {
    width: 45%;
    height: 22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardDetailPage .topbox .photobox img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}
.cardDetailPage .box {
    margin: 3rem 0;
}
.cardDetailPage .box .ttl {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
}
.cardDetailPage .box .ttl span {
    color: #0271bd;
}
.cardDetailPage .box .info {
    font-size: .85rem;
    line-height: 2;
    background-color: #f7f8f9;
    padding: 1.5rem 2rem;
}
.cardDetailPage .box1,
.cardDetailPage .box2,
.cardDetailPage .box3 {
    margin-bottom: 3rem;
}
.cardDetailPage .box .info table {
	width: 100% !important;
}
.cardDetailPage .box .info table tr:nth-child(2n+1) {
  background-color: #fff;
}
.cardDetailPage .box .info table th,
.cardDetailPage .box .info table td {
	padding: .5rem 1.5rem;
	word-break: break-all;
}
.cardDetailPage .box .info table tr:hover {
    cursor: pointer;
    background-color: rgba(2, 113, 189,0.2);
}
.searchPage {
    padding-top: 1rem;
}
.searchPage h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.searchPage form {
    max-width: 36rem;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 auto 3rem;
}
.searchPage form input {
    width: 100%;
    height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 0 7rem 0 1rem;
    font-size: 1rem;
}
.searchPage form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #84CB55;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
}
.searchPage .listul {
    display: flex;
    flex-wrap: wrap;
}
.searchPage .listul li {
    width: 23.5%;
    margin: 0 2% 1.5rem 0;
}
.searchPage .listul li:nth-child(4n) {
    margin-right: 0;
}
.searchPage .listul a {
    display: block;
    border: 1px solid #e4e9ec;
    height: 100%;
    padding: 1rem;
    position: relative;
}
.searchPage .listul .photo {
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.searchPage .listul .photo img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.searchPage .listul p {
    font-size: .9rem;
}
.searchPage .listul .cate {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    font-size: .8rem;
    padding: 0.4rem 0.8rem;
    color: #fff;
}
.searchPage .listul a:hover {
    background-color: rgba(2,113,189,0.1);
}
@media screen and (min-width: 1540px) {
	html,body {font-size: 20px;}
}
@media screen and (max-width: 1539px) {
	html,body {font-size: 19px;}
}
@media screen and (max-width: 1299px) {
	html,body {font-size: 18px;}
    #header {padding: 0 2vw;}
    #header .logo {width: 11.8rem;}
    #header .tel {margin: 0 0.6rem 0 1rem;}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.comWidth {width: 95%;padding-left: 0;padding-right: 0;}
}
@media screen and (max-width: 768px) {
    body {font-size: inherit !important;}
	.pc {display: none !important;}
	a[href^="tel:"] {cursor: pointer;pointer-events: auto;}
	.comWidth {width: 95%;padding-left: 0;padding-right: 0;}
	#toolbar{display: block;}
	/* #region */
    .pagination {
        margin-top: 1rem;
    }
    .pagination a {
        min-width: 2.7rem;
        font-size: 1.12rem;
    }
    #container {
        padding-top: 4.9rem;
    }
    #header {
        padding: 1rem 5.5rem 1rem 1rem;
    }
    #header .logo {
      width: 15rem;
    }
    #header .menu {
        position: absolute;
        right: 1rem;
        top: 50%;
        margin-top: -1.8rem;
        width: 3.6rem;
        padding: .8rem;
        transition: ease-out .36s;
    }
    #header .menu.on {
        transform: rotate(90deg);
    }
    #header .menu-shadow {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 600;
    }
    #header .hrox {
        display: block;
    }
    #header .nav {
        position: fixed;
        left: -101%;
        top: 0;
        width: 60%;
        height: 100vh;
        background-color: #fff;
        padding: 1rem 0;
        transition: ease-out .36s;
        z-index: 666;
        overflow-y: auto;
        display: block;
    }
     #header .nav.on {
        left: 0;
    }
    #header .nav > li {
        margin: 0;
    }
    #header .nav > li > a {
        font-size: 1.44rem;
        padding: 1rem;
        position: relative;
    }
    #header .nav > li > a:before {
        height: 2px;
        bottom: .5rem;
    }
    #header .tel {
        display: none;
    }
    #header .search .link {
        width: 2.8rem;
        height: 2.8rem;
        background-size: 1.2rem auto;
    }
    #header .search .open {
        width: 22rem;
        height: 4rem;
    }
    #header .search input {
        height: 4rem;
        font-size: 1.3rem;
    }
    #header .search button {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    #header .navhide {
        opacity: 1;
        visibility: visible;
        position: static;
        left: inherit;
        top: inherit;
        width: auto;
        background-color: transparent;
        box-shadow: none;
    }
    #header .navhide .list {
        display: block;
        padding: 0 1rem 1rem;
    }
    #header .navhide .list a {
        font-size: 1.28rem;
        margin: 0 0 .5rem;
        padding-left: 1.2rem;
    }
    #header .navhide .list a:before {
        width: .6rem;
        height: .6rem;
        margin-top: -0.3rem;
    }
    .comFix {
        display: none;
    }
    #footer {
        margin-top: 3.2rem;
    }
    #footer .fbox {
        padding: 3rem 0;
        display: block;
    }
    #footer .flogo {
        width: 18rem;
        margin: 0 auto;
    }
    #footer .flist {
        width: auto;
        display: block;
    }
    #footer .flist li {
        position: relative;
        padding-left: 4.5rem;
        margin-top: 2rem;
    }
    #footer .flist .icon {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: .2rem;
    }
    #footer .flist .icon img {
        width: 1.3rem;
    }
    #footer .flist p {
        font-size: 1.28rem;
    }
    #footer .flist .tel {
        font-size: 1.9rem;
    }
    #footer .fbtm {
        padding: 1rem 0 4.5rem;
        display: block;
        font-size: 1.12rem;
        text-align: center;
    }
    #footer .copyright span {
        margin: 0;
        display: block;
    }
    #footer .copyright img {
        width: 1rem;
        margin: -0.2rem 0.2rem 0 0;
    }
    .friendlink {
        font-size: 1.12rem;
    }
    .friendlink a {
        margin-right: 1rem;
    }
    .indexPage .box2 {
        margin: 3.2rem 0;
    }
    .indexPage .box2 .inner {
        padding: 0 4rem;
    }
    .indexPage .box2 .swiper-button-next,
    .indexPage .box2 .swiper-button-prev {
        background-size: 1.2rem auto;
    }
    .indexPage .box2 .swiper-slide {
        display: block;
    }
    .indexPage .box2 .swiper .photobox {
        width: auto;
        height: 14rem;
    }
    .indexPage .box2 .swiper .photobox img {
        max-width: 96%;
        max-height: 96%;
    }
    .indexPage .box2 .swiper .txtbox {
        width: auto;
        margin-top: 1rem;
    }
    .indexPage .box2 .swiper h2 {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .indexPage .box2 .swiper p {
        font-size: 1.28rem;
        margin: .3rem 4rem 0 0;
        padding-left: 1.2rem;
    }
    .indexPage .box2 .swiper p:before {
        width: .6rem;
        height: .6rem;
        margin-top: 0;
        top: 0.7rem;
    }
    .indexPage .box2 .swiper .icon {
        right: 1rem;
    }
    .indexPage .box2 .swiper .link {
        justify-content: space-between;
    }
    .indexPage .box2 .swiper .link a {
        width: 47%;
        font-size: 1.2rem;
    }
    .indexPage .box2 .swiper a.link01 {
        margin-right: 0;
    }
    .indexPage .box3 {
        padding: 3.2rem 0;
        margin-bottom: 3.2rem;
    }
    .indexTtl {
        margin-bottom: 1.6rem;
    }
    .indexTtl .en {
        font-size: 1.12rem;
        background-size: 1.6rem auto;
    }
    .indexPage .box3 .indexTtl {
        margin-bottom: 3rem;
    }
    .indexPage .box3 .catelist {
        flex-wrap: wrap;
    }
    .indexPage .box3 .catelist li {
        width: 33.33%;
        margin-top: 1.5rem;
    }
    .indexPage .box3 .catelist p {
        font-size: 1.4rem;
    }
    .indexPage .box3 .catelist .icon {
        width: 6rem;
        height: 6rem;
        margin: 0 auto 1rem;
    }
    .indexPage .box3 .catelist .icon img {
        width: 2.5rem;
    }
    .indexPage .box3 .catelist .link {
        margin-top: 1rem;
        font-size: 1.12rem;
    }
    .indexPage .box4 .listul01 {
        position: static;
        width: 100%;
    }
    .indexPage .box4 .listul01 li {
        width: 100%;
        position: relative;
        margin-bottom: 1rem;
    }
    .indexPage .box4 .listul01 a {
        height: 20rem;
    }
    .indexPage .box4 .listul01 .time {
        font-size: 1.12rem;
    }
    .indexPage .box4 .listul01 .ttl {
        font-size: 1.28rem;
    }
    .indexPage .box4 .listul02 {
        width: auto;
        margin-left: 0;
    }
    .indexPage .box4 .listul02 li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .indexPage .box4 .listul02 a {
        padding: 1rem;
    }
    .indexPage .box4 .listul02 .ttl {
        font-size: 1.28rem;
        -webkit-line-clamp: 2;
    }
    .indexPage .box4 .listul02 p {
        font-size: 1.12rem;
        line-height: 1.6;
    }
    .indexPage .box4 .listul02 .link {
        margin-top: 1rem;
        font-size: 1.12rem;
    }
    .comTop {
        height: 10rem;
    }
    .comTop h2 {
        font-size: 1.8rem;
    }
    .comTop h2 .en {
        font-size: 1.28rem;
    }
    .comLine {
        margin-bottom: 2rem;
    }
    .comLine .comWidth {
        display: block;
    }
    .comLine .path {
        padding-left: 1.4rem;
        font-size: 1.12rem;
        background-size: 1.1rem auto;
    }
    .comLine ul {
        display: none;
    }
    .newsPage .listul {
        display: block;
    }
    .newsPage .listul li {
        width: auto;
        margin: 0 0 1.5rem;
    }
    .newsPage .listul a:hover {
        transform: translateY(0);
    }
    .newsPage .listul .photo {
        padding-bottom: 50%;
    }
    .newsPage .listul .txtbox {
        padding: 1.5rem 1rem 4rem;
    }
    .newsPage .listul h2 {
        font-size: 1.28rem;
    }
    .newsPage .listul p {
        font-size: 1.12rem;
    }
    .newsPage .listul .btm {
        bottom: 1rem;
        padding: 0 1rem;
        font-size: 1.12rem;
    }
    .comPath {
        margin-bottom: 1.6rem;
        padding-left: 1.3rem;
        font-size: 1.12rem;
        background-size: 1rem auto;
    }
    .newsDetailPage .info {
        padding: 1.5rem;
        font-size: 1.28rem !important;
        line-height: 1.7 !important;
    }
    .newsDetailPage .info * {
        font-size: 1.28rem !important;
        line-height: 1.7 !important;
    }
    .newsDetailPage .topbox .cate {
        font-size: 1.12rem;
    }
    .newsDetailPage .topbox .time {
        font-size: 1.12rem;
    }
    .newsDetailPage h1 {
        font-size: 1.8rem;
        margin: 1.8rem 0 2rem;
    }
    .newsDetailPage .btm {
        padding: 1.5rem;
    }
    .comPro h2,
    .comOther h2 {
        font-size: 1.6rem;
        background-size: 1.6rem;
        padding-left: 2rem;
    }
    .comPro ul,
    .comOther ul {
        display: block;
    }
    .comOther li {
        width: auto;
        margin: 0 0 1.6rem;
    }
    .comPro li:last-child,
    .comOther li:last-child {
        margin-bottom: 0;
    }
    .comOther .photo {
        padding-bottom: 50%;
    }
    .comOther .time {
        font-size: 1.12rem;
    }
    .comOther .ttl {
        font-size: 1.28rem;
    }
    .comPro li {
        width: auto;
        margin: 0 0 1rem;
    }
    .comPro .photo {
        padding-bottom: 50%;
    }
    .comPro p {
        font-size: 1.28rem;
    }
    .comPageList {
        display: block;
    }
    .comPageList:before {
        display: none;
    }
    .comPageList li {
        width: auto;
    }
    .comPageList span {
        margin-top: .2rem;
    }
    .comPageList li:nth-child(2) {
        text-align: left;
        margin-top: 1.5rem;
    }
    .comPageList a {
        font-size: 1.2rem;
    }
    .contactPage .mapbox {
        margin-bottom: -3.2rem;
    }
    .contactPage .mapbox a {
        right: 45%;
        top: 32%;
    }
    .contactPage .box {
        display: block;
        margin-bottom: 3.2rem;
    }
    .contactPage .lbox {
        width: auto;
        margin-bottom: 3.2rem;
    }
    .contactPage h1 {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
        text-align: center;
    }
    .contactPage .txtlist li {
        margin-bottom: 2rem;
        font-size: 1.28rem;
    }
    .contactPage .txtlist img {
        width: 1.3rem;
        margin-top: -0.65rem;
    }
    .contactPage .txtlist .txt01 {
        width: 5rem;
    }
    .contactPage .txtlist .txt01 span {
        font-size: 1rem;
    }
    .contactPage .txtlist li:first-child .txt02 a {
        font-size: 1.6rem;
    }
    .contactPage .imglist {
        justify-content: space-between;
    }
    .contactPage .imglist li {
        width: 24%;
        margin-right: 0;
    }
    .contactPage .imglist p {
        font-size: 1rem;
    }
    .contactPage .formbox {
        width: auto;
        padding: 1.5rem;
    }
    .contactPage .formbox .ttl {
        font-size: 1.6rem;
    }
    .contactPage .formbox .ttl span {
        font-size: 1.12rem;
    }
    .contactPage .formbox input {
        height: 4rem;
        font-size: 1.28rem;
    }
    .contactPage .formbox .line {
        display: block;
    }
    .contactPage .formbox .line .item {
        width: auto;
    }
    .contactPage .formbox textarea {
        height: 8rem;
        font-size: 1.28rem;
    }
    .contactPage .formbox button {
        width: 10rem;
        font-size: 1.28rem;
    }
    .servicePage .box1 {
        margin-bottom: 3.2rem;
    }
    .servicePage .box1 .note {
        max-width: inherit;
        font-size: 1.28rem;
        line-height: 1.6;
        text-align: left;
    }
    .servicePage .box1 ul {
        display: block;
    }
    .servicePage .box1 li {
        width: auto;
        margin-top: 1rem;
        height: 20rem;
    }
    .servicePage .box1 ul .txt p {
        font-size: 1.2rem;
    }
    .servicePage .box1 ul .txt h2 {
        font-size: 1.6rem;
    }
    .servicePage .box2 {
        margin-bottom: 3.2rem;
        padding: 3.2rem 1rem;
    }
    .servicePage .box2 h2 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .servicePage .box2 ul {
        display: block;
    }
    .servicePage .box2 li {
        width: 100% !important;
        margin-top: 1rem;
    }
    .servicePage .box2 ul .photo {
        height: 28rem;
    }
    .servicePage .box2 ul li .photo:before,
    .servicePage .box2 ul li.on .photo:before {
        background-color: rgba(0,0,0,0.1);
    }
    .servicePage .box2 ul li.on .title {
        transform: none;
    }
    .servicePage .box2 ul .title .ttl {
        display: none;
    }
    .servicePage .box2 ul .txtbox {
        transform: translateX(0);
    }
    .servicePage .box2 ul .txtbox .ttl {
        font-size: 1.44rem;
    }
    .servicePage .box2 ul .txtbox .txt {
        font-size: 1.12rem;
    }
    .servicePage .box3 p {
        font-size: 1.12rem;
    }
    .servicePage .box3 p span {
        margin: 0;
        font-size: 1.12rem;
        display: block;
    }
    .servicePage .box3 p a {
        font-size: 1.44rem;
    }
    .aboutPage .box1 {
        padding: 3.2rem 0;
    }
    .aboutPage .box1 h1 {
        font-size: 1.44rem;
    }
    .aboutPage .box1 p {
        font-size: 1.28rem;
        line-height: 1.8;
    }
    .aboutPage .box2 ul {
        flex-wrap: wrap;
    }
    .aboutPage .box2 ul li {
        width: 50%;
        height: auto;
        padding: 4rem 1.5rem;
    }
    .aboutPage .box2 ul li:first-child,
    .aboutPage .box2 ul li:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255, 0.2);
    }
    .aboutPage .box2 ul li:nth-child(2n) {
        border-right: none;
    }
    .aboutPage .box2 ul li:hover {
        padding-top: 4rem;
    }
    .aboutPage .box2 ul .ttl {
        font-size: 1.6rem;
    }
    .aboutPage .box2 ul .en {
        font-size: 1rem;
        margin: .2rem 0 1rem;
    }
    .aboutPage .box2 ul .txt {
        font-size: 1.28rem;
    }
    .aboutPage .box3 {
        padding-top: 3.2rem;
    }
    .aboutPage .box3 .topbox {
        display: block;
    }
    .aboutPage .box3 .topbox .ttl {
        font-size: 1.44rem;
        text-align: center;
    }
    .aboutPage .box3 .topbox .ttl span {
        margin: 0 0 1rem;
    }
    .aboutPage .box3 .topbox .txt {
        width: auto;
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .aboutPage .box3 h2 {
        font-size: 1.3rem;
    }
    .aboutPage .box3 .swiper-slide {
        width: 18rem;
    }
    .aboutPage .box3 .swiper-slide p {
        font-size: 1.2rem;
    }
    .sidebar {
        width: auto;
        margin-bottom: 2rem;
    }
    .sidebar .spro .txt {
        font-size: 1.4rem;
        background-size: 1rem auto;
    }
    .sidebar .sproul li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }
    .sidebar .sproul a {
        font-size: 1.25rem;
        padding: 0.5rem 0 0.5rem 3rem;
    }
    .sidebar .sproul a:before {
        top: 1.2rem;
    }
    .conts {
        width: auto;
    }
    .conts .cTopbox {
        padding: 0 0 1.6rem 6.5rem;
    }
    .conts .cTopbox .txt {
        font-size: 1.28rem;
        top: 0.4rem;
    }
    .conts .cTopbox ul li {
        margin: 0 0.5rem .5rem 0;
    }
    .conts .cTopbox ul a {
        font-size: 1.28rem;
        padding: .4rem 0.5rem;
    }
    .productPage .box {
        display: block;
    }
    .productPage .cardlist {
        display: block;
    }
    .productPage .cardlist li {
        width: auto;
        margin: 0 0 1rem;
    }
    .productPage .cardlist h2 {
        font-size: 1.36rem;
    }
    .productPage .cardlist .type {
        font-size: 1.2rem;
    }
    .cardDetailPage .topbox .inner {
        flex-direction: column-reverse;
    }
    .cardDetailPage .topbox .txtbox {
        width: 100%;
    }
    .cardDetailPage .topbox h1 {
        text-align: center;
    }
    .cardDetailPage .topbox .listul {
        font-size: 1.2rem;
        display: block;
    }
    .cardDetailPage .topbox .listul li {
        width: auto;
        padding: 0 0 0.5rem;
    }
    .cardDetailPage .topbox .listul span {
        font-size: 1.2rem;
        display: inline-block;
        margin: 0 0.8rem 0 0;
    }
    .cardDetailPage .topbox .linkul {
        display: flex;
        margin-top: 1.6rem;
        max-width: inherit;
    }
    .cardDetailPage .topbox .linkul li {
        width: 30%;
        font-size: 1.2rem;
    }
    .cardDetailPage .topbox .linkul li:first-child {
        width: 40%;
        font-size: 1.28rem;
    }
    .cardDetailPage .topbox .linkul img {
        width: 1.4rem;
    }
    .cardDetailPage .topbox .linkul a {
        padding: 0.7rem 0;
    }
    .cardDetailPage .topbox .photobox {
        width: 100%;
        height: 20rem;
    }
    .cardDetailPage .box {
        margin: 2rem 0 1.6rem;
    }
    .cardDetailPage .box .ttl {
        font-size: 1.5rem;
    }
    .cardDetailPage .box .info {
        font-size: 1.28rem;
        line-height: 1.7;
        padding: 1.2rem;
    }
    .cardDetailPage .box1,
    .cardDetailPage .box2,
    .cardDetailPage .box3 {
        margin-bottom: 2rem;
    }
    .cardDetailPage .box .info table th,
    .cardDetailPage .box .info table td {
        padding: .5rem 1rem;
    }
    .searchPage h1 {
        font-size: 1.8rem;
    }
    .searchPage form {
        max-width: inherit;
    }
    .searchPage form input {
        height: 4rem;
        font-size: 1.28rem;
    }
    .searchPage form button {
        font-size: 1.28rem;
    }
    .searchPage .listul {
        justify-content: space-between;
    }
    .searchPage .listul li {
        width: 48.5%;
        margin: 0 0 1rem;
    }
    .searchPage .listul .photo {
        height: 10rem;
    }
    .searchPage .listul p {
        font-size: 1.28rem;
    }
    .searchPage .listul .cate {
        font-size: 1rem;
    }
}