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

/****************突発系便利クラス*****************/
.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;}

.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;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !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;}


.fleft{float:left;}
.fright{float:right;}
.tleft{text-align:left;}
.tright{text-align:right;}
.tcenter {
	text-align: center;
}


img.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.brown{color:#94795c;}
.green{color:#3b7135;}
.red {
    color: #f00!important;
}
.orange{color:#F60;}
.blue{color: #36F;}
.blue2{color: #353792;}
.white{color:#FFF;}


.mini{font-size:85%;}
.big{font-size:140%;}
.big2{font-size:140%;}
.bgcl_01{ background: #FFF0F8;}

/* init */

html { 
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
 }


body{
	min-width:1400px;
	border:0;
	padding:0;
	font-size: 100%;
	color: #000;
	font-family:"游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.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);}
#content01_bg.kasou {background-image: url(../images/bg_kasou.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 {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}
#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:10px; right:10px; width:70px; display:table; z-index:32768; font-size:90%;}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background-color:rgba(0,0,0,0.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
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.newsbox{
	padding:0 100px;
	overflow:auto;
	line-height:1.5;
}
div.newsbox a{
	text-decoration:underline;
}
div.newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px dashed #999;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}
div.newsbox dl:first-child{
	padding-top:15px;
	border-top:1px solid #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;
}
.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 {
	background:#0962d0;
}
#footerarea #footer {
	position:relative;
	height: 120px;
	width:1200px;
	margin:0 auto;
}
.footer-logo {
	position: absolute;
	/*top: 110px;*/
	top: 10px;
	left: 0;
	font-size:90%;
	color:#FFF;
}
.footer-logo p {
	margin-left: 186px;
	margin-top: 10px;
}
#add {
	position: absolute;
	/*top: 132px;*/
	top: 30px;
	right: 10px;
}
#add a img {
	margin-left: 10px;
}
#add img {
	display: inline-block;
	vertical-align: middle;
}
.big1 {
	font-size: 140%;
}
.foot-table {
	position: absolute;
	top: 190px;
	right: 0;
}
#footer .telephone {
	position: absolute;
	left: 0px;
	top: 190px;
	font-size: 95%;
}
#footlink {
	width: 900px;
	margin: 0 auto;
	padding-top: 322px;
	display: none;
}
#footer #footlink ul{
	display:flex;
	text-align: center;
}
#footer #footlink ul li a{
	line-height: 1;
	border-left: 1px dotted #333333;
	box-sizing: border-box;
	width: 150px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	position: relative;
}
#footer #footlink ul li:last-child a {
	border-right: 1px dotted #333333;
} 
#footer #footlink ul li a:hover{
	color: #242a50;
	font-weight: bold;
}
#footer #footadd{
	position: absolute;
    left: 131px;
    top: 29px;
    font-size: 70%;
    text-align: left;
    color: #000;
}
.foottel{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 0;
}
.foottel span {
	font-size: 200%;
	color: #3486cf;
}
#footer #foottime p{
	margin-bottom:15px;
}
#footer #footmap{
	position:absolute;
	right:25px;
	top:220px;
	font-size:90%;
	text-align:left;
}
#footer #copyright{
	line-height:20px;
	font-size: 105%;
	padding-top: 5px;
}
div#floathead{
	width:100%;
	min-width:1400px;
	height:120px;
	background:url(../images/header_bg.png) center top repeat-x;
	z-index:10;
}
.header-wrap {
	width:100%;
	font-size: 90%;
	/*height: 180px;*/
	height: 120px;
	box-sizing: border-box;
	background:rgba(4,116,255,0.5);
	position:absolute;
	top:0;
	left:0;
}
div#headerarea{	
	/*background: url(../images/header-wrap.png) right bottom repeat-x;*/
}
div#headerarea .invisible h1:before{
	position: absolute;
	top: 0;
	right: 5%;
	left: 0;
	z-index: -2;
	height: 35px;
	content: "";
	background: #fca6a6;
}
#header a {
	display: inline;
	text-decoration: none;
	font-size: 0;
}
#header a.header-access {
	display: block;
	margin-top: 7px;
}
div#headerarea div#header{
	width:1200px;
	margin:0 auto;
	text-align:left;
	/*height: 176px;*/
	background: url(../images/header-bg.jpg) center center no-repeat;
}

