@charset "shift-jis";
/* CSS Document */

/****************突発系便利クラス*****************/
.sp-header {
	display: none; 
}
.sp {
	display: none!important;
}
.mb00{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}
.mb100{margin-bottom:100px !important;}

.mt00{margin-top:0px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}

.mr00{margin-right:0px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}

.ml00{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml100{margin-left:100px !important;}
.ml120{margin-left:120px !important;}
.ml130{margin-left:130px !important;}
.ml150{margin-left:150px !important;}
.ml160{margin-left:160px !important;}
.ml170{margin-left:170px !important;}

.pb00{padding-bottom:0px !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pt00{padding-top:0px !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}

.pr00{padding-right:0px !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}

.pl00{padding-left:0px !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}

.w01	{width:400px;}
.w02	{width:300px;}

.cboth{clear:both;}
.clear{display:block;}
.cnone{clear:none;}
.cleft{clear:left;}
.cright{clear:right;}
.fleft{float:left;}
.fright{float:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.relative{position:relative;}


img.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
.rlov{

}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.green{color:#51c000;}
.red{color:#FF3333;}
.red2{color:#ff4421;}
.orange{color:#F60;}
.blue{color: #002586;}
.blue2{color: #002586;}
.blue3{color: #00a1c3;}
.brown{color:#420;}
.white{color:#FFF;}


.mini{font-size:85%;}
.big{font-size:120%;}
.big2{font-size:150%;}
.big3{font-size:170%;}
.bgcl_01{ background: #FFF0F8;}

/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 32000;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}

.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}
body{
	min-width:1400px;
	border:0;
	padding:0;
	font-size: 100%;
	color: #000;
	line-height: 1.7;
	font-family: "Yu Mincho","Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	text-align:center;
}
body#hd{
	margin: 0 auto; 
	padding: 0; 
	min-width: 1400px; 
	background: url(../images/body_bg.jpg) center top repeat-x;
}
#mainimage{
	width:100%;
	background-color:#EEEEEE;

}

#mainimage .box{
	width:100%;
	height:inherit;
	background-position:center center;
	background-size:cover;
}
.stripe {
	background:url(../images/stripe.png) center top repeat;
	height:100%;
	width:100%;
	z-index:100;
	position:absolute;
	top:0;
	left:0;
}
#mainimage .inner{
	width:1200px;
	margin:0 auto;
	height:inherit;
	position:relative;
	top:calc(-1 * (100vh - 0px));
	z-index:512;
}

#mainimage .inner .logo{
	padding-top:calc((100vh + 220px)/4);
	padding-bottom:calc((100vh - 730px)/2);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:768;
	text-align:center;
	max-height:calc(100vh - 0px);
	overflow:hidden;
}
#mainimage .inner .time{
	position:absolute;
	bottom:60px;
	left:0px;
	z-index:1024;
	text-align:center;
	max-height:calc(100vh - 0px);
	overflow:hidden;
}
div#secret{
	text-align:center;
	position:fixed;
	min-width:1400px;
	width:100%;
	top:-60px;
	z-index:10000;
	transition:all 0.5s;
	background:url(common/images/header_bg.jpg) center top repeat-x;
	background-color:#997a74;
}

.h2-wrap {
	/*background: #ffda5d;*/
	background: #feeb8c;
}
.kasou-main .fleft img {
	width: 220px;
}

#wrap h3 {
    font-size: 160%;
    font-weight: bold;
	margin:0 0 20px 0;
    color: #093663;
    clear: both;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
#wrap h4{
	margin-bottom: 20px;
    clear: both;
    background-color: #50423c;
    color: #FFF;
    /*display: inline-block;*/
    max-width: 40%;
    font-size: 130%;
    padding: 0.2em 1em;
    font-weight: bold;
    border-radius: 10px;
}
#wrap h5{
	margin:0 0 15px 0;
	padding:10px;
	font-weight:bold;
	border-left:5px solid #173db0;
	font-size:120%;
	clear:both;
	color:#173db0;
	line-height:1.2;
}
div#newsbox{
	padding: 0 80px 0 0;
    background: #1361af;
    margin-top: 140px;
	box-sizing:border-box;
}
div#newsbox .news-wrap {
	position: relative;
    top: -80px;
    left: 0;
    width: 100%;
}
div#newsbox a{
	text-decoration:underline;
}
div#newsbox dl:first-child {
	padding: 20px 0;
}
div#newsbox dl{
	padding: 5px 0 20px;
	clear:both !important;
	border-bottom:1px solid #b0b9d2;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}
div#newsbox dl dt{
	width:15%;
	float:left;
	background: #1071b5;
	color: #fff;
	font-weight:bold;
	text-align:center;
}
div#newsbox dl dd{
	width:80%;
	float:right;
	text-align:left;
}
#footer{
	position:relative;
	z-index:10 !important;
	text-align:center;
}
div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}
div#pagetop{ 
	position:fixed; 
	bottom:20px; 
	right:20px; 
	width:70px; 
	display:table; 
	z-index:32768; 
	font-size:90%;
}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background-color: rgba(16,16,78,0.7);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}

div#pagetop div#linebtn,div#pagetop div#linebtn div{
    background: rgba(6,192,81,.6);
}

div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}
div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}
div.news-bg{
	background: url(../images/images04.jpg) center center/cover no-repeat;
}
div.news-bg .inner-wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 120px 0 60px 0;
	text-align: right;
}
div.news-bg .inner img {
	margin: 0 0px 20px 0;
}
div.news-bg .inner {
	margin-right: -100px;
}
div.news-bg .inner div {
	background: rgba(255,255,255,.8);
	padding: 50px;
}
.news {
	width:900px;
	margin:0 auto;
	background-color:rgba(256,256,256,0.8);
	padding: 50px;
	overflow:auto;
	max-height:150px;
}
.newsbox {
	width:1400px; 
	margin:0 auto;
	background:url(../images/new_bg.jpg) no-repeat;
	padding:40px 0px;
}
div.newsbox a{
	text-decoration:underline;
}
div.newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}
div.newsbox dl:first-child{
	padding-top:15px;
	border-top:1px dotted #999999;
}
div.newsbox dl dt{
	width:120px;
	float:left;
	font-weight:bold;
	text-align:center;
}
div.newsbox dl dd{
	width:82%;
	float:right;
	text-align:left;
	font-weight:bold;
}
.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
div#toptxt01{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:80px;
	line-height:1.8;
	left:300px;
	text-align:left;
	z-index:20;
}
div#toptxt02{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:317px;
	line-height:1.8;
	left:300px;
	color:#FFF;
	text-align:left;
	z-index:20;
}
div#toptxt03{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:120px;
	line-height:1.8;
	left:290px;
	text-align:left;
	z-index:20;
}
div#toptxt04{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	text-align:center;
	color:#FFF;
	padding:50px 0;
	line-height:1.8;
	background-color:#383838;
	margin-bottom:20px;
}
#footerarea{
	position:relative;
	z-index:10 !important;
	color: #fff;
	background-color:#7d5842;
}

