@charset "utf-8";
/*
Theme Name: kouwa-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{margin:0 auto;width:100%;max-width:1920px;background:#fff;line-height:1.8;font-size:16px;color:#000;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-serif;
}
@media (max-width:1380px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul,ol{list-style:none;}

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

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*kouwaM*/
.kouwaM{position:relative;left:0;z-index:50;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.kouwaM .kouwaMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.kouwaM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#0f1a45;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:782px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}

.sp-wrapper>h2{font-family:"Oswald",sans-serif;font-size:20px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#0f1a45;}

body.logged-in .sp-wrapper{top:auto;bottom:0;height:calc(100vh - 32px);}
@media (max-width:782px){
	body.logged-in .sp-wrapper{height:calc(100vh - 46px);}
}
@media (max-width:600px){
	body.logged-in .sp-wrapper.wordpress-logged-in{height:100vh;}
}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#333;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1400px;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;text-transform:uppercase;}
.common_tit>h6{font-family:"Oswald",sans-serif;font-size:18px;color:#0f1a45;font-weight:500;}
.common_tit>h3{margin-top:30px;font-size:26px;}
@media (max-width:1380px){
	.common_tit>h6{font-size:16px;}
	.common_tit>h3{margin-top:25px;font-size:23px;}
}
@media (max-width:1180px){
	.common_tit>h6{font-size:14px;}
	.common_tit>h3{margin-top:20px;font-size:20px;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:30px;line-height:1;}
.more>a{display:flex;align-items:center;padding:20px 80px;
	border:2px solid #0f1a45;
	border-radius:30px;
	color:#0f1a45;
}
.more>a>i{display:block;margin-top:-1px;margin-left:20px;}
.more>a:hover{background:#0f1a45;color:#fff;}
@media (max-width:1380px){
	.more{margin-top:25px;}
	.more>a{padding:17px 60px;}
	.more>a>i{margin-left:15px;}
}
@media (max-width:1180px){
	.more{margin-top:20px;}
	.more>a{padding:14px 40px;}
	.more>a>i{margin-top:3px;margin-left:10px;}
}

/*googlemap*/
.googlemap{position:relative;width:100%;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/*header*/
.header{position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:space-between;align-items:center;width:100%;
	line-height:1;text-transform:capitalize;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:block;margin-left:60px;width:100%;max-width:374px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:60px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li:not(:first-child){margin-left:60px;}
.header .headerNav>ul>li>a{display:block;text-align:center;}
.header .headerNav>ul>li>a>h6{font-size:18px;color:#000;}
.header .headerNav>ul>li>a>em{display:block;margin-top:10px;font-family:"Oswald",sans-serif;font-size:16px;color:#0f1a45;font-weight:500;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#0f1a45;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>a{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:60px;padding:25px 50px;
	background:#29292a;color:#fff;
}
.header .headerNav>a>i{font-size:20px;}
.header .headerNav>a>h6{margin-top:12px;font-size:16px;}
.header .headerNav>a:hover{background:#0f1a45;}
@media (max-width:1380px){
	.header .logo{margin-left:40px;max-width:324px;}
	.header .headerNav{margin-left:40px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:40px;}
	.header .headerNav>ul>li>a>h6{font-size:16px;}
	.header .headerNav>ul>li>a>em{margin-top:8px;font-size:14px;}
	.header .headerNav>a{margin-left:40px;padding:20px 40px;}
	.header .headerNav>a>i{font-size:18px;}
	.header .headerNav>a>h6{margin-top:10px;font-size:14px;}
}
@media (max-width:1180px){
	.header .logo{margin-left:20px;max-width:274px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:20px;}
	.header .headerNav>ul>li>a>h6{font-size:14px;}
	.header .headerNav>ul>li>a>em{margin-top:6px;font-size:12px;}
	.header .headerNav>a{margin-left:20px;padding:15px 30px;}
	.header .headerNav>a>i{font-size:16px;}
	.header .headerNav>a>h6{margin-top:8px;font-size:12px;}
}
@media (max-width:782px){
	.header{padding:15px 20px;background:rgba(255,255,255,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .logo{margin-left:0;max-width:224px;}
	.header .headerNav>ul{display:none;}
	.header .headerNav>a{margin-left:0;padding:10px;}
	.header .headerNav>a>h6{display:none;}
}

.header.header_fixed{background:rgba(255,255,255,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);}
body.logged-in .header{top:32px;}
@media (max-width:782px){
	body.logged-in .header{top:46px;}
}
@media (max-width:600px){
	body.logged-in .header.header_fixed{top:0;}
}

/*banner*/
@-webkit-keyframes scrollmMove{
	0%{
		-webkit-transform:translateY(-15px);
		transform:translateY(-15px);
	}
	50%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-webkit-transform:translateY(-15px);
		transform:translateY(-15px);
	}	
}

.banner{position:relative;height:100vh;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg:after{padding-top:0;width:100%;height:100%;background:url(img/mark1.png);}
.banner .bannerMat{position:absolute;bottom:180px;left:50%;z-index:5;padding:0 40px;text-align:center;max-width:1480px;color:#fff;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.banner .bannerMat>h1{line-height:1;font-size:56px;}
.banner .bannerMat>h3{margin-top:40px;line-height:1.5;font-size:28px;}

.banner .scroll{position:absolute;bottom:60px;left:50%;z-index:10;display:block;width:56px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.banner .scroll>img{
	-webkit-animation:scrollmMove 2s linear infinite 0s;
	animation:scrollmMove 2s linear infinite 0s;
}
@media (max-width:1380px){
	.banner{height:90vh;}
	.banner .bannerMat{bottom:150px;padding:0 30px;}
	.banner .bannerMat>h1{font-size:50px;}
	.banner .bannerMat>h3{margin-top:35px;font-size:25px;}
	
	.banner .scroll{bottom:50px;width:46px;}
}
@media (max-width:1180px){
	.banner{height:80vh;}
	.banner .bannerMat{bottom:120px;padding:0 20px;}
	.banner .bannerMat>h1{font-size:44px;}
	.banner .bannerMat>h3{margin-top:30px;font-size:22px;}
	
	.banner .scroll{bottom:40px;width:36px;}
}
@media (max-width:980px){
	.banner{height:70vh;}
	.banner .bannerMat>h1{font-size:38px;}
	.banner .bannerMat>h3{margin-top:25px;font-size:19px;}
}
@media (max-width:780px){
	.banner{height:60vh;}
	.banner .bannerMat>h1{font-size:32px;}
	.banner .bannerMat>h3{margin-top:20px;font-size:16px;}
}
@media (max-width:580px){
	.banner{height:50vh;}
	.banner .bannerMat>h1{font-size:26px;}
	.banner .bannerMat>h3{font-size:13px;}
}

/*indexMain*/
/*greeting*/
.greeting{padding:80px 0;}
.greeting .greetingSep{display:flex;}
.greeting .greetingSepMat{position:relative;padding:80px 40px;width:calc(100% - 40px);}
.greeting .greetingSepMat>dt{position:absolute;top:0;left:0;width:100%;height:100%;}
.greeting .greetingSepMat>dt:after{padding-top:0;width:100%;height:100%;}
.greeting .greetingSepMat>dd{position:relative;z-index:5;margin:0 auto;padding:80px 40px;width:100%;max-width:1490px;
	background:url(img/mark2.png);
	border:2px solid #fff;
}
.greeting .greetingSepMat>dd>hgroup{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.greeting .greetingSepMat>dd>hgroup>h3{font-size:26px;}
.greeting .greetingSepMat>dd>hgroup>hr{margin:20px auto 0;width:100%;max-width:400px;height:2px;background:#afd400;border:none;}
.greeting .greetingSepMat>dd>figcaption{margin-top:40px;font-weight:bold;}
.greeting .greetingSepMat>dd>figcaption>*:not(:first-child){margin-top:20px;}
.greeting .greetingSepGap{display:block;width:40px;}
@media (max-width:1380px){
	.greeting{padding:70px 0;}
	.greeting .greetingSepMat{padding:70px 30px;width:calc(100% - 30px);}
	.greeting .greetingSepMat>dd{padding:70px 30px;}
	.greeting .greetingSepMat>dd>hgroup>h3{font-size:23px;}
	.greeting .greetingSepMat>dd>hgroup>hr{margin:17px auto 0;max-width:350px;}
	.greeting .greetingSepMat>dd>figcaption{margin-top:35px;}
	.greeting .greetingSepMat>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.greeting .greetingSepGap{width:30px;}
}
@media (max-width:1180px){
	.greeting{padding:60px 0;}
	.greeting .greetingSepMat{padding:60px 20px;width:calc(100% - 20px);}
	.greeting .greetingSepMat>dd{padding:60px 20px;}
	.greeting .greetingSepMat>dd>hgroup>h3{font-size:20px;}
	.greeting .greetingSepMat>dd>hgroup>hr{margin:14px auto 0;max-width:300px;}
	.greeting .greetingSepMat>dd>figcaption{margin-top:30px;}
	.greeting .greetingSepMat>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.greeting .greetingSepGap{width:20px;}
}
@media (max-width:480px){
	.greeting .greetingSep{display:block;}
	.greeting .greetingSepMat{width:100%;}
	.greeting .greetingSepGap{display:none;}
}

/*handling*/
.handling{padding:0 40px 80px;}
.handling .handlingMat{display:flex;align-items:center;}
.handling .handlingMat>dt{width:55%;}
.handling .handlingMat>dt:after{padding-top:65%;}
.handling .handlingMat>dd{position:relative;margin-left:-10%;padding:60px;width:55%;background:#fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.08);
}
.handling .handlingMat>dd:before{position:absolute;top:1px;right:0;display:block;content:"";width:80%;height:2px;background:#0f1a45;}
.handling .handlingMat>dd>.common_tit{align-items:flex-start;}
.handling .handlingMat>dd>figcaption{margin-top:30px;font-weight:bold;}
.handling .handlingMat>dd>.more{justify-content:flex-start;}
@media (max-width:1380px){
	.handling{padding:0 30px 70px;}
	.handling .handlingMat>dt{width:52.5%;}
	.handling .handlingMat>dd{margin-left:-5%;padding:50px;width:52.5%;}
	.handling .handlingMat>dd>figcaption{margin-top:25px;}
}
@media (max-width:1180px){
	.handling{padding:0 20px 60px;}
	.handling .handlingMat{justify-content:space-between;}
	.handling .handlingMat>dt{width:calc(50% - 10px);}
	.handling .handlingMat>dd{margin-left:0;padding:40px;width:calc(50% - 10px);}
}
@media (max-width:880px){
	.handling .handlingMat{display:block;}
	.handling .handlingMat>dt{width:100%;}
	.handling .handlingMat>dt:after{padding-top:40%;min-height:260px;}
	.handling .handlingMat>dd{margin-top:30px;padding:40px 30px;width:100%;}
}

/*purpose-company*/
.purpose-company{padding-bottom:80px;}
.purpose-company>dl{position:relative;display:flex;justify-content:space-between;align-items:center;
	background:#f5f5f5;
	border-top:2px solid #0f1a45;
}
.purpose-company>dl>dt{position:relative;width:calc(65% + 54px);height:400px;overflow:hidden;}
.purpose-company>dl>dt>div{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;
	-webkit-transform-origin:left top;
    transform-origin:left top;
	-webkit-transform:skewX(-20deg);
    transform:skewX(-20deg);
}
.purpose-company>dl>dt>div>figure{width:100%;height:100%;
	-webkit-transform-origin:left top;
    transform-origin:left top;
	-webkit-transform:skewX(20deg);
    transform:skewX(20deg);
}
.purpose-company>dl>dt>div>figure:after{padding-top:0;width:100%;height:100%;}
.purpose-company>dl>dd{position:relative;display:flex;padding:40px;width:calc(35% - 54px);}
.purpose-company>dl>dd>div{width:100%;max-width:460px;}
.purpose-company>dl>dd>div>.common_tit{align-items:flex-start;}
.purpose-company>dl>dd>div>figcaption{margin-top:30px;font-weight:bold;}
.purpose-company>dl>dd>div>.more{justify-content:flex-start;}
.purpose-company>dl:nth-of-type(2){margin-top:60px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.purpose-company>dl:nth-of-type(2)>dt>div{left:145px;}
.purpose-company>dl:nth-of-type(2)>dt>div>figure{
	-webkit-transform-origin:left bottom;
    transform-origin:left bottom;
}
.purpose-company>dl:nth-of-type(2)>dd{justify-content:flex-end;}
@media (max-width:1380px){
	.purpose-company{padding-bottom:70px;}
	.purpose-company>dl>dt{width:calc(65% + 27px);height:360px;}
	.purpose-company>dl>dt>div{
		-webkit-transform:skewX(-15deg);
	    transform:skewX(-15deg);
	}
	.purpose-company>dl>dt>div>figure{
		-webkit-transform:skewX(15deg);
	    transform:skewX(15deg);
	}
	.purpose-company>dl>dd{padding:30px;width:calc(35% - 27px);}
	.purpose-company>dl>dd>div>figcaption{margin-top:25px;}
	.purpose-company>dl:nth-of-type(2){margin-top:50px;}
	.purpose-company>dl:nth-of-type(2)>dt>div{left:97px;}
}
@media (max-width:1180px){
	.purpose-company{padding-bottom:60px;}
	.purpose-company>dl>dt{width:65%;height:320px;}
	.purpose-company>dl>dt>div{
		-webkit-transform:skewX(-10deg);
	    transform:skewX(-10deg);
	}
	.purpose-company>dl>dt>div>figure{
		-webkit-transform:skewX(10deg);
	    transform:skewX(10deg);
	}
	.purpose-company>dl>dd{padding:20px;width:35%;}
	.purpose-company>dl>dd>div>figcaption{margin-top:20px;}
	.purpose-company>dl:nth-of-type(2){margin-top:40px;}
	.purpose-company>dl:nth-of-type(2)>dt>div{left:56px;}
}
@media (max-width:980px){
	.purpose-company>dl{display:block;}
	.purpose-company>dl>dt{width:100%;}
	.purpose-company>dl>dt>div{
		-webkit-transform:skewX(0);
	    transform:skewX(0);
	}
	.purpose-company>dl>dt>div>figure{
		-webkit-transform:skewX(0);
	    transform:skewX(0);
	}
	.purpose-company>dl>dd{padding:30px 20px;width:100%;}
	.purpose-company>dl>dd>div{max-width:100%;}
	.purpose-company>dl:nth-of-type(2)>dt>div{left:0;}
}

/*kouwaNews*/
.kouwaNews{padding:0 40px 80px;}
.kouwaNews .kouwaNewsTit{text-align:center;line-height:1;text-transform:uppercase;}
.kouwaNews .kouwaNewsTit>h3{font-family:"Oswald",sans-serif;font-size:34px;color:#333;font-weight:500;}

.kouwaNews .kouwaNewsMat{margin-top:40px;border-top:5px solid #333;}
.kouwaNews .newscon{border-top:none;}
.kouwaNews .kouwaNewsMat>ul>li{display:flex;align-items:center;padding:25px 20px;border-bottom:2px solid #e0e0e0;}
.kouwaNews .kouwaNewsMat>ul>li>hgroup{display:flex;align-items:center;width:146px;line-height:1;font-size:14px;text-transform:uppercase;}
.kouwaNews .kouwaNewsMat>ul>li>hgroup>span{display:block;width:80px;}
.kouwaNews .kouwaNewsMat>ul>li>hgroup>em{display:block;margin-left:10px;padding:10px;width:55px;text-align:center;background:#0f1a45;
	border-radius:5px;font-family:"Oswald",sans-serif;color:#fff;font-size:14px;font-weight:500;
}
.kouwaNews .kouwaNewsMat>ul>li>a{display:block;margin-top:4px;padding-left:30px;width:calc(100% - 146px);color:#000;}
.kouwaNews .kouwaNewsMat>ul>li>a:hover{color:#0f1a45;}
.newscon>h3{margin:10px 0;font-size:24px;font-weight:bold;}
@media (max-width:1380px){
	.kouwaNews{padding:0 30px 70px;}
	.kouwaNews .kouwaNewsTit>h3{font-size:30px;}
	
	.kouwaNews .kouwaNewsMat{margin-top:35px;border-top-width:4px;}
	.kouwaNews .kouwaNewsMat>ul>li{padding:22px 20px;}
	.kouwaNews .kouwaNewsMat>ul>li>hgroup{width:135px;font-size:13px;}
	.kouwaNews .kouwaNewsMat>ul>li>hgroup>span{width:75px;}
	.kouwaNews .kouwaNewsMat>ul>li>hgroup>em{margin-left:7px;padding:9px;width:51px;font-size:13px;}
	.kouwaNews .kouwaNewsMat>ul>li>a{margin-top:2px;padding-left:20px;width:calc(100% - 135px);}	
	.newscon>h3{font-size:22px;}
}
@media (max-width:1180px){
	.kouwaNews{padding:0 20px 60px;}
	.kouwaNews .kouwaNewsTit>h3{font-size:26px;}
	
	.kouwaNews .kouwaNewsMat{margin-top:30px;border-top-width:3px;}
	.kouwaNews .kouwaNewsMat>ul>li{padding:19px 20px;}
	.kouwaNews .kouwaNewsMat>ul>li>hgroup{width:125px;font-size:12px;}
	.kouwaNews .kouwaNewsMat>ul>li>hgroup>span{width:70px;}
	.kouwaNews .kouwaNewsMat>ul>li>hgroup>em{margin-left:4px;padding:8px;width:47px;font-size:12px;}
	.kouwaNews .kouwaNewsMat>ul>li>a{padding-left:10px;width:calc(100% - 125px);}
	.newscon>h3{font-size:20px;}
}
@media (max-width:620px){
	.kouwaNews .kouwaNewsMat>ul>li{display:block;}
	.kouwaNews .kouwaNewsMat>ul>li>a{margin-top:10px;padding-left:0;width:100%;}
	.newscon>h3{font-size:18px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;background:#222;line-height:1;}
.footer .footerNav>a{display:block;width:100%;max-width:499px;}
.footer .footerNav>a:hover{opacity:0.6;}
.footer .footerNav>figcaption{display:flex;justify-content:center;margin-top:40px;color:#fff;font-weight:bold;}
.footer .footerNav>figcaption>*:not(:first-child){margin-left:40px;}
.footer .footerNav>ul{display:flex;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li{display:flex;align-items:center;}
.footer .footerNav>ul>li:not(:first-child):before{display:block;content:"";margin:0 40px;width:2px;height:25px;background:#fff;}
.footer .footerNav>ul>li>a{color:#fff;}
.footer .footerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}

.footer .footerCopy{padding:15px 40px;background:#000;}
.footer .footerCopy>figcaption{max-width:1520px;text-align:center;font-size:15px;color:#fff;font-weight:bold;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a{max-width:419px;}
	.footer .footerNav>figcaption{margin-top:35px;}
	.footer .footerNav>figcaption>*:not(:first-child){margin-left:30px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li:not(:first-child):before{margin:0 30px;height:22px;}
	
	.footer .footerCopy{padding:15px 30px;}
	.footer .footerCopy>figcaption{font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:339px;}
	.footer .footerNav>figcaption{margin-top:30px;}
	.footer .footerNav>figcaption>*:not(:first-child){margin-left:20px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li:not(:first-child):before{margin:0 20px;height:19px;}
	
	.footer .footerCopy{padding:15px 20px;}
	.footer .footerCopy>figcaption{font-size:13px;}
}
@media (max-width:680px){
	.footer .footerNav>figcaption{flex-direction:column;text-align:center;}
	.footer .footerNav>figcaption>*:not(:first-child){margin-top:15px;margin-left:0;}
	.footer .footerNav>ul{flex-wrap:wrap;margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 10px 0;}
	.footer .footerNav>ul>li:not(:first-child):before{display:none;}	
}

/*pageBan*/
.pageBan{margin-top:98px;padding:60px 60px 0;background:#fafaff;}
.pageBan .pageBanCon{position:relative;height:700px;overflow:hidden;}
.pageBan .pageBanBg{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;}
.pageBan .pageBanBg>dd{width:35%;}
.pageBan .pageBanBg>dt{width:65%;background-position:left center;}
.pageBan .pageBanBg>dt:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;z-index:5;max-width:1520px;color:#0f1a45;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h6{line-height:1;font-size:22px;}
.pageBan .pageBanMat>h3{margin:35px 0;line-height:1;font-family:"Oswald",sans-serif;font-size:56px;text-transform:capitalize;}
.pageBan .pageBanMat>h4{font-size:24px;}
@media (max-width:1380px){
	.pageBan{margin-top:82px;padding:50px 50px 0;}
	.pageBan .pageBanCon{height:600px;}
	.pageBan .pageBanBg>dd{width:30%;}
	.pageBan .pageBanBg>dt{width:70%;}
	.pageBan .pageBanMat>h6{font-size:20px;}
	.pageBan .pageBanMat>h3{margin:30px 0;font-size:50px;}
	.pageBan .pageBanMat>h4{font-size:22px;}
}
@media (max-width:1180px){
	.pageBan{margin-top:66px;padding:40px 40px 0;}
	.pageBan .pageBanCon{height:500px;}
	.pageBan .pageBanBg>dd{width:25%;}
	.pageBan .pageBanBg>dt{width:75%;}
	.pageBan .pageBanMat>h6{font-size:18px;}
	.pageBan .pageBanMat>h3{margin:25px 0;font-size:44px;}
	.pageBan .pageBanMat>h4{font-size:20px;}
}
@media (max-width:980px){
	.pageBan{padding:30px 30px 0;}
	.pageBan .pageBanCon{height:400px;}
	.pageBan .pageBanBg>dd{width:20%;}
	.pageBan .pageBanBg>dt{width:80%;}
	.pageBan .pageBanMat>h6{font-size:16px;}
	.pageBan .pageBanMat>h3{margin:20px 0;font-size:38px;}
	.pageBan .pageBanMat>h4{font-size:18px;}
}
@media (max-width:782px){
	.pageBan{padding:20px 20px 0;}
	.pageBan .pageBanCon{height:300px;}
	.pageBan .pageBanBg>dd{width:15%;}
	.pageBan .pageBanBg>dt{width:85%;}
	.pageBan .pageBanMat>h6{font-size:14px;}
	.pageBan .pageBanMat>h3{margin:15px 0;font-size:32px;}
	.pageBan .pageBanMat>h4{font-size:16px;}
}

/*breadNav*/
.breadNav{padding:0 40px;background:#fafaff;}
.breadNav>ul{display:flex;padding:20px 40px;max-width:1520px;border-bottom:2px solid #0f1a45;font-family:"Oswald",sans-serif;
	font-size:20px;text-transform:capitalize;
}
.breadNav>ul>li>a{display:flex;align-items:center;color:#0f1a45;}
.breadNav>ul>li>a:after{display:block;content:"";margin:0 10px;width:8px;height:8px;
    border:solid #0f1a45;
    border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.breadNav>ul>li>a:hover{color:#afd400;}
@media (max-width:1380px){
	.breadNav{padding:0 30px;}
	.breadNav>ul{padding:17px 30px;font-size:18px;}
}
@media (max-width:1180px){
	.breadNav{padding:0 20px;}
	.breadNav>ul{padding:14px 20px;font-size:16px;}
}

/*page_greeting*/
.page_greeting{padding:80px 40px 180px;background:#fafaff;}
.page_greeting .greetingMat{display:flex;justify-content:space-between;align-items:center;max-width:1520px;}
.page_greeting .greetingMat>dl{width:calc(50% - 20px);}
.page_greeting .greetingMat>dl>dd{font-size:22px;color:#0f1a45;}
.page_greeting .greetingMat>dl>dt{position:relative;margin-top:40px;width:calc(100% - 100px);}
.page_greeting .greetingMat>dl>dt:before{position:absolute;right:-100px;bottom:-100px;display:block;content:"";width:240px;height:240px;background:#e2e2ea;}
.page_greeting .greetingMat>dl>dt>figure{position:relative;z-index:5;}
.page_greeting .greetingMat>dl>dt>figure:after{padding-top:0;height:420px;}
.page_greeting .greetingMat>figcaption{width:calc(50% - 20px);font-weight:bold;}
.page_greeting .greetingMat>figcaption>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_greeting{padding:70px 30px 150px;}
	.page_greeting .greetingMat>dl{width:calc(50% - 15px);}
	.page_greeting .greetingMat>dl>dd{font-size:20px;}
	.page_greeting .greetingMat>dl>dt{margin-top:35px;width:calc(100% - 80px);}
	.page_greeting .greetingMat>dl>dt:before{right:-80px;bottom:-80px;width:200px;height:200px;}
	.page_greeting .greetingMat>dl>dt>figure:after{height:380px;}
	.page_greeting .greetingMat>figcaption{width:calc(50% - 15px);}
	.page_greeting .greetingMat>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_greeting{padding:60px 20px 120px;}
	.page_greeting .greetingMat>dl{width:calc(50% - 10px);}
	.page_greeting .greetingMat>dl>dd{font-size:18px;}
	.page_greeting .greetingMat>dl>dt{margin-top:30px;width:calc(100% - 60px);}
	.page_greeting .greetingMat>dl>dt:before{right:-60px;bottom:-60px;width:160px;height:160px;}
	.page_greeting .greetingMat>dl>dt>figure:after{height:340px;}
	.page_greeting .greetingMat>figcaption{width:calc(50% - 10px);}
	.page_greeting .greetingMat>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:780px){
	.page_greeting{padding:60px 20px;}
	.page_greeting .greetingMat{display:block;}
	.page_greeting .greetingMat>dl{width:100%;}
	.page_greeting .greetingMat>dl>dd{font-size:16px;}
	.page_greeting .greetingMat>dl>dt{margin-top:25px;width:calc(100% - 40px);}
	.page_greeting .greetingMat>dl>dt:before{right:-40px;bottom:-40px;width:120px;height:120px;}
	.page_greeting .greetingMat>dl>dt>figure:after{height:300px;}
	.page_greeting .greetingMat>figcaption{margin-top:70px;width:100%;}
}

/*page_business*/
.page_business.businessSec{padding:80px 40px;background:#fafaff;}
.page_business.businessDiv{padding:0 40px 80px;background:#fafaff;}
.page_business .businessTit{display:flex;justify-content:flex-start;}
.page_business .businessTit>hgroup{position:relative;color:#0f1a45;}
.page_business .businessTit>hgroup:after{position:absolute;bottom:-30px;right:-60px;display:block;content:"";
	width:240px;height:100px;background:#e2e2ea;
}
.page_business .businessTit>hgroup>h6{line-height:1;font-size:24px;}
.page_business .businessTit>hgroup>h3{position:relative;z-index:5;margin-top:30px;line-height:1.2;font-family:"Oswald",sans-serif;
	font-size:48px;text-transform:capitalize;
}
.page_business .businessSep{margin-top:50px;}
.page_business .businessSep>dl{display:flex;justify-content:space-between;align-items:center;}
.page_business .businessSep>dl>dt{width:calc(45% - 20px);}
.page_business .businessSep>dl>dt:after{padding-top:60%;}
.page_business .businessSep>dl>dd{width:calc(55% - 20px);color:#0f1a45;}
.page_business .businessSep>dl>dd>h3{line-height:1;font-size:32px;}
.page_business .businessSep>dl>dd>figcaption{margin-top:30px;font-weight:bold;}
.page_business .businessSep>dl>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_business .businessSep>dl:not(:first-child){margin-top:50px;}
.page_business .businessSep>dl:nth-child(2n-1){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
@media (max-width:1380px){
	.page_business.businessSec{padding:70px 30px;}
	.page_business.businessDiv{padding:0 30px 70px;}
	.page_business .businessTit>hgroup:after{bottom:-25px;right:-50px;width:200px;height:80px;}
	.page_business .businessTit>hgroup>h6{font-size:22px;}
	.page_business .businessTit>hgroup>h3{margin-top:25px;font-size:42px;}
	.page_business .businessSep{margin-top:45px;}
	.page_business .businessSep>dl>dt{width:calc(45% - 15px);}
	.page_business .businessSep>dl>dd{width:calc(55% - 15px);}
	.page_business .businessSep>dl>dd>h3{font-size:28px;}
	.page_business .businessSep>dl>dd>figcaption{margin-top:25px;}
	.page_business .businessSep>dl>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.page_business .businessSep>dl:not(:first-child){margin-top:45px;}
}
@media (max-width:1180px){
	.page_business.businessSec{padding:60px 20px;}
	.page_business.businessDiv{padding:0 20px 60px;}
	.page_business .businessTit>hgroup:after{bottom:-20px;right:-40px;width:160px;height:60px;}
	.page_business .businessTit>hgroup>h6{font-size:20px;}
	.page_business .businessTit>hgroup>h3{margin-top:20px;font-size:36px;}
	.page_business .businessSep{margin-top:40px;}
	.page_business .businessSep>dl>dt{width:calc(45% - 10px);}
	.page_business .businessSep>dl>dd{width:calc(55% - 10px);}
	.page_business .businessSep>dl>dd>h3{font-size:24px;}
	.page_business .businessSep>dl>dd>figcaption{margin-top:20px;}
	.page_business .businessSep>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.page_business .businessSep>dl:not(:first-child){margin-top:40px;}
}
@media (max-width:980px){
	.page_business .businessTit>hgroup:after{bottom:-15px;right:-30px;}
	.page_business .businessTit>hgroup>h6{font-size:18px;}
	.page_business .businessTit>hgroup>h3{margin-top:15px;font-size:30px;}
	.page_business .businessSep>dl>dd>h3{font-size:20px;}
}
@media (max-width:780px){
	.page_business .businessTit>hgroup:after{bottom:-10px;right:-20px;}
	.page_business .businessTit>hgroup>h6{font-size:16px;}
	.page_business .businessTit>hgroup>h3{font-size:24px;}
	.page_business .businessSep>dl>dd>h3{font-size:18px;}
	
	.page_business .businessSep>dl{display:block;}
	.page_business .businessSep>dl>dt{width:100%;}
	.page_business .businessSep>dl>dt:after{padding-top:40%;min-height:320px;}
	.page_business .businessSep>dl>dd{margin-top:30px;width:100%;}
}

/*page_company*/
.page_company{padding:80px 40px;background:#fafaff;}
.page_company .companyMat>dl{display:flex;align-items:center;padding:25px 40px;border-top:2px solid #b8bed5;color:#0f1a45;}
.page_company .companyMat>dl:last-child{border-bottom:2px solid #b8bed5;}
.page_company .companyMat>dl>dt{width:210px;}
.page_company .companyMat>dl>dd{width:calc(100% - 210px);}
.page_company .companyMat>dl>dd>*:not(:first-child){margin-top:10px;}
.page_company .companyMat>dl>dd>ol>li{text-indent:2em;}
.page_company .companyMat>dl>dd>ol>li:not(:first-child){margin-top:10px;}
.page_company .companyMat>dl>dd>ul>li{display:flex;}
.page_company .companyMat>dl>dd>ul>li:not(:first-child){margin-top:10px;}
.page_company .companyMat>dl>dd>ul>li>em{display:block;width:200px;}
.page_company .companyMat>dl>dd>dl{display:flex;align-items:center;}
.page_company .companyMat>dl>dd>dl:not(:first-child){margin-top:10px;}
.page_company .companyMat>dl>dd>dl>dt{width:240px;}
.page_company .companyMat>dl>dd>dl>dt>font{font-size:14px;}
.page_company .companyMat>dl>dd>dl>dd>ul>li{display:flex;}
.page_company .companyMat>dl>dd>dl>dd>ul>li:not(:first-child){margin-top:10px;}
.page_company .companyMat>dl>dd>dl>dd>ul>li>em{display:block;width:150px;}
@media (max-width:1380px){
	.page_company{padding:70px 30px;}
	.page_company .companyMat>dl{padding:22px 30px;}
	.page_company .companyMat>dl>dt{width:190px;}
	.page_company .companyMat>dl>dd{width:calc(100% - 190px);}
	.page_company .companyMat>dl>dd>*:not(:first-child){margin-top:7px;}
	.page_company .companyMat>dl>dd>ol>li:not(:first-child){margin-top:7px;}
	.page_company .companyMat>dl>dd>ul>li:not(:first-child){margin-top:7px;}
	.page_company .companyMat>dl>dd>ul>li>em{width:180px;}
	.page_company .companyMat>dl>dd>dl:not(:first-child){margin-top:7px;}
	.page_company .companyMat>dl>dd>dl>dt{width:220px;}
	.page_company .companyMat>dl>dd>dl>dt>font{font-size:13px;}
	.page_company .companyMat>dl>dd>dl>dd>ul>li:not(:first-child){margin-top:7px;}
	.page_company .companyMat>dl>dd>dl>dd>ul>li>em{width:130px;}
}
@media (max-width:1180px){
	.page_company{padding:40px 20px;}
	.page_company .companyMat>dl{padding:19px 20px;}
	.page_company .companyMat>dl>dt{width:170px;}
	.page_company .companyMat>dl>dd{width:calc(100% - 170px);}
	.page_company .companyMat>dl>dd>ul>li>em{width:160px;}
	.page_company .companyMat>dl>dd>dl>dt{width:200px;}
	.page_company .companyMat>dl>dd>dl>dt>font{font-size:12px;}
	.page_company .companyMat>dl>dd>dl>dd>ul>li>em{width:110px;}
}
@media (max-width:780px){
	.page_company .companyMat>dl{display:block;}
	.page_company .companyMat>dl>dt{width:100%;}
	.page_company .companyMat>dl>dd{margin-top:5px;width:100%;}
	.page_company .companyMat>dl>dd>dl{display:block;}
	.page_company .companyMat>dl>dd>dl>dd>ul>li{display:block;}
}

/*page_contact*/
input,textarea{font-family:"Yu Gothic Medium",sans-serif;font-weight:bold;}
.wpcf7-spinner{display:none;}

.page_contact{padding:80px 40px;background:#fafaff;}
.page_contact .contactMat{max-width:1200px;}
.page_contact .contactForm>dl{display:flex;align-items:center;}
.page_contact .contactForm>dl:not(:first-child){margin-top:25px;}
.page_contact .contactForm>dl>dt{display:flex;align-items:center;width:260px;line-height:1;}
.page_contact .contactForm>dl>dt>font{display:block;margin-right:20px;padding:10px;background:#29292a;font-size:12px;color:#fff;}
.page_contact .contactForm>dl>dd{width:calc(100% - 260px);}
.page_contact .contactForm>dl>dd input,
.page_contact .contactForm>dl>dd textarea{padding:17px;width:100%;background:#fff;border:2px solid #e0e0e0;}
.page_contact .contactForm>dl>dd textarea{height:250px;}
.page_contact .send{display:flex;justify-content:center;margin-top:40px;}
.page_contact .send input{padding:25px 60px;line-height:1;background:#29292a;color:#fff;cursor:pointer;}
@media (max-width:1380px){
	.page_contact{padding:70px 30px;}
	.page_contact .contactForm>dl:not(:first-child){margin-top:20px;}
	.page_contact .contactForm>dl>dt{width:240px;}
	.page_contact .contactForm>dl>dt>font{margin-right:15px;}
	.page_contact .contactForm>dl>dd{width:calc(100% - 240px);}
	.page_contact .contactForm>dl>dd input,.page_contact .contactForm>dl>dd textarea{padding:15px;}
	.page_contact .contactForm>dl>dd textarea{height:220px;}
	.page_contact .send{margin-top:35px;}
	.page_contact .send input{padding:22px 50px;}
}
@media (max-width:1180px){
	.page_contact{padding:60px 20px;}
	.page_contact .contactForm>dl>dt{width:220px;}
	.page_contact .contactForm>dl>dt>font{margin-right:10px;}
	.page_contact .contactForm>dl>dd{width:calc(100% - 220px);}
	.page_contact .contactForm>dl>dd input,.page_contact .contactForm>dl>dd textarea{padding:13px;}
	.page_contact .contactForm>dl>dd textarea{height:190px;}
	.page_contact .send{margin-top:30px;}
	.page_contact .send input{padding:19px 40px;}
}
@media (max-width:680px){
	.page_contact .contactForm>dl{display:block;}
	.page_contact .contactForm>dl>dt{width:100%;}
	.page_contact .contactForm>dl>dd{margin-top:10px;width:100%;}
}


.pagenav{margin-top:60px;padding:0px 20px;display:flex;align-items:center;justify-content:center;max-width:1000px;width:100%;line-height:1;}
.pagenav>*{margin:0 10px;padding:8px 10px;border:1px solid #0f1a45;border-radius:5px;}
.pagenav a{color:#0f1a45;}
.pagenav .current{font-weight:bold;}
@media (max-width:780px){
	.pagenav>*{margin:0 5px;padding:4px 5px;}
}