div#headerarea div#header div.fleft{
	padding-top:20px;
	display:flex;
	color:#FFF;
}
div#headerarea div#header div.fleft > div{
	margin-right:30px;
}

div#headerarea div#header p {
	margin-bottom: 0;
	text-align: left;
}
.H1 {
	background: #fca6a6;
}
h1{
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:20px;
	font-size:70%;
	font-weight:bold;
	color: #0b5ba6;
	width: 1200px;
	font-weight: normal;
}
div#headerarea div#header div.fleft a:hover {
	opacity: .7;
}
div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	padding:0 0;
	text-align:right;
	font-size: 110%;
}
div#headerarea div#header div.fright span{
	font-size: 230%;
}
div#header h1 a{color:#FFF;}

div#header .fright{
	text-align:right;
}
.copyright {
	position: absolute;
	bottom: 2px;
	text-align: center;
	font-size: 70%;
	width: 1200px;
	color: #ffffff;
}
/****** Gnavi ******/
div#gnavi{
	width: 900px;
	position: absolute;
	right: 0;
	bottom: 0;	
	height:60px;
	padding:0;
	clear:both;
	padding-left: 90px;
	display: none;
	/*background: url(../images/menuleft.png) left center no-repeat;*/
}

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

div#gnavi dl dt{
	display:none;
}

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

div#gnavi ul{
	display:block;
	height:60px;
	width: 900px;
	margin:0 auto;
	padding:0;
}

div#gnavi ul li{
	float:left;
	display:block;
	width:150px;
	height:60px;
	position:relative;
}

div#gnavi ul li a{
	text-align:left;
	display:block;
	text-indent:-9999px !important;
	height:60px;
	background:url(../images/menubg.png) left top no-repeat;
}

div#gnavi ul li#link01 a{background-position:0 0;}
div#gnavi ul li#link01 a:hover{background-position:0 -60px;}
div#gnavi ul li#link02 a{background-position:-150px 0;}
div#gnavi ul li#link02 a:hover{background-position:-150px -60px;}
div#gnavi ul li#link03 a{background-position:-300px 0;}
div#gnavi ul li#link03 a:hover{background-position:-300px -60px;}
div#gnavi ul li#link04 a{background-position:-450px 0;}
div#gnavi ul li#link04 a:hover{background-position:-450px -60px;}
div#gnavi ul li#link05 a{background-position:-600px 0;}
div#gnavi ul li#link05 a:hover{background-position:-600px -60px;}
div#gnavi ul li#link06 a{background-position:-750px 0;}
div#gnavi ul li#link06 a:hover{background-position:-750px -60px;}
.invisible{}
.visible{display:none !important;}
div#newsbox{
	margin:0px auto;	
	box-sizing: border-box;
	padding: 0 0 20px 30px;
}

div#newsbox a{
	text-decoration:underline;
	color: #0044cc;
}
div#newsbox a:hover {
	text-decoration: none;
}
.newswrap {
	background: #dcf2dd;
	/*color: #fff;*/
	margin-bottom: 90px;
}
div#newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div#newsbox dl:first-child{
	padding-top: 20px;
	/*border-top:1px dotted #999999;*/
}
.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

#contents {
	padding: 50px 0 50px;
	font-size: 91%;
}

#contents div#contentsarea{
	width:1000px;
/*	background-color:rgba(255,255,255,0.9);
	box-shadow:0 0 10px 0px #333;
	*/
	margin:0 auto;
	padding:50px 100px 0;
	font-size: 100%;
}

div#contentsarea p{
	margin-bottom:1em;
}

div#contentsarea h2,div#maintitle h2{
	margin: 0 auto;
	text-align:center;
	font-size:250%;
	/*font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;*/
	margin-bottom:60px;
	width: 500px;
	border-bottom: 3px solid #2685da;
}