#footerarea #footer{
	background:url(../images/footer_bg.jpg) center center/cover no-repeat;

}

#footer #add {
	position: relative;
	padding: 60px 0;
	width: 1200px;
	margin: 0 auto;
	/*font-size:;*/
	text-align: left;
}
#footer #add img {
	margin-bottom: 30px;
}
.footlink-wrap {
	background: #093663;
}
#footer .footer-tit {
	font-size: 250%;
	font-weight: bold;
}
#footer #add .telephone {
	font-size: 250%;
}
.telephone span {
	font-size: 66%;
}

#footlink{
	color:#FFF;
	width: 900px;
	margin: 0 auto;
	font-size: 80%;
	padding-top:30px;
	
}
#footlink ul{
	
}
#footlink ul li{
	line-height:1.9;
	text-align: center;
	display: inline-block;
	margin-right:0;
}
#footlink li:after {
	content:"b";
	color:#FFF;
}

#footlink ul li:nth-child(8) {
	clear:both;
}
#footlink ul li a{
	color:#FFF;
}



#footlink ul li a:hover{
	transition: all 0.3s;
	opacity: .7;
}

#footer #footadd{
	position:absolute;
	left:130px;
	top:100px;
	font-size:90%;
	color:#FFF;
	text-align:left;
}

#footer #foottime{
	position:absolute;
	left:30px;
	top:365px;
	font-size:90%;
	text-align:left;
}

#footer #foottime p{
	margin-bottom:15px;
}

#footer #footmap{
	position:absolute;
	right:25px;
	top:220px;
	font-size:90%;
	text-align:left;
}

#footer .copyright{
	position:absolute;
	top:  280px;
	left: 98px;
	bottom: 0px;
	width: 1200px;
	line-height: 20px;
	font-size: 70%;
	text-align: right;
	color: #ffffff;
}

div#headerarea{
	width:auto;
	position: relative;
	z-index: 99999;
	background-color:#f48c21;
}

div#headerarea div#header{
	width:1200px;
	margin:0 auto;
	padding:0 100px;
	height:100px;
	text-align:left;
}
div#headerarea div#header h1{
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:20px;
	font-size:80%;
	font-weight:bold;
	color:#000;
}

div#headerarea div#header div.fleft{
	margin:0;
	padding:0;
}


div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	padding:0 0;
	text-align:right;
	font-size: 140%;
}

div#headerarea div#header div.fright .small{
	font-size: 80%;
}

div#header h1 a{color:#FFF;}

div#header .fright{
	text-align:right;
}

/****** Gnavi ******/
div#gnavi{
	width:100%;
	height:80px;
	margin:0 auto 0;
	padding:0;
	clear:both;
	background:url(../images/navi_bg2.png);
	position:absolute;
	top:100px;
}

div#gnavi dl{
	display:block !important;
	height:80px;
}

div#gnavi dl dt{
	display:none;
}

div#gnavi dl dd{
	display:block !important;
}

div#gnavi ul{
	display:block;
	height:80px;
	width: 1200px;
	margin-left: auto;
	margin:0 auto;
	padding:0 100px;
}

div#gnavi ul li{
	height:80px;
	width:150px;
	float:left;
}

div#gnavi ul li a{
	text-align:center;
	display:block;
	text-indent:-9999px !important;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	width:150px;
	height:80px;
	background-image:url(../images/navi_bg.png);
}
div#gnavi ul li:last-child a {
	
}

div#gnavi ul li#link01 a{background-position:0 0;}
div#gnavi ul li#link01 a:hover{background-position:0 80px;}
div#gnavi ul li#link02 a{background-position:-150px 0;}
div#gnavi ul li#link02 a:hover{background-position:-150px 80px;}
div#gnavi ul li#link03 a{background-position:-300px 0;}
div#gnavi ul li#link03 a:hover{background-position:-300px 80px;}
div#gnavi ul li#link04 a{background-position:-450px 0;}
div#gnavi ul li#link04 a:hover{background-position:-450px 80px;}
div#gnavi ul li#link05 a{background-position:-600px 0;}
div#gnavi ul li#link05 a:hover{background-position:-600px 80px;}
div#gnavi ul li#link06 a{background-position:-750px 0;}
div#gnavi ul li#link06 a:hover{background-position:-750px 80px;}
div#gnavi ul li#link07 a{background-position:-900px 0;}
div#gnavi ul li#link07 a:hover{background-position:-900px 80px;}
div#gnavi ul li#link08 a{background-position:-1050px 0;}
div#gnavi ul li#link08 a:hover{background-position:-1050px 80px;}
div#gnavi ul li#link09 a{background-position:-960px 0;}
div#gnavi ul li#link09 a:hover{background-position:-960px 80px;}
div#gnavi ul li#link10 a{background-position:-1080px 0;}
div#gnavi ul li#link10 a:hover{background-position:-1080px 80px;}

/*contentsarea*/
/****** Main ******/
/*#wrap div#mainimage{
	clear:both;
	width:1200px;
	margin:0 auto;
	padding-bottom:40px;
	position:relative;
}*/
div.contents p {
	line-height:1.7;
	margin-bottom:1.5em;
}
#wrap .top div#mainimage{
	clear:both;
	width:1200px;
	margin:0 auto;
	padding-bottom:40px;
	height:300px;
	position:relative;
}


/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 32000;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg); background-size:100% auto;}
#content02_bg {background-image: url(../images/bg_02.jpg); background-size:100% auto;}
#content03_bg {background-image: url(../images/bg_03.jpg); background-size:100% auto;}
#content04_bg {background-image: url(../images/bg_04.jpg); background-size:100% auto;}
.text-box {
   
    background:url(../images/text_box_bg.jpg) center center no-repeat;
    color: #000;
	font-weight:bold;
	padding:20px;
	border-radius:15px;
	box-shadow:0px 0px 2px #ccc;
	width:900px;
	margin:0 auto 80px;
	position:relative;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}





