@charset "utf-8";
/* Theme Name: : 合同会社 LEPUS */
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/*font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;*/
	font-family:Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	/*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
	line-height: 160%;
	color: #010101;
}

a{
	text-decoration:none;
	color:#010101;
}
a:hover{
	opacity:0.6;
}
/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}


a[href*="tel:"] {
	pointer-events: none;
}


ul{
	list-style:none;
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rpic{
    flex-direction: row-reverse;

}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
@media only screen and (max-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: initial !important;
	}
}

#wrapper{
	max-width:100%;
	overflow:hidden;
}
#header{
	border-bottom:10px solid #b6e8ff;
	background:linear-gradient(to top , #b6e8ff 6px, transparent 6px);
}
#header .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}

#nav li{
	
	box-sizing:border-box;
	overflow:hidden;
	margin-right:-15px;
	position:relative;
	
}
#nav li:first-child:before{
	content:"";
	display:block;
	background:linear-gradient(to top , #b6e8ff 60px, #fff 60px);
	padding:55px 15px 55px 30px;
	width:80px;
	height:100%;
	border-radius: 0 80px 80px 0 / 0 50% 50% 0;
	transform: translateY(-50%);
	position:absolute;
	top:50%;
	right:calc(100% - 10px);
	z-index:7;
	
}
#header h1{
	padding:10px 0;
}
#nav li a{
	display:block;
	background:#138ac2;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:60px 20px 60px 30px;
	margin-top:-40px;
	margin-bottom:-40px;
	border-radius: 0 80px 80px 0 / 0 50% 50% 0;
	border-right:2px solid #b6e8ff;
	
}
#nav p{
	display:none;
}
#nav li a:hover{
	opacity:1;
	background:#10729f;
}
#nav li .e{
	display:block;
	font-size:10px;
}
#nav li:nth-child(1){
	z-index:6;
}
#nav li:nth-child(2){
	z-index:5;
}
#nav li:nth-child(3){
	z-index:4;
}
#nav li:nth-child(4){
	z-index:3;
}
#nav li:nth-child(5){
	z-index:2;
}
#nav li:nth-child(6){
	z-index:1;
}
#nav li.st a{
	background:linear-gradient(to right , #10719e , #138ac2 40%);
}

#nav{
	position:relative;
}

#nav:before{
	content:"";
	position:absolute;
	width:300%;
	right:-300%;
	top:0;
	height:100%;
	background:linear-gradient(to right , #a6d3e7 , #d2f0fe 10%);
}
#footer{
	background:#138ac2;
	position:relative;
}
#footer:before{
	content:"";
	width:100%;
	height:55px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
#footer .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	position:relative;
	z-index:1;
}

#footer .left{
	background:#b6e8ff;
	width:50%;
	padding:18px 2.5% 0 0;
	box-sizing:border-box;
	position:relative;
}
#footer .left:before{
	content:"";
	width:300%;
	left:-300%;
	height:100%;
	top:0;
	position:absolute;
	background:#b6e8ff;
}
#footer .copy{
	text-align:center;
}

#footer .footnav{
	width:46.6%;
	height:auto;
	padding:95px 0 0 0;
}
#footer .footnav li a{
	background:url(images/footmk.png) 0 5px no-repeat;
	padding:0 0 0 16px;
	color:#fff;
}
#footer .footnav li{
	padding:0 5% 10px 0;
	display:inline-block;
}

#footer .copy{
	color:#fff;
	padding:24px 2.5%;
	font-size:12px;
}

#footer .left h3{
	padding:0 0 15px 0;
}

#footer .left dt{
	color:#138ac2;
	font-weight:bold;
	padding:0 0 5px 0;
}
#footer .left dl{
	padding:0 0 25px 0;
}
.totop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:20;
}
@media only screen and (max-width: 1024px) {
	#nav{
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:151;
	border:none;
	padding-bottom:0;
	
    }

	#nav ul li{
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
	}

	#nav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background: linear-gradient(to right, rgba(75,156,243,1) 0%,rgba(0,78,162,1) 100%);
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px rgba(75,156,243,1);
-moz-box-shadow:0px 0px 0px 2px rgba(75,156,243,1);
-webkit-box-shadow:0px 0px 0px 2px rgba(75,156,243,1);
	}

	#nav li{
		margin:0;
		padding:0 !important;
		margin-top:0;
		margin-left:0 !important; 
		display:block !important;
		text-align:center;
		
		
	}
	#nav li:nth-child(1):before{
		display:none;
	}
	#nav ul li a{
		margin-top:0;
		margin-bottom:0;
		padding:8px 7px 8px 7px;
		border:none;
		border-bottom:2px solid #b6e8ff;
		border-radius:0;
		box-sizing:border-box;

	}
	
	#nav ul li strong{
		display:block;
		font-weight: 600;
		font-size:18px;
		font-family: 'Oswald', sans-serif;
	}


	#nav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	
	#nav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#nav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#nav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#nav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#nav.action p span.n:after,#nav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#nav ul{
		display:block;
		width:auto;
		height: 100%;
		overflow-y: auto;
		padding:0;
		background:#b6e8ff;
	}
	
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:150;
	}
	#nav li a:hover::before, #nav li.st a::before{
		bottom:auto;
		left:auto;
		right:10px;
		top:50%;
		margin-top:-3px;
	
	}
	
	

}
@media only screen and (max-width: 599px) {
	#footer .left{
		width:100%;
	}
	#footer .footnav{
		width:100%;
		box-sizing:border-box;
		padding-top:30px;
	}
}
.mainimg .pic img{
	width:100%;
	height:auto;
	
}
.mainimg{
	position:relative;
	border-bottom:4px solid #138ac2;
}
.mainimg:before{
	width:100%;
	content:"";
	height:20%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:linear-gradient(to bottom , rgba(19,138,194,0.6) , transparent );
}
.mainimg .inner{
	max-width:1000px;
	width:95%;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.mainimg .inner p{
	padding:40px 25% 40px 0;
	position:absolute;
	transform: translateY(-50%);
	top:50%;
	left:0;
	background:linear-gradient(to right , rgba(255,255,255,0.55) 80%, transparent );
	
}
.mainimg .inner p:before{
	content:"";
	width:500%;
	left:-500%;
	height:100%;
	position:absolute;
	top:0;
	background:rgba(255,255,255,0.55);
}
.mainimg .inner p:after{
	content:"";
	width:600%;
	left:-500%;
	height:5px;
	position:absolute;
	bottom:-4px;
	background:linear-gradient(to right , rgba(19,138,194,0.5) 90%, transparent );
	
}
@media only screen and (max-width: 1024px) {
	.mainimg .inner p{
		padding: 15px 25% 15px 0;
	}
	.mainimg .inner p img{
		max-width:60%;
	}
}
@media only screen and (max-width: 599px) {
	.mainimg .inner p{
		padding: 10px 5% 10px 0;
		box-sizing:border-box;
		max-width:50%;
	}
	
}

.home-topics{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	padding:80px 0 10px 0;
}
.home-topics h3{
	position:relative;
	margin-bottom:20px;
}
.home-topics h3:before{
	content:"";
	width:calc(100% - 40px);
	right:0;
	position:absolute;
	bottom:-14px;
	background:#138ac2;
	height:30px;
	z-index:-1;
}

.home-topics h3 .w{
	display:block;
	background:#b6e8ff url(images/kagi.gif) right bottom no-repeat;
	max-width:49%;
	box-sizing:border-box;
	padding:10px;
	font-size:20px;
}
.home-topics h3 .w img{
	
	margin-right:13px;
}

.home-topics dl{
	border-bottom:1px dotted #808080;
	padding:15px 2.5%;
}
.home-topics dt{
	float:left;
	font-size:16px;
}
.home-topics dd{
	font-size:16px;
	padding:0 0 0 190px;
}
.home-topics dl:last-child{
	border:none;
}
.home-topics .table{
	border-bottom:#138ac2 5px solid;
}

.home-service{
	background:#e5f9ff;
	background: linear-gradient(to bottom , #fff , #e5f9ff 180px);
	padding:60px 0 40px 0;
}

.inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}

.home-service h3{
	background:#b6e8ff;
	padding: 6px 10px;
    font-size: 20px;
	background: #b6e8ff url(images/kagi.gif) right bottom no-repeat;
	text-align:center;
	box-shadow:7px 7px 0px 0px #138ac2;
	margin-bottom:60px;
}
.home-service h3 img{
	
	margin-right:5px;
}

.home-service .flexc li{
	max-width:32.5%;
	margin:0 1.25% 60px 0;
}
.home-service .flexc li:nth-child(3n){
	margin-right:0;
}
.home-service .flexc li a{
	display:inline-block;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.home-service .flexc li a strong{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	font-size:20px;
	font-weight:bold;
	line-height:160%;
	background:rgba(255,255,255,0.8);
	padding:15px 2.5%;
	box-sizing:border-box;
	color:#138ac2;
}

.home-service .flexc li a:hover strong{
	color:#333;
}

.service .box2{
	border:2px solid #d2d2d2;
	background:#fff;
	padding:15px 2.5%;	
}
.service .box2 dl{
	width:46.8%;
	background:#e5f9ff;
	padding-bottom:20px;
}
.service .box2 dt{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background:#fff;
	margin-bottom:15px;
	overflow:hidden;
}
.service .box2 dt .b{
	display:inline-block;
	background:#138ac2;
	padding:5px 8% 5px 2%;
	position:relative;
}
.service .box2 dt .b:before{
	content:"";
	width:16px;
	bottom:0;
	background:#138ac2;
	position:absolute;
	top:0;
	right:-8px;
	transform:skewX(12deg);
}
.service .box2 dd{
	padding:0 2% 5px 2%;
}
.service .box2 dl:nth-child(2) dd{
	display:inline-block;
	font-size:16px;
	padding-right:2em;
}

@media only screen and (max-width: 1024px) {
	.home-topics h3 .w{
		max-width:490px;
		width:98%;
		font-size:18px;
	}
	.home-topics dt{
		font-size:14px;
	}
	.home-topics dd{
		font-size:14px;
		padding-left:140px;
	}
	.home-service .flexc li a strong{
		font-size:18px;
	}
	
}

@media only screen and (max-width: 599px) {
	.home-topics dt{
		float:none;
	}
	.home-topics dd{
		padding-left:0;
	}
	.home-service .flexc li{
		width:100%;
	}
	.service .box2 dl{
		width:100%;
	}
	.service .box2 dl+dl{
		margin-top:30px;
	}
	.home-service .flexc li{
		width:100%;
		margin-left:auto;
		margin-right:auto !important;
		max-width:325px;
		margin-bottom:20px;
	}
}
.home-rec{
	position:relative;
	padding:100px 0 60px 0;
	margin-bottom:50px;
	overflow:hidden;
}
.home-rec .box{
	position:relative;
	z-index:1;
	width:50%;
	padding:0 8% 40px 0;
	position:relative;
}
.home-rec .box:before{
	position:absolute;
	top:30px;
	left:0;
	right:0;
	bottom:0;
	background:#e5f9ff;
	content:"";
	z-index:-1;
}
.home-rec .box:after{
	content:"";
	width:300%;
	left:-300%;
	top:30px;
	bottom:0;
	background:#e5f9ff;
	position:absolute;
}
.home-rec .box p{
	font-size:16px;
	padding:0 0 20px 0;
}
.home-rec .box h3{
	position:relative;
	z-index:1;
	font-size:34px;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	padding:0 0 20px 0;
}
.home-rec .box h3 .e{
	font-size:20px;
	display:inline-block;
	vertical-align:middle;
	margin-left:1em;
	font-family:Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.home-rec .box .more{
	padding-top:20px;
}
.home-rec .box .more a{
	display:inline-block;
	background:#138ac2;
	color:#fff;
	font-weight:bold;
	padding:10px 3em;
	position:relative;
	box-shadow:2px 4px 0px 0px #0e709e;
}
.home-rec .box .more a:before{
	content:"";
	width:13px;
	height:100%;
	top:4px;
	left:calc(100% + 2px);
	position:absolute;
	background:linear-gradient(to bottom left, transparent 50%, #0e709e 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #0e709e 50%) bottom left / 100% 50% no-repeat;
	z-index:1;
}
.home-rec .box .more a:after{
	content:"";
	width:13px;
	height:100%;
	top:0;
	left:100%;
	position:absolute;
	background:linear-gradient(to bottom left, transparent 50%, #138ac2 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #138ac2 50%) bottom left / 100% 50% no-repeat;
	z-index:2;
}

.home-rec .pic{
	position:absolute;
	top:0;
	right:0;
	max-width:100%;
}
.home-rec .pic:before{
	content:"";
	width:80px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(to right , #fff , transparent );
}
@media only screen and (max-width: 1024px) {
	.home-rec .box h3{
		font-size:28px;
	}
	.home-rec .box h3 .e{
		font-size:16px;
	}
	.home-rec .box:before,.home-rec .box:after{
		top:25px;
	}
	.home-rec .box p{
		font-size:14px;
	}
	.home-rec{
		padding-top:0;
		padding-bottom:0;
		text-align:right;
	}
	.home-rec .pic{
		position:relative;
		display:inline-block;
		padding-bottom:20px;
	}
	.home-rec .box{
		width:auto;
		text-align:left;
	}
}
.home-cont{
	padding-bottom:100px;
}
.home-cont .flexb.box{
	background:#138ac2;
	position:relative;
}
.home-cont .flexb.box:before{
	content:"";
	width:39%;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
	position:absolute;
	z-index:1;
}

.home-cont h3{
	background: #b6e8ff url(images/kagi.gif) right bottom no-repeat;
	max-width:645px;
	box-sizing:border-box;
	margin:0 2% 0 2%;
	padding:10px 2.5% 10px 1em;
	margin-bottom:-20px;
	font-size:20px;
	position:relative;
	z-index:3;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.home-cont h3 .e{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	margin-left:1em;
	font-family:Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.home-cont .pic{
	width:53.7%;
	position:relative;
	z-index:1;
}

.home-cont .tbox{
	box-sizing:border-box;
	padding:50px 2.8% 30px 2.8%;
	width:42%;
}
.home-cont .tbox dt{
	color:#fff;
	padding:0 0 0 0;
	font-size:18px;
	font-weight:bold;
}
.home-cont .tbox .tel{
	font-size:34px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	line-height:120%;
}
.home-cont .tbox .tel a{
	color:#fff;
}
.home-cont .tbox .tel a img{
	margin-top:-5px;
	margin-right:10px;
}
.home-cont .tbox dd+dd{
	color:#fff;
	padding:5px 0 25px 0;
}
.home-cont .tbox p{
	width:543px;
	position:relative;
	z-index:2;
}
.home-cont .tbox p a{
	padding:7px 9px;
	background:#e5f9ff;
}
.home-cont .tbox p a strong{
	display:block;
	font-size:18px;
	color:#138ac2;
	padding:5px 0;
	width:calc(100% - 120px);
}
.home-cont .tbox p a img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:15px;
}

.home-cont .tbox p a span{
	width:113px;
	background:#138ac2;
	text-align:center;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
}
@media only screen and (max-width: 1024px) {
	.home-cont .pic{
		width:45%;
		top:0;
		right:0;
		text-align:right;
		
	}
	.home-cont{
		position:relative;
	}
	.home-cont h3{

		box-sizing:border-box;
		margin:0;
		max-width:none;
	}
	.home-cont .tbox p{
		width:200%;
		max-width:500px;
	}
	.home-cont .tbox{
		width:50%;
		padding:20px 0 20px 2.5%;
		position:relative;
		z-index:1;
	}
	.home-cont .flexb.box:before{
		display:none;
	}
}
@media only screen and (max-width: 599px) {
	.home-cont .tbox p a{
		display:block;
		text-align:right;
	}
	.home-cont .tbox p a strong{
		width:100%;
		text-align:center;
		padding-bottom:10px;
		font-size:16px;
		
	}
	.home-cont .pic{
		width:100%;
	}
	.home-cont .pic img{
		width:100%;
	}
	.home-cont .tbox p a strong img{
		display:block;
		margin:0 auto 10px auto;
	}
	
	.home-cont .tbox p a span{
		display:inline-block;
	}
	.home-cont .tbox{
		width:100%;
		text-align:center;
		padding-right:2.5%;
	}
	.home-cont .tbox p{
		width:auto;
	}
	.home-cont .tbox p a{
		box-sizing:border-box;
	}
}
.subtit{
	position:relative;
	border-bottom: 4px solid #138ac2;
	box-shadow:0px 15px 15px 0px #eeeeee;
}
.subtit:before {
    width: 100%;
    content: "";
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom , rgba(19,138,194,0.6) , transparent );
}
.subtit .pic{
	text-align:center;
}
.subtit .pic img{
	width:100%;
}
.subtit h2{
	max-width:1000px;
	width:95%;
	position:absolute;
	top:50%;
	left:50%;
	font-size:20px;
	transform: translate(-50%, -50%);
}
.subtit h2:after{
	content:"";
	display:block;
	max-width:265px;
	height:5px;
	background:#9fe0ff;
	margin-top:5px;
}
.subtit h2 .w{
	display:inline-block;
	padding:0 1em;
}

.pnav{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	position:relative;
	z-index:1;
	padding:10px 0 80px 0;
}
.pnav li{
	font-size:16px;
	color:#138ac2;
	padding:0 1em 0 0;
}
.pnav li+li{
	background:url(images/pnavmk.png) 0 center no-repeat;
	padding:0 1em 0 28px;
}
.topics{
	padding:0 0 100px 0;
}
.h3h{
    position: relative;
    margin-bottom: 30px;
}
.h3h:before {
    content: "";
    width: calc(100% - 40px);
    right: 0;
    position: absolute;
    bottom: -14px;
    background: #138ac2;
    height: 30px;
    z-index: -1;
}
.h3h .w {
    display: block;
    background: #b6e8ff url(images/kagi.gif) right bottom no-repeat;
    max-width: 49%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 20px;
}
.h3h .w img {
    margin-right: 13px;
}
.topiclist .box{
	padding:15px 0 55px 0;
	border-bottom:1px dotted #838383;
	margin-bottom:30px;
}

.topiclist .box .meta p{
    float: left;
    font-size: 16px;
	font-weight:bold;
	padding:0 0 20px 0;
}
.topiclist .box .meta h4 {
    font-size: 16px;
    padding: 0 0 20px 190px;
}

.topiclist .box .txt{
	background:#e5f9ff;
	border-radius:10px;
	padding:20px 2.5%;
}
.topiclist .box .txt p{
	font-size:16px;
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
	.h3h .w{
    max-width: 490px;
    width: 98%;
    font-size: 18px;
	}
	.topiclist .box .meta p{
		font-size:14px;
	}
	.topiclist .box .meta h4{
		font-size:14px;
		padding-left:140px;
	}
	.topiclist .box .txt p{
		font-size:14px;
	}
}
@media only screen and (max-width: 599px) {
	.topiclist .box .meta p{
		float:none;
		padding-bottom:5px;
	}
	.topiclist .box .meta h4{
		padding-left:0;
	}
	.subtit h2{
		font-size:18px;
	}
	.subtit h2:after{
		margin-top:2px;
	}
	.subtit h2 .w{
		padding:0;
	}
}
.navPage{
	text-align:center;
}
.navPage .wp-pagenavi a,.navPage .wp-pagenavi span{
	border-color:#b6e8ff;
	background-color:#b6e8ff;
	
	font-weight:bold;
}
.navPage .wp-pagenavi span.current{
	border-color:#138ac2;
	background-color:#138ac2;
	color:#fff;
	font-weight:bold;
}
.navPage .wp-pagenavi a:hover{
	opacity:1;
	border-color:#138ac2;
	background-color:#138ac2;
	color:#fff;
	font-weight:bold;
	
}
.contact{
	padding:0 0 100px 0;
}
.contact .txt{
	max-width:780px;
	margin:0 auto;
	padding:20px 0;
}
.contact .txt p{
	padding:0 0 20px 0;
}

.contact .red{
	color:#f00;
}

.contact .table{
	max-width:926px;
	margin:0 auto;
	
}
.contact table{
	border-collapse:collapse;
	width:100%;
	border-top:#898989 1px dotted;
	box-sizing:border-box;
}
.contact th{
	box-sizing:border-box;
	width:205px;
	text-align:left;
	padding:0 0 0 0;
	border-left:#138ac2 solid 4px;
	background:#b6e8ff;
	border-bottom:#898989 1px dotted;
	padding:15px 2.5%;
	font-size:16px;
	vertical-align:top;
}
.contact td{
	border-bottom:#898989 1px dotted;
	box-sizing:border-box;
	padding:7px 2.5%;
	font-size:16px;
}

.contact .size1{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}

.contact #school{
	width:calc(100% - 4em);
	box-sizing:border-box;
	padding:5px;
}
.contact label[for="school"]{
	display:block;
	margin-bottom:10px;
}
.contact #schoolfin{
	width:calc(100% - 13em);
	box-sizing:border-box;
	padding:5px;
}
.contact textarea{
	width:100%;
	box-sizing:border-box;
	padding:5px;
	height:200px;
}
.contact .size3{
	width:calc(100% - 3.5em);
	box-sizing:border-box;
	padding:5px;
}
.contact .mwform-checkbox-field label,.contact .mwform-radio-field label{
	display:inline-block;
}
.contact .time{
	width:calc(50% - 1.5em);
	box-sizing:border-box;
	padding:5px;
}
.contact .table{
	padding:0 0 80px 0;
}

.contact li.check input{
	border:none;
	background:#138ac2;
	cursor:pointer;
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:10px 2.5%;
	box-sizing:border-box;
}
.contact li.check input:hover{
	opacity:0.6;
}
.contact li{
	width:48%;
	max-width:200px;
	margin:0 1%;
}

.mw_wp_form_input .back{
	display:none;
}

.contact li.back button{
	border:none;
	background:#ccc;
	cursor:pointer;
	width:100%;
	font-weight:bold;
	font-size:16px;
	padding:10px 2.5%;
	box-sizing:border-box;
}
.contact li.back button:hover{
	opacity:0.6;
}
.contact .thanks{
	text-align:center;
	padding-top:60px;
}

.contact .thanks h4{
	font-size:18px;
	padding:0 0 20px 0;
}

.contact .thanks p{
	padding:0 0 20px 0;
}

.contact .thanks p a{
	text-decoration:underline;
}

.contact .sen{
	display:inline-block;
	max-width:50%;
	box-sizing:border-box;
	padding-right:1em;
}
.contact .eki{
	display:inline-block;
	max-width:50%;
	box-sizing:border-box;
	
}


.contact .size2{
	width:calc(100% - 2em);
	padding:5px;
	box-sizing:border-box;
}

.h3s{
    position: relative;
    margin-bottom: 30px;
}
.h3s:before {
    content: "";
    width: calc(100% - 40px);
    right: 0;
    position: absolute;
    bottom: -14px;
    background: #138ac2;
    height: 30px;
    z-index: -1;
}

.h3s .w{
    display: block;
    background: #b6e8ff url(images/kagi.gif) right bottom no-repeat;
    max-width: 49%;
    box-sizing: border-box;
    padding: 10px 10px 10px 5%;
    font-size: 20px;
	position:relative;
}

.h3s .w:before{
	content:"";
	width:4px;
	position:absolute;
	transform: translateY(-50%);
	height:22px;
	top:50%;
	left:2.5%;
	background:#138ac2;
}
.rec1{
	border-bottom:1px dotted #8b8b8b;
	padding:0 0 15px 0;
	margin-bottom:60px;
}
.rec1 .tbox{
	width:55%;
	position:relative;
	z-index:1;
}
.rec1 .pic{
	width:42.4%;
}
.rec1 .pic .c{
	position:relative;
	display:inline-block;
	margin-bottom:5%;
}
.rec1 .pic .c img{
	border-radius:50%;
}
.rec1 .flexb{
	padding:30px 0 0 0;
}
.rec1 h4{
	font-size:24px;
	padding:0 0 25px 0;
}
.rec1 h4 .e{
	display:block;
	color:#138ac2;
	font-family: 'Satisfy', cursive;
	
}

.rec1 .tbox p{
	padding:0 0 20px 0;
	font-size:16px;
}

.rec1 .pic .c:before{
	content:"";
	width:36.08%;
	height:36.08%;
	background:#b6e8ff;
	position:absolute;
	border-radius:50%;
	bottom:-5%;
	left:-5%;
}
.rec2{
	padding:0 0 40px 0;
}
.rec2 h3{
	margin-bottom:60px;
}
.rec2 .wrap{
	max-width:926px;
	margin:0 auto;
	padding-bottom:65px;
}

.rec2 h4{
	color:#fff;
	background:#138ac2;
	font-size:24px;
	text-align:center;
	padding:10px 2.5%;
	margin-bottom:40px;
}
.rec2 table{
	border-top: #898989 1px dotted;
	border-collapse:collapse;
	width:100%;
	margin-bottom:40px;
}
.rec2 th {
    box-sizing: border-box;
    width: 205px;
    text-align: left;
    padding: 0 0 0 0;
    border-left: #138ac2 solid 4px;
    background: #b6e8ff;
    border-bottom: #898989 1px dotted;
    padding: 15px 2.5%;
    font-size: 16px;
    vertical-align: top;
}
.rec2 td{
    border-bottom: #898989 1px dotted;
    box-sizing: border-box;
    padding: 7px 2.5%;
	font-size:16px;
	width:720px;
}

.rec2 table + p{
	text-align:center;
}
.rec2 table + p a{
	display:inline-block;
	position:relative;
	background:#f19ec2;
	font-weight:bold;
	color:#fff;
	font-size:24px;
	box-sizing:border-box;
	padding:14px 1em;
	text-decoration:underline;
}
.rec2 table + p a:before{
	content:"";
	width:14px;
	height:100%;
	position:absolute;
	top:0;
	left:-14px;
	background:linear-gradient(to bottom right, transparent 50%, #f19ec2 50%) top left/ 100% 51% no-repeat,
    linear-gradient(to top right, transparent 50%, #f19ec2 50%) bottom left / 100% 51% no-repeat;
}
.rec2 table + p a:after{
	content:"";
	width:14px;
	height:100%;
	position:absolute;
	top:0;
	right:-14px;
	background:linear-gradient(to bottom left, transparent 50%, #f19ec2 50%) top left/ 100% 51% no-repeat,
    linear-gradient(to top left, transparent 50%, #f19ec2 50%) bottom left / 100% 51% no-repeat;
}
.rec2 .navPage{
	padding-bottom:80px;
}
@media only screen and (max-width: 1024px) {
	 .h3s .w{
    max-width: 490px;
    width: 98%;
    font-size: 18px;
	}
	.rec1 .tbox p{
		font-size:14px;
	}
	.rec1 h4{
		font-size:18px;
	}
	.rec2 h4{
		font-size:18px;
	}
	.rec2 td{
		font-size:14px;
	}
	.rec2 table + p a{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.rec1 .pic{
		width:100%;
		text-align:center;
	}
	.rec1 .tbox{
		width:100%;
	}
	.rec2 th{
		display:block;
		width:100%;
		border-bottom:none;
	}
	.rec2 td{
		display:block;
		width:100%;
		padding-bottom:20px;
		border-bottom:none;
	}
	.rec2 table{
		border:none;
	}
	.contact th{
		width:100%;
		display:block;
		border:none;
	}
	.contact td{
		width:100%;
		display:block;
		border:none;
	}
	.contact table{
		border:none;
	}
}


.policy .wrap{
	max-width:920px;
	margin:0 auto;
	padding:30px 0 80px 0;
}

.policy p{
	font-size:16px;
	padding:0 0 20px 0;
}
.policy .txt{
	padding:0 0 20px 0;
}

.policy h4{
	font-size:24px;
	position:relative;
	padding:0 0 20px 40px;
	line-height:140%;
}
.policy h4:before{
	content:"";
	width:20px;
	height:20px;
	background:#138ac2;
	position:absolute;
	left:0;
	top:8px;
}

.policy ul{
	padding:0 0 20px 0;
	margin-top:-1em;
}
.policy li{
	font-size:16px;
	text-indent:-1em;
	padding-left:1em;
}


.policy .box{
	padding:0 0 30px 0;
}

.policy .sign{
	text-align:right;
}

.policy dt{
	font-size:16px;
	padding-bottom:5px;
}

.policy dd{
	font-size:16px;
	padding-bottom:5px;
}


.policy dl{
	padding:20px 0 40px 0;
}


@media only screen and (max-width: 1024px) {
	.policy h4{
		font-size:18px;
	}
	.policy h4:before{
		top:4px;
	}
}
.sitemap .flex li a{
	display:inline-block;
	text-align:left;
}
.sitemap .flex li a strong{
	display:block;
	background:url(images/sya.png) 0 50% no-repeat;
	padding:0 0 0 16px;
	margin-top:8px;
}

.sitemap .flex li {
	width:20%;
	padding:0 2.5% 32px 2.5%;
}

.sitemap{
	padding:0 0 80px 0;
}

@media only screen and (max-width: 599px) {
	
	.sitemap .flex li{
		width:48%;
		padding-left:1%;
		padding-right:1%;
		text-align:center;

	}
	
}
.about1{
	position:relative;
	margin-bottom:100px;
}
.about1:before{
	content:"";
	left:59.29%;
	top:0;
	bottom:0;
	right:0;
	position:absolute;
	background:url(images/about/aboutbk.jpg) center 50% no-repeat;
	background-size:cover;
}
.about1:after{
	content:"";
	left:59.29%;
	right:0;
	bottom:0;
	top:0;
	position:absolute;
	background:linear-gradient(to right , #Fff 1%, transparent 30%);
}

.about1 .inner{
	position:relative;
	z-index:1;
}

.about1 .inner .wrap{
	width:50%;
	padding:0 8% 40px 0;
	background:#e5f9ff url(images/about/about_rab.gif) left bottom no-repeat;
	position:relative;
}

.about1 .inner .wrap:before{
	content:"";
	width:1000%;
	position:absolute;
	top:0;
	bottom:0;
	left:-1000%;
	background:#e5f9ff;
}
.about1 .inner .wrap:after{
	content:"";
	width:1100%;
	height:20px;
	position:absolute;
	top:0;
	left:-1000%;
	background:#fff;
}
.about1 .inner h3{
	font-size:34px;
	position:relative;
	z-index:1;
	line-height:120%;
	padding:0 0 20px 0;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.about1 .inner p{
	padding:0 0 20px 0;
	font-size:16px;
}

.about1 .inner p.sign{
	text-align:right;
	font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	font-size:18px;
}
@media only screen and (max-width: 599px) {
	.about1 .inner p{
		font-size:14px;
	}
	.about1 .inner .wrap{
		width:95%;
		padding-right:2.5%;
	}
	.about1:before{
		display:none;
	}
	.about1 .inner h3{
		font-size:24px;
	}
}
.about2{
	padding-bottom:100px;
}
.about2 th{
    box-sizing: border-box;
    width: 205px;
    text-align: left;
    padding: 0 0 0 0;
    border-left: #138ac2 solid 4px;
    background: #b6e8ff;
    border-bottom: #898989 1px dotted;
    padding: 15px 2.5%;
    font-size: 16px;
    vertical-align: top;
}

.about2 .table{
	max-width:926px;
	margin:0 auto;
	padding-top:40px;
}
.about2 table{
	width:100%;
	border-collapse: collapse;
}
.about2 td {
    border-bottom: #898989 1px dotted;
    box-sizing: border-box;
    padding: 7px 2.5%;
    font-size: 16px;
	width: 720px;
}
.about2 td h4{
	font-size:16px;
	font-weight:normal;
}
.about2 td p{
	font-size:16px;
	padding:0 0 20px 0;
}
.about2 td iframe{
	width:100%;
}

.about2 td .wrap{
	padding:20px 0 30px 0;
}
.about2 td ul{
	padding-top:10px;
}
.about2 td li{
	font-size:16px;
	text-indent:-1em;
	padding:0 0 10px 1em;
	
}
@media only screen and (max-width: 599px) {
	.about2 th{
    display: block;
    width: 100%;
    border-bottom: none;
}
.about2 td{
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: none;
	font-size: 14px;
}
.about2 td p,.about2 td li,.about2 td h4{
	font-size:14px;
}
}
.service h3{
	margin-bottom:70px;
}
.service .wrap{
	padding-bottom:70px;
	border-bottom:1px dashed #858585;
	margin-bottom:70px;
}
.service .box1{
	padding-bottom:30px;
}
.service .box1 .tbox{
	width:51%;
}
.service .box1 .tbox p{
	font-size:16px;
	padding:0 0 20px 0;
}
.service .box1 .pic{
	width:43.8%;
	padding:0 0 20px 0;
}
.service h4{
	background:url(images/service/sico1.gif) 0 0 no-repeat;
	font-size:30px; 
	padding:0 0 35px 74px;
}
#sevice2 h4{
	background-image:url(images/service/sico2.gif);
}
.service .box1 h5{
	color:#138ac2;
	font-size:20px;
	padding-bottom:10px;
}
@media only screen and (max-width: 1024px) {
	.service h4{
		font-size:20px;
		padding:10px 0 35px 60px;
	}
	.service .box1 h5{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px) {
	.service .box1 .pic{
		width:100%;
		text-align:center;
	}
	.service .box1 .tbox{
		width:100%;
	}
}