div#maintitle h2{
	color: #2685da;
}
#maintitle {
	margin-top: 30px;
}
/*div#contentsarea h2:first-letter{
	color:#3c842e;
}*/

div#contentsarea h3,div#pickup h3{
	font-size:160%;
	margin-bottom:30px;
	/*color:#f13206;*/
	/*color: #022258;*/
	color: #224c92;
	padding:7px 0 7px 20px;
	border-left:10px solid #943e1d;
	clear:both;
	font-weight: bold;
}
div#contentsarea h4,div#pickup h4{
	border-bottom: 1px solid #048393;
    border-left: 5px solid #039fb2;
    padding-left: 15px;
    color: #727070;
    font-weight: bold;
    margin-bottom: 30px;
    clear: both;
    font-size: 160%;
    line-height: 2;
    border-radius: 0 0;
}
div#contentsarea h5{
	border-bottom: 1px solid #ff9e00;
    border-left: 4px solid #ff9e00;
    padding-left: 10px;
    color: #126d78;
    font-weight: normal;
    margin-bottom: 20px;
    clear: both;
    font-size: 130%;
    line-height: 1.5;
}

form input[type="text"],form textarea{font-size:150%; width:95%;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:150%; width:40%; padding:5px; box-sizing:border-box;}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	margin-bottom: 50px;
}

img.full{width:100%;}
img.half{width:50%;}
img.quate{width:25%;}


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 textarea{font-size:100%; width:98%; box-shadow:0px 0px 5px #666; padding:8px; transition:background-color 0.5s;}
form input[type="text"]: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="submit"],form input[type="reset"],form input[type="button"]{font-size:130%; width:40%; padding:5px; box-sizing:border-box;}



table.ntable{
	background-color:;
	display:block;
	width: 100%;
	font-size: 110%;
	margin: 0 auto;
}
table.ntable tbody{
	width: 100%;
	display: block;
}
table.ntable tr{
	padding:10px 0;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #333333;
}


table.ntable td{
	background-color:#FFF;
	width: 21%;
	display: inline-block;
	padding-left: 1%;
}
table.ntable td:last-child {
	width: 78%;
}
table.ntable tr:nth-child(even) td{
	/*background-color:#363636;
	color: #fff;*/
}
table.ntable th{
	width: 20%;
}
table.ntable tr:nth-child(even) th{
	
}

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);
}


ul.workslist{ 
	/*margin-bottom:60px;*/
	padding: 30px 0;
}

ul.workslist li{
	padding:0.5em;
	box-shadow:0px 0px 5px #888;
	margin:0 2em 10px;
	background-color:rgba(255,255,255,0.8);
	line-height:1.7;
	border-left:8px solid #06C;
	width:auto;
	font-size: 120%;

}

ul.workslist li ul{padding-left:1em; text-indent:-1em; margin-top:2em;}
ul.workslist li ul li{
	padding:8px 0 8px 0.5em;
	text-indent:-1em;
	box-shadow:none;
	margin-bottom:8px;
	border-bottom:1px dashed #999;
	border-left:0;
}



img.subimg{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:30%;
}

div.subimg{
	float:right;
	margin:0 0 1em 2em;
	width:20%;
}

div.subimg img{
	border-radius:3px;
}


img.subimg02{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:33%;
}
div.subimg02{
	float:right;
	margin:0 0 1em 2em;
	width:33%;
}

div.subimg02 img{
	border-radius:3px;
}

img.subimg03{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}
div.subimg03{
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}

div.subimg03 img{
	border-radius:3px;
}


ul.normallist{
	margin-bottom:60px;
}

ul.normallist li{
	padding:5px 1em;	
	margin-bottom:8px;
	padding-left:2em !important;
	text-indent:-0em;
	position:relative;
	border-radius:1em;
	font-size:110%;
	display:;
	background-color:#EEE;

}

ul.normallist li:before{
	content:"≫";
	position:absolute;
	left:0.4em;
	top:15% !important;
	font-weight:bold;
	color:#333;
	letter-spacing:-5px;
}