/****** Side ******/
#wrap div.contents div#sidearea{
	width:200px;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	float:left;
	text-align:left;
	font-size:80%;
}

html#top #wrap div.contents div#sidearea{
	margin:20px 0 0 0;
	padding:0;
	float:left;
	text-align:left;
	font-size:70%;
}

#wrap div.contents div#sidearea #sidemenu{
	margin-bottom:20px;
}

#wrap div.contents div#sidearea div.recbox{
	border:1px solid #dfdfdf;
	background-color:#5a2a1a;
	margin-bottom:20px;
	text-align:center;
	padding:7px;
}

#wrap div.contents div#sidearea div.recbox02{
	padding:7px;
	margin-bottom:7px;
	background-color:#edf3f6;
}


#wrap div.contents div#sidearea div.addbox{
	background:url(../images/side_bg.jpg) left top no-repeat;
	height:436px;
	padding-top:80px;
	text-align:center;
}

#wrap div.contents div#sidearea div.addbox div.add{
	margin:0 10px 10px;
	text-align:left;
	line-height:1.4 !important;
}
#wrap div.contents div#sidearea div.addbox div.tel{
	margin:0 10px 10px;
	color:#32a4e2;
	text-align:left;
	font-weight:bold;
}
#wrap div.contents div#sidearea div.addbox div.tel .big2{
	font-size:195%;
	line-height:1.3;
}



#wrap div.contents div#sidearea ul{
	margin:0;
}
#wrap div.contents div#sidearea ul li{
	padding:0 0 1px 0 !important;
	display:block;
	margin-bottom:0;
}
#wrap div.contents div#sidearea ul li a{
	color:#5a4322;
	display:block;
	margin-bottom:0 !important;
	padding:0 !important;
}
#wrap div.contents div#sidearea ul li a img{
	display:inline;
	margin-bottom:0;
	line-height:0;
}
#wrap div.contents div#sidearea ul li a:hover{
	text-decoration:underline;
}
#wrap div.contents div#sidearea ul li img{
	display:block;
	margin-bottom:0;
}

#wrap div.contents div#bannerarea{
	width:206px;
	text-align:center;
}


/****** Contents ******/
#wrap div.contents div.contents{
	width:1200px;
	margin:0 auto;
	padding:30px 100px 0;
	background-color:rgba(255,255,255,0.9);
	text-align:left;
}

#wrap div.contents div.contents02{
}

/* Heading */



#kasou section#contents{
	padding:0 0 4em;
}

#kasou div.contents{
	width:1200px;
	padding:30px 100px;
	background-color:rgba(255,255,255,0.85);
	box-shadow:0 0 5px #999;
	margin:0 auto;
	text-align:left;
}


#wrap div.contents h2{
	margin-bottom:20px;
	clear:both;
	font-size:270%;
	text-align:center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	color:#157295;
}

#wrap div.contents h2 span{
	display:block;
	margin:0 auto;
	color:#000;
	font-size:40%;
}


#wrap div.contents h3 {
    font-size: 140%;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	margin:0 0 30px -50px;
    color: #FFF;
	background-color:#039;
    padding: 7px 0 7px 20px;
    border-left: 10px solid #026;
    clear: both;
}




#wrap div.contents h4{
	margin:0 0 30px;
	padding:7px 10px;
	font-weight:bold;
	border-left:3px solid #306090;
	background:url(../images/h4_bg.jpg) right bottom no-repeat rgba(255,255,255,0.8);
	font-size:150%;
	clear:both;
	color:#102040;
	line-height:1.4;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
#wrap div.contents h5{
	margin:0 0 15px 0;
	padding:10px;
	font-weight:bold;
	border-left:3px solid #108060;
	font-size:110%;
	clear:both;
	color:#105030;
	line-height:1.2;
}

#wrap div.contents div.contents p{
	margin:0 0 15px;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}


/* Basic parts */
#wrap div.contents div.section{
	margin:0 20px 50px;
	clear:both;
}
#wrap div.contents p{
	margin:0 0 1.0em;
}

#wrap div.contents div.pagetop{
	text-align:right;
	margin-top:20px;
	clear:both;
}





#wrap div.contents div.pagetop a{
	text-decoration:underline;
}
#wrap div.contents div.contents .txno{
	text-indent:-9999px;
}

/* Basic parts 2 */





#wrap div.contents div.contents div#newsbox{
	clear:both;
	background:url(../images/topic_bg.jpg) left top no-repeat;
	height:148px;
	overflow:auto;
	padding:5px 10px;
	text-shadow:-1px -1px 1px #FFF,1px 1px 1px #FFF,1px 1px 0px #FFF;
}

#wrap div.contents div.contents div#newsbox dl{
	padding:0 0 13px;
	margin-bottom:8px;
	clear:both !important;
	border-bottom:1px dashed #666;
}

#wrap div.contents div.contents div#newsbox dl dt{
	color:#06C;
	font-weight:bold;
	float:left;
	width:100px;
}

#wrap div.contents div.contents div#newsbox dl dd{
	float:right;
	width:600px;
}



/****** Foots ******/


div#english{
	position:absolute;
	left:780px;
	bottom:20px;
	margin:0 auto;
	text-align:right;
}


div#menubtn{
	position:fixed;
	z-index:2048;
	width:100%;
	left:0;
	right:0;
	max-width:1200px;
	margin:0 auto;
	text-align:right;
}


/****** Second_xxxx ******/





dl.faq{
	opacity: 1!important;
	padding:15px;
	margin:0 10px 50px;
	background-color:#ececeb;
	border:1px solid #CCCCDD;
	border-radius:10px;
	display:block;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

.faq dt, .faq02 dt {
    display: block;
    background: url(../images/icon_q.jpg) left top no-repeat #026;
    margin: 0 0 1px;
    padding: 0 0 0 65px;
    line-height: 50px;
    font-weight: bold;
    color: #FFF;
    font-size: 110%;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.faq dt:before {
    content: "Q";
    font-size: 200%;
    position: absolute;
    left: 10px;
}
.faq dd, .faq02 dd {
    display: block;
    background: url(../images/icon_a.jpg) left top no-repeat #FFF;
    margin: 0 0 0;
    padding: 15px 10px 15px 65px;
    line-height: 1.9;
    position: relative;
    border-radius: 0 0 5px 5px;
}
.faq dd:before {
    content: "A";
    font-size: 250%;
    position: absolute;
    left: 11px;
	top:-6px;
	color:#039;
}

span.caution{
	display:block !important;
	padding:8px;
	background-color:#F0F0F8;
	border:1px solid #ABB;
}


/*div.box{
	height:650px;
	width:1400px;
	background-size:100% auto;
	background-position:center center;
	margin:0 auto;
	z-index:12768;
}*/

div.box01{
	background:url(../images/box_bg01.jpg) left top repeat-y;
	border:1px solid #CCC;
	margin:0 10px 40px;
	padding:8px;
}

div#pagelink{ width:700px; margin:0 auto 40px;}
div#pagelink ul li{
	float:left;
	width:175px;
}
div#pagelink ul li a{
	display:block;
	padding-left:18px;
	background:url(../images/arrow_green.png) left 5px no-repeat;
}