.scrollarea {
    height:200px;
    overflow: scroll;
    padding:1em;
    border:1px solid #bbb;
	margin-bottom:20px;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

.scrollarea .list_hunging{
	clear:both;
	padding-bottom:12px;
	border-bottom:1px dashed #CCC;
	margin-bottom:12px;
}
.scrollarea .list_hunging dt{
	float:left;
	width:5%;
	font-weight:bold;
	clear:both;
}
.scrollarea .list_hunging dd{
	width:95%;
	float:left;
}

p.doui{
	display:inline-block;
	background-color:#33C;
	color:#FFF;
	padding:8px 1em;
	margin:0 auto 30px !important;
	border-radius:40px;
}

a[href^="tel:"] { cursor: default; }


div.section{
	width:1200px;
	padding:0 100px;
	margin:0 auto;
	
}
dl.faq,dl.faq02{margin-bottom:40px; background-color:#039fb2; padding:10px; display:block; border-radius:5px;}
dl.faq dt,dl.faq02 dt{
	display:block;
	background:url(../images/icon_q.jpg) left top no-repeat #a1c9ce;
	margin:0 0 1px;
	padding:0 0 0 65px;
	line-height:50px;
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	position: relative;
}
dl.faq dd,dl.faq02 dd{
	position: relative;
	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;
}
dl.faq dt:before {
	content: "Q";
	font-size: 240%;
	left: 10px;
	position: absolute;
	font-weight: bold;
	font-family: 'A-OTF 見出ミンMA31 Pro';
	top:-2px;
}
dl.faq dd:before {
	content: "A";
	font-size: 240%;
	left: 10px;
	position: absolute;
	font-weight: bold;
	font-family: 'A-OTF 見出ミンMA31 Pro';
	top:-2px;
	color: #ff9e00;
}
div.faqbox{
	background:url(../../faq/images/bg_01.jpg) left top no-repeat;
	padding:10px 20px 15px;
	height:157px;
	margin-bottom:50px;
}
	
div.goldbox{
	padding:40px;
	border:3px double #C90;
	clear:both;
	background:url(../images/goldbox_bg.jpg) right top no-repeat;
}

.detial-box {
	width: 1400px;
	margin: 0 auto;
}
.mainvisual {
	background: #4a4a4a;
	z-index: 40;
	position: relative;
}
div.fadebox{
	margin:0 auto 0;
	padding:0;
	position: relative;
}
.fw-b {
	font-weight: bold;
}
.small {
	font-size: 88%;
}
.point-box div {
	padding: 20px;
}

form input[type="submit"],form input[type="reset"],form input[type="button"] {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#e0660e,#fbb441);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #99640f;
    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,#039fb2,#147884);
    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;
    text-align: center;
}
form input:hover[type="submit"],form input:hover[type="reset"],form input:hover[type="button"] {
	background: linear-gradient(-10deg,#c0882d,#e5aa4a);
	box-shadow: 4px 4px 12px #b88129;
}
form .herf input[type="submit"],form .herf input[type="reset"],form .herf input[type="button"] {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    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;
}

.brbox {
	padding:8px; 
	margin-bottom:40px; 
	border:3px double #C90; 
	clear:both;
}

div#contentsarea .featureTxts h3 {
    border-bottom: medium none;
    font-size: 150%;
    font-weight: bold;
    margin: 1em 0 1.5em;
    padding: 0;
    color: #333;
    background: no-repeat;
    border: none;
}
.number {
    color: #2cb76c;
    font-weight: bold;
    margin-right: 0.5em;
}
.featureBtn a {
    width: 70%;
    background-color: #2cb76c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.2em;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.featureBtn a:hover {
	background: #ee6f06;
}
.featuretexts p {
    color: #000;
    line-height: 2;
    font-size: 110%;
}
ul.thumbimg li {
    width: 100px;
    float: left;
    border: none !important;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 100px;
}
ul.thumbimg li.clear {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
ul.thumbimg li a {
	display: block;
}
.construtiontable img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 5px 5px 9px #EEE;
}
ul.thumbimg li img {
    border-radius: 5%;
    box-shadow: 5px 5px 9px #EEE;
    width:100%;
    height: 100px;
}
img.float {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
img.rad {
    border-radius: 5px;
}
img#float02,img#float03,img#float04,img#float05,img#float06,img#float07{
	width:1px;
	height:1px;
	margin:auto;
}
img.float:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
table.contable th {
    background-color: #EEE;
    color: #111;
    font-weight: normal;
    border: 1px solid #999;
    border-top: none;
}
table.contable tr:nth-child(even) td {
    background-color: #f0f0f0;
}
table.contable td {
    background-color: #FFF;
    color: #666;
    border-bottom: 1px;
}
.recruit-box {
	/*border: 2px solid #1c542e;*/
	padding: 30px;
	background: #ee6f06;
	color: #fff;
	font-weight: bold;
}
.big3 {
	font-size: 180%;
}
/* 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: 2;
}
/* 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 {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

#footer{
	position:relative;
	z-index:10 !important;
	text-align: left;
}

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: rgba(25,47,100,.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
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#cart{
	position:fixed;
	left:0;
	top:33%;
	z-index:8192;
}

#mainimage{
	width:100%;
	height:calc(100vh - 40px);
	position:relative;
	background:url(../images/mv_01.jpg) center center no-repeat;
	min-height:700px;
	background-size:cover;
	
}


#mainimage .box{
	width:100%;
	/*height:inherit;*/
	background-position:center center;
	background-size:cover;
	display: none;
}


#mainimage .inner{
	width:1200px;
	margin:0 auto;
	height:500px;
	position:relative;
	/*top: 100px;*/
	/*right: 0;*/
	/*top:calc(-1 * (100vh - 40px));*/
	z-index:512;
}

#mainimage .inner .logo{
	padding-bottom:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:768;
	text-align:right;
	/*max-height:calc(100vh - 80px);*/
	overflow:hidden;
}


#mainimage .inner .times{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1024;
	text-align:center;
	max-height:calc(100vh - 40px);
	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(../images/navi_bg.jpg) center top repeat-x;
}

div.visible{
	top:0px !important;
	transition:all 0.5s;
}
div#newsbox a{
	text-decoration:underline;
}

div#newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div#newsbox dl dt{
	width: 25%;
	font-weight:bold;
	text-align:center;
	color: #fff;
	background: #e0660e;
	padding: 2px;
	border-radius: 25px;
	margin-bottom: 18px;
}

#filter {
	background:url(../images/header_bg.png) center top repeat;
	height:100px;
	width:100%;
	z-index:100;
	/*position:absolute;*/
	top:0;
	left:0;
	min-width:1200px;
	text-align:center;
}
.mainimage {
	position:relative;
	background-color:#CCC;
}
.header {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	text-align: right;
	font-size: 90%;
	align-items: center;
	height: 100px;
}
.header p {
	margin: 0;
}
.header a:hover {
	opacity: .7;
}
.header a {
	display: block;
}
.t-box1 {
	background: url(../images/bg01.jpg) right 40px no-repeat;
	width: 1200px;
	margin: 0 auto;
	font-size: 110%;
	line-height: 1.8;
	padding-bottom: 90px;
}
.t-content {
	margin-bottom: 70px;
}
.t-content div {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.t-root,.t-creat {
	width:1200px;
	margin:0 auto;
	padding:0 100px;
}
.t-content a:hover {
	opacity: .7;
}
.box-wrap {
	position:relative;
	z-index:40;
	/*background: #e0f6f9;*/
	/*padding-top: 34.643%;*/
}
.groupWrap {
	display: flex;
	flex-wrap: wrap;
	font-size: 100%;
}
.groupWrap div {
	width: 32%;
	border: 1px solid #eee;
    margin-bottom: 2em;
    box-shadow: 4px 4px 9px #e5e5e5;
    margin-right: 1.7%;
}
.groupWrap div:nth-child(3n) {
	margin-right: 0;
}
.group p {
	padding: 5px;
	background: #556f02;
	color: #fff;
}
.groupWrap div ul {
	padding: 2%;
}
.groupWrap div a {
	color: #fff;
}


.t-feature-box {
	height: 600px;
	background: url(../images/bg02.png)left bottom repeat-x;
}
.t-feature-box ul {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 130px;
	background: url(../images/bg01.jpg);
	height: 250px;
	padding-top: 350px;
}
.t-feature-box ul li {
	width: 300px;
	padding: 0 20px;
	font-size: 80%;
}
.t-feature-box ul li .tit {
	text-align: center;
	font-size: 200%;
	font-weight: normal;
}
.t-philo {
	background: #4d8a56;
}
.t-philo-box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.t-philo-box div {
	position: absolute;
	left: 40px;
	top: 30px;
	color: #fff;
	font-size: 100%;
}
.t-philo-box div p:first-child {
	font-size: 110%;
	font-weight: bold;
}
.t-philo-wrap div.tcenter {
	background: url(../images/bg03.jpg) repeat-x;
}
.t-philo-box div p {
	font-size: 90%;
}
.t-philo-box div p.tit {
	font-size: 140%;
}
.t-case-wrap div.tcenter {
	background: url(../images/bg04.jpg) repeat-x;
}
.t-case-box ul {
	display: flex;
	width: 1200px;
	margin: 0 auto 40px;
	height: 520px;
}
.t-case-box ul li {
	padding-top: 155px;
	background: url(../images/images05.jpg);
	padding-left: 40px;
	width: 560px;
}
.t-case-box ul li:last-child {
	background: url(../images/images06.jpg);
}
.t-case-box ul li p {
	font-size: 150%;
}
.t-case-box ul li p:nth-child(3) {
	font-size: 90%;
	min-height: 66px;
}
.btn a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 25px;
	padding: 3px;
	text-align: center;
	margin-left: auto;
	font-size: 90%;
	color: #000;
	width: 250px;
	margin-right: 30px;
}
.btn a:hover {
	background: #2171d4;
	color: #fff;
}
.t-case-box {
	background: #f2f2f2;
}
div#contentsarea .work01 p.title {
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 15px;
}
.work01 {
	color: #fff;
	background: url(../../work/images/images01.jpg);
	text-align: left;
	padding: 50px 50px 20px;
	height: 260px;
	margin-bottom: 40px;
}
.work02 {
	color: #0f5da2;
	text-align: right;
	background: url(../../work/images/images02.jpg);
}
.work03 {
	background: url(../../work/images/images03.jpg);
}
.work04 {
	background: url(../../work/images/images04.jpg);
}
.work01 p {
	font-weight: bold;
	font-size: 107%;
	line-height: 1.8;
}
.case-list {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.case-list li {
    width: 38%;
    font-size: 0;
    box-shadow: 0px 0px 10px #999;
    border-radius: 5px 5px;
    text-align: center;
}
.case-list li:nth-child(2) {
    width: 16%;
    box-shadow: none;
}
.case-list li img {
	max-width: 100%;
}
div#contentsarea .case-list li {
	font-size: 150%;
	text-align: center;
}
div#contentsarea .case-list li p {
	margin-bottom: 0;
	padding: 5px;
	background: #ff6c00;
	color: #fff;
	font-weight: bold;
}
div#contentsarea .case-other li {
	font-size: 0;
}
div#pickup{
	width:1200px;
	box-sizing:border-box;
	padding:2em;
	box-shadow:0px 0px 5px #333;
	margin:40px auto;
}
.access-wrap img {
	width: 380px;
	z-index: 10;
}
.main-img {
	width: 1200px;
	position: absolute;
	margin: 0 auto;
	height: 100%;
	z-index: 101;
	top:50px;
	right:170px;
	text-align: right;
}
.main-bg {
	background: url(../images/stripe.png) center top repeat;
	height: 100%;
	width: 100%;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
div.box{
	/*width:100%;*/
	/*background-size:100% auto;*/
	/*background-position:center center;*/
	margin:0 auto;
	z-index:3;
	width:100%;
	padding-top: 34.643%;
	/*position: relative;*/
}
.mv-wrap {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 130px;
    z-index: 1;
	background: url(../images/access-mv01.jpg) center center/cover no-repeat;
}
.mv {
	float: left;
    width: 324px;
    height: 104px;
    position: absolute;
    bottom: -43px;
    left: 50%;
    margin-left: -173px;
    background-color: #FFF;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    box-sizing: border-box;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
}
/*.mv div {
	width: 80%;
	margin: 70px auto 0;
	text-align: center;
	height: 104px;
	background: #ffffff;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	box-sizing: border-box;
	-moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    position: relative;
    margin-left: 12%;
}*/
.mv div h2 {
	float: left;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 160%;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1em;
    background-size: 36px auto;
    padding-top: 70px;
    margin-top: -30px;
    box-sizing: border-box;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);
    margin-left: 12px;
    background: url(../images/h2.png) center 1px no-repeat;
}
h2 span{
	font-size:50%;
	display:block;
	text-shadow: none;
	margin-top: 4px;
}
.pink {
	color: #fd7d7d;
}
form a {
	text-decoration: none;
}
.greeting {
	width: auto;
	/*height: 900px;*/
	text-align: center;
	/*display: flex;*/
	position: relative;
    background: #f1f0f0;
    padding-bottom: 25px;
    padding-top: 40px;
}
.greeting .tit{
	font-size: 220%;
	position: relative;
}
.titeg {
	color: #5e5e5e;
	text-align: center;
	display: block;
}
.greeting-img {
	background: url(../images/timg1.jpg);
	width: 600px;
	height: 268px;
}
.greeting-wrap {
	display: flex;
	margin: 0 auto;
	width: 1200px;
	flex-wrap: wrap;
	padding-top: 20px;
}
.txt p {
	font-size: 90%;
	font-weight: bold;
	line-height: 2;
	text-align: left;
}
.txt {
	box-sizing: border-box;
	width: 600px;
	padding: 30px 0 0 50px;
	background: url(../images/bg01.jpg) center center no-repeat;
}
.list-wrap {
	margin-bottom: 50px;
	background: url(../images/02list.jpg) right center/cover no-repeat;
}
.list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 80px 0 60px 0;
}
.list01 {
	background: url(../images/list01.png);
	width: 570px;
	height: 327px;
}
.list02 {
	background: url(../images/list02.png);
	margin-bottom: 40px;
}
.list03 {
	background: url(../images/list03.png);
}
.list04 {
	background: url(../images/list04.png);
}
.til01{
	position: relative;
	font-size: 220%;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 45px;
}
.til01::after{
	position: absolute;
	content: "";
	display: block;
	height: 6px;
	width: 76px;
	margin-right: 65px;
	background-color: #ff9e00;
	left: 246px;
}
.tex01{
	padding: 0px 15px;
	line-height: 1.7;
	font-family: 'ヒラギノ角ゴ4';
	text-align: left;
}
.t-contact{
	padding: 40px 0;
	background: #f8c2b7;
	margin-bottom: 50px;
}