td.pickbox{
	padding:9px 9px 0px;
	border:1px solid #CFCFCF;
}

div.textbox{padding:2em; margin:0 10px 60px; background:url(../images/box_bg.jpg) right bottom no-repeat #FFF; border:1px solid #BDF; border-top-width:5px; clear:both;}

div.textbox02{background:url(../images/box_middle.jpg) left top repeat-y; margin:0 10px 40px; width:760px; clear:both;}
div.textbox02 div.txt{padding:4px 15px 4px 15px;}

div#bannerbg a{
	display:block;
	background:url(../images/banner_04_bg.jpg) left top no-repeat;
	height:95px;
	padding:85px 0 0 50px;
	font-weight:bold;
}
div#bannerbg a:hover{
	background-position:right bottom;
}

span#tshadow{
	display:block;
	filter: glow(color=#FFFFFF,strength=5px) !important;
}

ul.linklist{
	margin-bottom:80px;
	padding-left:40px;
	margin-right:20px;
	padding-top:20px;
	font-size:120%;
}

ul.linklist li{
	background:url(../images/arrow_list.jpg) left 4px no-repeat;
	padding-left:25px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #999999;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	position:relative;

}

ul.linklist.half li{
	float:left;
	width:42%;
	margin-right:1%;
}

ul.linklist.half li:nth-child(odd){
	clear:both;
}

ul.linklist li:before{
	position:absolute;
	left:0;
	top:4px;
	content:"||||";
	color:#F60;
	transform:rotate(90deg);
	font-size:60%;
}

ul.linklist li a{
	text-decoration:underline;
	font-size:130%;
	font-weight:bold;
}




ul.normallist{
	margin-right:20px;
	padding-top:20px;
	font-size:130%;
	width:66%;
	box-sizing:border-box;
}

ul.normallist li{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #999999;
	position:relative;

}

ul.normallist li a{
	text-decoration:underline;
	font-size:130%;
	font-weight:bold;
}


dl.impbox{
	background:url(../../column/images/impbox_bottom.jpg) right bottom no-repeat;
	padding-bottom:20px;
	margin-bottom:45px;
}

dl.impbox dt{
	background:url(../../column/images/impbox_top.jpg) left top no-repeat;
	height:56px;
	line-height:56px;
	padding-bottom:7px;
	padding-left:20px;
	font-size:120%;
	font-weight:bold;
	text-shadow:1px 1px 0 #EEE;
}
dl.impbox dd{
	background:url(../../column/images/impbox_middle.jpg) left top repeat-y;
	padding:0 20px 0 70px;
	line-height:1.6;
}