.news-bg {
	background: url(../images/news-bg.jpg) repeat-x;
	height: 40px;
}
.sp-header {
	display: none;
}
.cboth {
	clear: both;
}
div#main-img {
	text-align: center;
	background: #fcfced;
	font-size: 0;
}
.meds-img {
	margin:20px 0 50px;
	background: url(../images/service.jpg) repeat-x;
}
.meds-img p {
	position: absolute;
	width:700px;
	top: 119px;
	left: 100px;
	font-size: 180%;
	color: #ffffff;
	font-weight: bold;
}
.meds-img div {
	width: 1400px;
	position: relative;
	margin: 0 auto;
}
.meds-img p strong {
	font-size: 140%;
}
.advantage {
	margin-bottom: 10px;
	background: #f6f6f6;
}
.advantage01 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.advantage01 h3.title {
	position: absolute;
	top: 50px;
	left: 530px;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
}
.advantage01 p.txt {
	position: absolute;
	top: 150px;
	left: 486px;
	font-size: 110%;
	line-height: 1.7;
	margin-bottom: 30px;
}

.advantage02{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.advantage02 h3.title {
	position: absolute;
	top: 50px;
	left: 50px;
	color: #ffffff;
	font-size: 200%;
	font-weight: bold;
}
.advantage02 p.txt{
	position: absolute;
	top: 150px;
	left: 50px;
	font-size: 110%;
	line-height: 1.7;
	margin-bottom: 30px;
}

.recommendation div {
	width: 1400px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/recome.jpg);
}
.recommendation div h4 {
	text-align: center;
	font-size: 185%;
	color: #ffffff;
	font-weight: bold;
	padding-top: 20px;
}
.recommendation {
	background: #333858;
}
.recommen {
	height: 573px;
	background: url(../images/recommenbg.jpg) round;
}
.recommen01 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.recommen01 ul {
    position: absolute;
    top: 64px;
    left: 242px;
}
.recommen01 ul li {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 65px;
}
.recommen01 span {
	color: #d52621;
}
.recommen01 li:nth-child(2) {
	margin-bottom: 52px;
	margin-left: 103px;
}
.recommen01 li:nth-child(3) {
	margin-bottom: 33px;    
	margin-left: 205px;
}
.recommen01 li:nth-child(4) {
	margin-bottom: 50px;    
	margin-left: 310px;
}
.recommen01 li:nth-child(5) {
	margin-left: 410px;
}
.recomen-txt {
	background: #00164f;
	color: #ffffff;
	font-weight: bold;
	font-size: 250%;
	line-height: 90px;
	text-align: center;
}
.visacard {
	background: #d4dae0;
}
.visa {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.visa div {
    position: absolute;
    top: 35px;
    left: 36px;
    color: #ffffff;
}
.visa div h3 {
	font-weight: bold;
	font-size: 210%;
	line-height:1.2;
}
.visa div p {
	font-size: 94%;
	line-height: 1.7;
	margin-left: 22px;
	margin-bottom: 10px;
}
.creditcard {
	/*background: #f2f2f2;*/
	background: url(../images/visa-bg.jpg) center center repeat-x;
}
.credit {
	width: 1400px;
	position: relative;
	margin: 0 auto;
}
.credit .c-txt {
	position: absolute;
	top: 148px;
	left: 105px;
}
.credit .c-txt h3 {
	font-weight: bold;
	font-size: 190%;
	color: #ffffff;
	margin-bottom: 15px;
	margin-left: 18px;
}
.information {
	background: url(../images/info.jpg) center center/cover no-repeat ;
}
.information > div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
}