.ggmap {
position: relative;
padding-top: 400px;
height: 0;
overflow: hidden;
width:100%;
margin:0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


dl.proposal{ display:block; 	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;}
dl.proposal dt{color:#06F; font-size:130%; margin-bottom:0px; line-height:1.4; padding:10px 2em; border-radius:20px; margin-bottom:-5px; border:1px solid #CCC; background-color:#FFF; display:inline-block; position:relative; z-index:1;}
dl.proposal.pick dt{ background-color:#F63; color:#FFF;}
dl.proposal dd{ margin-left:2%; padding:1em; box-shadow:0 0 3px #CCC; margin-bottom:40px; background-color:#FFF8F0; z-index:0; position:relative; border-radius:5px; font-size:110%;}
dl.proposal dd .mini{display:block; padding-left:1em; text-indent:-1em; margin:15px 0 !important; color:#03C;}
dl.proposal dd .atsn{display:block; padding-left:1.9em; text-indent:-1.9em; margin:6px 0 !important;}

dl.proposal.half{}
dl.proposal.half dt{ max-width:50%;}
dl.proposal.half dd{ width:50%;}

form input[type="text"],form input[type="tel"],form input[type="email"],form textarea{font-size:100%; width:95%; box-shadow:0px 0px 5px #666; padding:8px; transition:background-color 0.5s;}
form input[type="text"]:hover,form input[type="tel"]:hover,form input[type="email"]:hover,form textarea:hover{background-color:#FFF8F0;}

form input[type="checkbox"]{transition:margin-left 0.5s; width:1.6em; height:1.6em; text-align:middle;}
form input[type="checkbox"]:checked{margin-left:1.5em;}

form input[type="file"]{font-size:100%; width:80%; box-shadow:0px 0px 5px #666; padding:8px;}
form select{font-size:100%; box-shadow:0px 0px 5px #666; padding:8px 0;}
form input[type="tel"],form .number input[type="text"] {
	width: 150px;
}
form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:130%; width:40%; padding:5px; box-sizing:border-box;}

form input[type="submit"],form input[type="reset"],form input[type="button"] {
    display: block;
    text-decoration: none;
    padding: 10px;
    background:#000347;
    /*border-radius: 25px;*/
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #ada9a8;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.linkarrow a {
	display: block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#1071b5,#2d8ed2);
    /*border-radius: 25px;*/
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #ada9a8;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
}

form .herf input[type="submit"],form .herf input[type="reset"],form .herf input[type="button"] {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: #000347;
    /*border-radius: 25px;*/
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-right: 30px;
}

.linkarrow a:hover,form input:hover[type="submit"],form input:hover[type="reset"],form input:hover[type="button"] {
	background: linear-gradient(-10deg,#9c9c9c,#6f6868);
	box-shadow: 4px 4px 12px #695b55;
}

form .ntable span {
    display: inline-block;
    /*margin: 0 30px 0 10px;*/
}
form .ntable span.sp-break {
	display: none;
}
table.ntable{
	background-color:;
	display:block;
}
table.ntable tbody{
	width: 100%;
	display: block;
}
table.ntable tr{
	padding:10px 0;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}
table.ntable td{
	background-color:#FFF;
	width: 21%;
	display: inline-block;
	padding-left: 1%;
	font-weight: bold;
}
table.ntable td:last-child {
	width: 78%;
	font-weight: normal;
}
table.ntable tr:nth-child(even) td{
	/*background-color:#363636;
	color: #fff;*/
}
table.ntable th{
	width: 20%;
}
table.ntable tr:nth-child(even) th{
	/*background: #eeead4;*/
}
table.ntable.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}
table.ntable.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}

img.subimg,div.subimg{
	float:right;
	max-width:35%;
	margin-left:10px;
	margin-bottom:30px;
}
div.subimg img{
	max-width:100%;
	height:auto;
}

img.subimg02,div.subimg02{
	float:left;
	margin-right:30px;
	margin-bottom:40px;
}

img.subimg03,div.subimg03{
	float:right;
}

img.subimg04,div.subimg04{
	float:right;
	margin-left:10px;
}
div.stexot{
	width:1200px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	color:#FFF;
	font-size:80%;
	text-align:left;
}


.fw-b {
	font-weight: bold;
}
#mainarea {
    clear: both;
    border-top: none;
    background: #f3f3f3;
}
div.contents {
    width: 1200px;
    margin: 40px auto 60px;
    padding: 50px;
    text-align: left;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px #CCC;
}
#contents {
	/*padding-top: 80px;*/
}
.visible {
	/*display:none !important;*/
}
.news-tit {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.news .t-tit {
	position: absolute;
    top: 25px;
    left: 474px;
}

.btn a {
	display: block;
	background: url(../images/arrow.png) left center/20px no-repeat;
	color: #0c72b2;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 20px;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
.information .btn a {
	margin-left: 0;
}
.btn a:hover {
	opacity: .8;
	color: #24699a;
}
.tAboutWrap {
	/*padding: 100px 0 100px 0;*/
	/*background: #f3f3f3;*/
	position: relative;
	font-size: 90%;
	line-height: 2.4;
	/*margin-bottom: -600px;*/
	/* display: flex; */
	margin-bottom: 100px;
}
.tAboutWrap .bg {
	height: 687px;
	width: calc(50% + 75px);
	margin-right: auto;
	background: url(../images/bg01.jpg) left center/cover no-repeat;
}
.tAboutWrap .box {
	width: 1400px;
	margin: 0 auto;
	margin-top: -487px;
}
.tAboutWrap .box > div {
	width: 687px;
	 margin-left: auto; 
	padding: 120px 50px 120px 130px;
	box-sizing: border-box;
	background: #f3f3f3;
}
.tFeatureWrap {
	padding: 0px 0 50px 0;
	/*background: #f3f3f3;*/
	position: relative;
	font-size: 90%;
	line-height: 2.4;
	/*margin-bottom: -600px;*/
	/*display: flex;*/
}
.tFeatureWrap .bg {
	height: 687px;
	width: calc(40% + 177px);
	margin-left: auto;
	background: url(../images/bg02.jpg) left center/cover no-repeat;
}
.tFeatureWrap .box {
	width: 1400px;
	margin: 0 auto;
	/*height: 600px;*/
	margin-top: -490px;
}
.tFeatureWrap .box > div {
	background: #fff;
	width: 776px;
	margin-right: auto;
	padding: 120px 130px 120px 50px;
	box-sizing: border-box;
}
.tFeature-box {
	position: relative;
}
.tFeature-box .tFeature {
	width: 470px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #e9f4fa;
}
.tFeature-box .tFeature div {
	padding: 15px 10px;
}
.tFeature img {
	width: 100%;
}
.tFeature-box .tFeature:last-child {
	position: absolute;
	top: 0;
	right: -220px;
}
.tFeature-box .tFeature .tit {
	font-size: 180%;
}
.tAreaWrap {
	margin: -50px 0 0 0;
	position: relative;
	z-index: 1000;
}
.tAreaWrap .tArea-box {
	width: 1000px;
	margin: 40px auto 0px;
	padding: 30px 50px;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.tAreaWrap .tArea-box ul {
	display: flex;
	width: 800px;
	margin: 0 auto 20px;
	justify-content: space-around;
}
.tAreaWrap .tArea-box ul li {
	width: 150px;
	/*padding: 5px 0;*/
	font-size: 140%;
	color: #fff;
	background: #1071b5;
	text-align: center;
}
.btn2 a {
	display: block;
	width: 250px;
	font-size: 140%;
	text-align: center;
	color: #fff;
	background: #01248a;
	/*padding: 4px 0;*/
	margin-left: auto;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
}
.btn2 a:after {
	display: block;
	content: "ↁE";
	position: absolute;
	right: 20px;
	top: 2px;
}
.btn2 a:hover {
	background: #bd2b35;
	opacity: .96;
}
.tAreaWrap .blue {
	margin-left: 135px;
}
.banner-wrap {
	padding: 80px 0;
	background: url(../images/banner-bg.jpg) center 70%/cover no-repeat;
	position: relative;
	z-index: 6;
}
.banner-wrap:before {
	content: "";
	/*display: block;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/images05-bg.jpg) repeat-x;
	z-index: -1;
	opacity: .83;
}
.banner-wrap ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.banner-wrap ul li {
	width: 380px;
	font-size: 0;
}
.banner-wrap ul li:nth-child(n+2) {
	/*margin-top: 30px;*/
}
.banner-wrap ul li:nth-child(3) {
	/*margin-top: 60px;*/
}
.banner-wrap ul li a:hover {
	opacity: .9;
}

/*下層ペEジ*/
.tit-h2 {
	/*width: 160px;*/
	margin: 0px auto;
	position: relative;
	z-index: 999;
	background: #01248a;
	/*height: 300px;*/
}
.tit-h2 div {
	writing-mode: vertical-lr;
	background: #fff;
	color: #002ca6;
	align-items: center;
	width: 100%;
	padding: 50px 30px 0;
	box-sizing: border-box;
	/*margin-top: -180px;*/
	position: absolute;
	top: -180px;
	left: 50%;
	margin-left: -65px;
	height: 300px;
	width: 130px;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;*/
}
.tit-h2 div h2 {
	font-size: 180%;
	font-weight: bold;
	margin-left: -5px;
	/*width: 50%;*/
}
.tit-h2 div span {
	color: #999;
	display: block;
	/*text-align: right;*/
	/*width: 50%;*/
	/*line-height: 50px;*/
}
#contents .big2.tcenter.mintyo {
	padding: 150px 0 20px 0;
	margin-bottom: 40px!important;
	background: #01248a;
	color: #fff;
	font-size: 120%;
}
.k-about-wrap {
	position: relative;
	z-index: 22;
}
.k-about-wrap .k-about {
	position: relative;
	padding: 60px 0;
	z-index: 0;
}
.k-about-wrap .k-about:before {
	position: absolute;
	content: "";
	display: block;
	width: 85%;
	top: 0;
	left: 0;
	background: #fff;
	height: 100%;
}
.sm-inner {
	width: 900px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.k-about-bg {
	position: relative;
	margin-left: 4%;
	width: 96%;
	padding-top: 400px;
	margin-top: -200px;
}
.k-about-bg div{
	position: absolute;
	background: url(../../about/images/bg.jpg) center top/cover no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.k-company {
	display: flex;
}
.k-company div {
	/*width: 40%;*/
}
.k-company div.k-company-bg {
	background: url(../../about/images/bg02.jpg) center center/cover no-repeat;
	width: 36%;
	margin-right: 4%;
}
.k-company div.k-company-bg.ml {
	margin-left: 4%;
	margin-right: 0;
}
.k-company div.box {
	/*padding: 0 30px;*/
	box-sizing: border-box;
	width: 60%;
}
.line {
	padding: 30px;
	background: #1361af;
	color: #fff;
	font-size: 140%;
	text-align: center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
ul.list li {
	padding: 5px 5px 5px 20px;
	background: #1071b5;
	color: #fff;
	margin-bottom: 7px;
}
.k-company.k-work div.k-company-bg {
	background: url(../../work/images/bg01.jpg) center center/cover no-repeat; 
}
.k-company.k-work2 div.k-company-bg {
	background: url(../../work/images/bg02.jpg) center center/cover no-repeat; 
}
.k-company.k-recruit div.k-company-bg {
	/*background: url(../../recruit/images/bg.jpg) 80% center/cover no-repeat; */
	/*width: 30%;*/
	/*margin-right: 10%;*/
	background: none;
}
.hd-flexbox {
	display:flex;
}

.feature_bg{
	padding:50px 0;
  background:linear-gradient(180deg, #ff9000, #ff3600);	
}

.feat1 {
	text-align:center;
	position:relative;
	width:1400px;
	margin:0 auto;
}
.feat1-title,.feat2-title,.feat3-title {
	position:absolute;
	font-size:210%;
	text-align:left;
	line-height:1.2;
}

.feat1-title{
	top:65px;
	left:735px;
}
.feat2-title{
	top:75px;
	left:130px;
}
.feat3-title{
	top:55px;
	left:735px;
}

.feat1-title strong,.feat2-title strong,.feat3-title strong {
	color:#1c2254;
}

.feat1-txt {
	position:absolute;
	top:35%;
	right:11%;
	text-align:left;
}
.feat2-txt {
	position:absolute;
	top:35%;
	left:10%;
	text-align:left;
}
.feat3-txt {
	position:absolute;
	top:40%;
	right:9%;
	text-align:left;
}
.feat4-txt {
	position:absolute;
	top:37%;
	left:10%;
	text-align:left;
}
.feature ul {
	width:1400px;
	display:flex;
	justify-content:center;
	justify-content:space-between;
	margin:0 auto;
}
.feature {
	font-family:"Yu Gothic";
	font-weight:bold;
	margin-bottom:50px;
}
.ft-txt-tit {
	
	font-size:150%;
	font-weight:bold;
	line-height:1.2;
	margin:30px 0 20px;
}
.ft-txt-tit span {
	display:block;
	color:#ff6000;
}
.feat-box {
	width:1400px;
	margin:0 auto;
	position:relative;
}
.featuretxt {
	max-width:1000px;
	margin:0px auto;
	padding-bottom:60px;
}


.ftbox-txt-tit {
	font-size:150%;
	
	display:block;
}
.ftbox-txt {
	color:#fff;
	text-align:left;
	position:absolute;
	top:333px;
	right:7%;
	font-weight:bold;
	pointer-events:none;
}
.funabashi {
	width:1400px;
	margin:0 auto;
	position:relative;
}
.funabashi > div.hosyoutxt{
	text-align:center;
	width:100%;
	position:absolute;
	top:280px;
}
.funabashi-txt {
	position:absolute;
	top:35%;
	right:37%;
}
#message {
	position:relative;
	width:1400px;
	margin:0 auto;
}
.message-txt {
	position:absolute;
	top:26%;
	left:53%;
	text-align:left;
}
.msg-txt-tit {
	color:#fff;
	font-size:150%;
	font-weight:bold;
	text-align:left;
	margin-bottom:40px;
}
.msg-nm-txt {
	font-family:"Yu Gothic";
	font-weight:500;
}
.message-banner {
	position:absolute;
	top:68%;
	left:50%;
}

.message-banner > a{
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	margin-bottom:20px;
	width:590px;
}

.message-banner > a dl#banner_01{
	background:url(../images/banner_bg_01.jpg) center center / cover;
}
.message-banner > a dl#banner_02{
	background:url(../images/banner_bg_02.jpg) left center / cover;
}

.message-banner > a dl dt{
	display:inline-block;
	min-width:8em;
	font-size:120%;
	padding:3px 0;
	text-align:center;
	background-color:#070c6e;
	font-family:"Yu Gothic";
	font-weight:800;	
}
.message-banner > a dl dd{
	padding:1.5em;
	font-family:"Yu Gothic";
}


#voice {
	width:1400px;
	margin:0 auto;
	position:relative;
}
.voice-txt {
	text-align:left;
	font-size:110%;
	font-family:"Yu Gothic";
	font-weight:500;
	position:absolute;
	top:72%;
	left:7%;
}
#v2 {
	position:relative;
	width:1200px;
	margin:0 auto;
	padding:60px 100px;
	display:flex;
}
#v2 > div{
	position:relative;
	width:560px;
	padding:0 20px;
}

.v2-bg {
	background: url(../images/images_11_bg.jpg) center center / cover;
}
.v2-title {
	position:absolute;
	top:160px;
	line-height:1.3;
	right:60px;
	font-size:140%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align:left;
	font-weight:bold;
}
.v2-txt {
	position:absolute;
	top:220px;
	right:150px;
	line-height:1.9;
	font-size:95%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align:left;
	font-family:"Yu Gothic";
}

.v2-btn {
	padding:33px 0;
}
.case-txt {
	text-align:left;
	font-family:"Yu Gothic";
	width:1200px;
	font-weight:500;
	margin:0 auto;
}
.case {
	width:1400px;
	margin:0 auto;
	position:relative;
}
.case-title1 {
	text-align:left;
	font-weight:bold;
	position:absolute;
	top:22px;
	left:125px;
	color:#FFF;
	font-size:200%;
}

.case-title2 {
	text-align:left;
	font-weight:bold;
	position:absolute;
	top:22px;
	left:925px;
	color:#FFF;
	font-size:200%;
}

.case-txt2 {
	text-align:left;
	font-family:"Yu Gothic";
	font-weight:bold;
	position:absolute;
	top:25%;
	left:12%;
}
.case-txt3 {
	text-align:left;
	font-family:"Yu Gothic";
	font-weight:bold;
	position:absolute;
	top:25%;
	right:11%;
}
.flow-btn {
	margin-bottom:100px;
}
.knowledge {
	width:1400px;
	margin:0 auto;
	position:relative;
}
.kn-txt {
	position:absolute;
	top:10%;
	left:38%;
	font-family:"Yu Gothic";
	line-height:1.2;
	letter-spacing:-2px;
	text-align:left;
	font-weight:bold;
}
.kn-txt-tit {
	font-size:200%;
	
	margin:20px 0 30px;
	
}
.kn-txt-tit span {
	color:#ff3600;
}
.kn-txt-nm {
	font-size:120%;
}
.kn-btn {
	position:absolute;
	top:66%;
	right:17%;
}
#sec-banner {
	width:100%;
	margin:0 auto;
	background:url(../images/sec_bn_bg.jpg) top center / cover;
	
}
.sec-flex {
	width:1160px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding:40px 0;
	color:#FFF;
}
.ft-add {
	font-family:"Yu Gothic";
	font-weight:lighter;
	color:#ddd;
	font-size:90%;
	}
.gothic {
	font-family:"Yu Gothic";
}
div.catch {
	font-size:200%;
	padding:100px 0;
	color:#fff;
	font-weight:bold;
}
div#feature-bg {background:url(../../feature/images/feature_bg.jpg) center center / cover no-repeat;}
div#tips-bg {background:url(../../tips/images/tips_bg.jpg) center center / cover no-repeat;}
div#tips-bg02 {background:url(../../tips/images/tips_bg_02.jpg) center center / cover no-repeat;}
div#tips-bg03 {background:url(../../tips/images/tips_bg_03.jpg) center center / cover no-repeat;}
div#tips-bg04 {background:url(../../tips/images/tips_bg_04.jpg) center center / cover no-repeat;}
div#price-bg {background:url(../../price/images/price_bg.jpg) center center / cover no-repeat;}
div#case-bg {background:url(../../case/images/case_bg.jpg) center center / cover no-repeat;}
div#flow-bg {background:url(../../flow/images/flow_bg.jpg) center center / cover no-repeat;}
div#impressions-bg {background:url(../../impressions/images/impression_bg.jpg) center center / cover no-repeat;}
div#maintenance-bg {background:url(../../maintenance/images/maintenance_bg.jpg) center center / cover no-repeat;}
div#faq-bg {background:url(../../faq/images/faq_bg.jpg) center center / cover no-repeat;}
div#company-bg {background:url(../../company/images/company_bg.jpg) center center / cover no-repeat;}
div#contact-bg {background:url(../../contact/images/contact_bg.jpg) center center / cover no-repeat;}
div#media-bg {background:url(../../media/images/media_bg.jpg) center center / cover no-repeat;}
div#pickup-bg {background:url(../../pickup/images/pickup_bg.jpg) center center / cover no-repeat;}
div#blog-bg {background:url(../../blog/images/blog_bg.jpg) center center / cover no-repeat;}
div#sitemap-bg {background:url(../../sitemap/images/sitemap_bg.jpg) center center / cover no-repeat;}


div.contents h3 {
    background:url(../images/h3_bg.jpg) no-repeat right center #f48c21;
    margin-bottom: 30px;
    color: #000;
    font-size: 160%;
    font-weight: bold;
	padding:10px 0 10px 30px;
	clear:both;
}
div.contents h4 {
	font-size:150%;
	color:#000347;
	font-weight:bold;
	border-left:5px solid #000347;
	border-bottom:1px solid #000347;
	padding:0 20px 5px 20px;
	margin-bottom:20px;
	clear:both;
}


div.contents h4.step {
	border-left:none;
	border-bottom:none;
	padding-left:0 !important;
}

div.contents h4.step span:first-child {
font-size:150%;
color:#fff;
font-weight:bold;
background:url(../images/h4_span_bg.png) center center no-repeat;
padding:20px;
margin-right:20px;

}
div.contents h5 {
	font-size:130%;
	font-weight:bold;
	color:#673030;
	border-bottom:1px solid #673030;
	display:inline-block;
	margin-bottom:20px;
}

div.feat-bg{
	padding:50px 0;
	background:url(../images/feature_bg.jpg) center center / cover no-repeat;
}

div.img_and_txt {
    padding-top: 80px;
    position: relative;
    margin: 0 auto;
    width: 1000px;
}
div.img_and_txt div.img {
    width: 400px;
    position: absolute;
    z-index: 32;
    top: 0;
    left: 0;
	box-shadow:0 0 5px #999;
}
div.img_and_txt div.txt {
    width: 550px;
    position: relative;
    padding: 30px 20px 30px 140px;
    background:rgba(255,255,255,0.8);
    box-shadow: 0 0 5px #666;
    z-index: 16;
    margin-left: auto;
	margin-bottom:50px;
    border-left: 20px solid #036;
	text-align:left;
	line-height:2;
}
.feat-tit {
	font-size:150%;
	font-weight:bold;
	color:#071457;
}



div.img_and_txt2 {
    padding-top: 80px;
	padding-bottom:50px;
    position: relative;
    margin: 0 auto;
    width: 1000px;
	overflow:auto;
}
div.img_and_txt2 div.img2 {
    width: 400px;
    position: absolute;
    z-index: 32;
    top: 0;
    right: 0;
	box-shadow:0 0 5px #999;
}
div.img_and_txt2 div.txt2 {
    width: 540px;
    position: relative;
    padding: 30px 140px 30px 30px;
    background:rgba(255,255,255,0.8);
    box-shadow: 0 0 5px #666;
    z-index: 16;
    margin-left: auto;
    border-left: 20px solid #036;
	text-align:left;
	line-height:2;
	float:left;
}

div.img_and_txt div.txt p:last-child,div.img_and_txt2 div.txt2 p:last-child{
	margin-bottom:0 !important;
}

.feat-tit {
	font-size:170%;
	font-weight:bold;
	color:#F31;
	line-height:1.5 !important;
	margin-bottom:20px !important;
}
.price-tb th {
	background-color:#000347;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	padding:10px;
}
.price-tb td {
	text-align:center;
	padding:10px;
	background-color:#f8f8f8;
} 
.price-tb td:first-child {
	background-color:#e8e8e8;
	font-weight:bold;
}
.flex {
	display:flex;
	align-items:center;
	justify-content:center;
}
.flex2 {
	display:flex;
	justify-content:space-between;
}
.chuui-box {
	background-color:#f8f8f8;
	width:900px;
	margin:0 auto;
	padding:20px 50px;
	border-radius:10px;
	font-size:120%;
	color:#900;
	position:relative;
}

.chuui-box img.nayami{
	position:absolute;
	right:40px;
	bottom:0px;
	z-index:512;
}


.chuui-box li {
	border-bottom:1px dotted #999;
	margin-bottom:20px;
	font-weight:bold;
	list-style:disc;
}
table.case-tb th {
	font-size:150%;
	text-align:center;
}
table.case-tb td:first-child {
	background-color:#000347;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
table.case-tb td:last-child {
	background-color:#f8f8f8;
}
h2 {
	font-size:230%;
	font-weight:bold;
	color:#ff4411;
	margin-bottom:40px;
}
h2 span {
	display:block;
	font-size:60%;
	color:#000;
}
.tel {
	font-size:100%;
	font-weight:bold;
}
.tel span {
	font-size:200%;
	color:#ff6000;
	
}
dl.media_a dt {
	font-size:130%;
	font-weight:bold;
	background-color:#acdf87;
	padding:5px 0;
	border-radius:10px 10px 0 0px;
	width:100px;
	text-align:center;
}
dl.media_a dd {
	border:3px solid #acdf87;
	padding:20px;
	line-height:2;
	overflow:auto;
	border-radius:0 10px 10px 10px;
	
}

dl.media_b dt {
	font-size:130%;
	font-weight:bold;
	background-color:#93caed;
	padding:5px 0;
	border-radius:10px 10px 0 0px;
	width:100px;
	float:right;
	text-align:center;
	
}

dl.media_b dd {
	border:3px solid #93caed;
	padding:20px;
	line-height:2;
	overflow:auto;
	border-radius:10px 0px 10px 10px;
	clear:both;

}
.kanrisha {
	color:#06F;
	font-weight:bold;
}
.kanrisha span {
	border-bottom:1px dotted #999;
	color:#000;
	margin-left:20px;
}
ul.site {
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	text-align:center;
}
ul.site li {
	margin:0 20px 30px;
	width:220px;
	font-size:110%;

}
ul.site li:last-child {}
ul.site li a {
	color:#fff;
	text-decoration:none;
	background:#E40;
	display:block;
	padding:10px 0;
	font-weight:bold;
	border-radius:10px;
	transition:all 0.3s;
}
ul.site li a:hover {
	background:rgba(255,255,255,0.7);
	color:#000;	
	transition:all 0.3s;
}

div.caution{
	background:url(../../tips/images/caution_bg.jpg) left top / auto 100% no-repeat;
	padding-left:290px;
}

div.impressions_box{
	position:relative;
	padding-top:60px;
	margin-bottom:100px;
}

div.impressions_box div.fright{
	position:absolute;
	right:0;
	top:0;
}
div.impressions_box div.comment{
	width:90%;
	padding:2em;
	padding-right:10%;
	box-sizing:border-box;
	border:1px solid #999;
	box-shadow:5px 5px 0px #999;
	background:url(../images/comment_bg.png);
	background:url(../images/comment_bg.png) right bottom no-repeat;
}


div.greeting_box{
	display:flex;
	align-items:flex-end;
	margin-bottom:80px;
	background:url(../images/profile_bg.jpg) center bottom no-repeat;
}
div.greeting_box div.photo{
	width:450px;
}
div.greeting_box div.comment{
	width:650px;
	padding:2em;
	background-color:rgba(255,255,255,0.6);
	box-sizing:border-box;
}
.feat1 {
	margin-bottom:20px;
}
.featbox_bg {
	background-color:#000; margin-bottom:100px;
}

.case-tb2 th{
	text-align:center;
	font-size:150%;
	font-weight:bold;
}

div.feature_txt{
	font-size:160%;
	font-weight:bold;
	line-height:1.2;
	padding:40px 0;
}
div.feature_txt > em{
	font-size:130%;
}

div.feature_txt > strong{
	font-size:160%;
	color:#F60;
}

div.feature_txt > strong .big2{
	font-size:160%;
}

div#reward{
	display:flex;
	justify-content: center;
	margin-bottom:30px;
	font-size:140%;
	line-height:1.2;
	padding-top:40px;
}

div#reward > div{
	width:270px;
	height:276px;
	background:url(../images/reward.jpg) center center no-repeat;
	padding-top:80px;
	box-sizing:border-box;
	margin:0 20px;
}

div#reward > div:first-child,div#reward > div:nth-child(3){
	padding-top:60px;
}
div#reward > div p{
	margin-bottom:10px;
}

dl.gw {
	width:800px;
	margin:50px auto;
	border:1px solid #040363;

}

.gw dt {
	font-size:150%;
	font-weight:bold;
	background-color:#040363;
	color:#fff;
	line-height:1.5;
	padding:10px;
}

.gw dd {
	font-size:110%;
	font-weight:bold;
	padding:20px 0;
}

.flex_box {
	display:flex;
	justify-content:center;
}

ol {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

ol li {
    list-style: none;
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 30px;
}

ol li span {
    position: absolute;
    left: 0;
    margin: 0;
}

.flex_2clm{
	display:flex;
	flex-wrap:wrap;
}
.flex_2clm > div{
	width:48%;
	padding:0 1%;
	margin-bottom:40px;
}

div.top_txtbox_01{
	background-color:#F63;
	padding:40px;
	color:#FFF;
	font-size:110%;
}