.information > div > div{
	width:560px;
	margin:0 20px;
	overflow:hidden;
}

.information > div > div div.infobox{
	background-color:#FFF;
	border-radius:10px;
	overflow:hidden;
	font-weight:bold;
}
.information > div > div div.infobox h3{
	background-color:#05114e;
	padding:10px 20px;
	font-size:180%;
	color:#FFF;
	font-weight:bold;
}
.information > div > div div.infobox div.infotxt{
	padding:2em;
}

.information > div > div div.infobox div.infotxt dl dt{
	background:#0045bc;
	text-align:center;
	width:fit-content;
	padding:8px 2em;
	border-radius:40px;
	color:#FFF;
	margin-bottom:15px;
	font-size:110%;
}

.information > div > div div.infobox div.infotxt dl dd{
	padding-left:2em;
	margin-bottom:12px;
}


.informer .news {
	width: 48%;
	background: #ffffff;
}
.news .tit {
	font-size: 110%;
	padding: 40px 0 10px 30px;
	border-bottom: 4px solid #343334;
}
.info-txt h2 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;
}
.info-txt p {
	line-height: 1.7;
}
form {
	margin-bottom: 40px;
}


div.feature{
	background:url(../images/feature_bg.jpg) center center repeat-x;
	margin-bottom:70px;
}
div.feature > div{
	display:flex;
	width:1200px;
	margin:0 auto;
}
div.feature > div > div{
	width:360px;
	margin:0 20px;
}


