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

.cboth{clear:both;}
.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;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.brown{color:#94795c;}
.green{color:#3b7135;}
.red {
    color: #7d2222!important;
}
.orange{color:#F60;}
.blue{color: #000b50;}
.blue2{color: #3292ef;}
.white{color:#FFF;}


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

/* init */

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

body {
	color: #000;
	border:0;
	padding:0;
	font-size: 100%;
	line-height: 1.7;
	color: #000;
	font-family: "Yu Gothic","Hiragino Kaku Gothic Pro",'Noto Sans JP',"游ゴシック",  "メイリオ", Meiryo, 'Yu Mincho', YuMincho,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1400px;
}
div#wrap {
	width: 100%;
	text-align: center;
}
.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:30px 50px;
	overflow:auto;
	line-height:1.5;
	width:900px;
	background-color:rgba(256,256,256,0.8);
	margin:0 auto;
	max-height: 400px;
}


div.newsbox a{
	text-decoration:underline;
}

div.newsbox dl{
	padding:15px 0 15px;
	clear:both !important;
	border-bottom:1px dotted #999;
	position:relative;
	z-index:1000;
}

div.newsbox dl:last-child{
border-bottom:0
}

div.newsbox dl dt{
	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;
}

.big1 {
	font-size: 140%;
}

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

div#floathead{
	width:100%;
	min-width:1400px;
	height:120px;
	background:url(../images/header_bg.png) center top repeat-x;
	z-index:10;
}

.sp-header {
	display: none;
}
div#headerarea{
	width:auto;
	font-size:75%;
	height:150px;
	background:url(../images/hd_bg.jpg);
}

div#headerarea div#header{
	width:1200px;
	margin:0 auto;
	padding:0 100px;
	text-align:left;
	height: 120px;

}
div#headerarea div#header p {
	margin-bottom: 0;
}
div#headerarea div#header h1{
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:20px;
	font-size:90%;
	font-weight:bold;
	color:#FFF;
}

div#headerarea div#header div.fleft{
	margin:0;
	padding:0;
}
#header a:hover {
	opacity: .7;
}

div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	padding:0 0;
	text-align:right;
	margin-top: 7px;
	font-size: 110%;
}
a.hover01:hover {
	opacity: .8;
}


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

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

/****** Gnavi ******/
div#gnavi{
	width:auto;
	height:60px!important;
	margin:0 auto;
	padding:0;
	clear:both;
	background: url(../images/navi_bg.jpg) repeat-x;
	clear:both;
	z-index: 100000;
}

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:1190px;
	margin:0 auto;
	padding-left:10px;
}

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

div#gnavi ul li a{
	text-align:left;
	display:block;
	text-indent:-9999px !important;
	height: 60px;
	background-image:url(../images/navi.jpg);
}

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:-170px 0;}
div#gnavi ul li#link02 a:hover{background-position:-170px 60px;}
div#gnavi ul li#link03 a{background-position:-340px 0;}
div#gnavi ul li#link03 a:hover{background-position:-340px 60px;}
div#gnavi ul li#link04 a{background-position:-510px 0;}
div#gnavi ul li#link04 a:hover{background-position:-510px 60px;}
div#gnavi ul li#link05 a{background-position:-680px 0;}
div#gnavi ul li#link05 a:hover{background-position:-680px 60px;}
div#gnavi ul li#link06 a{background-position:-850px 0;}
div#gnavi ul li#link06 a:hover{background-position:-850px 60px;}
div#gnavi ul li#link07 a {background-position:-1020px 0px}
div#gnavi ul li#link07 a:hover{background-position:-1020px 60px;}

/*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;}*/
.invisible{}
.visible{display:none !important;}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

#contents {
	width: 1200px;
    margin: 0 auto;
    padding: 50px 100px 40px;
    clear: both;
    border-top: none;
}

div#contentsarea{
	width: 1200px;
    margin: 60px auto 60px;
    padding: 60px 50px 40px;
    text-align: left;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px #CCC;
    font-size: 100%;
    font-family: "游ゴシック","游明朝","ヒラギノ明朝体6","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.map {
	width: 1000px;
	margin: 0 auto;  
}
div#maintitle h2{
	color: #2685da;
}
#maintitle {
	margin-top: 30px;
}

div#contentsarea h3, div#pickup h3 {
    font-size: 150%;
   	background:url(../images/h3_logo.png) 98% center no-repeat #010166;
	color:#fff;
	padding:5px 0 5px 20px;
	font-weight:bold;
	box-shadow:4px 3px 3px 1px #999;
	margin-bottom:30px;
}

div#contentsarea h4:not(dt h4),div#pickup h4:not(dt h4){
	border-bottom:1px solid #2597cb;
	border-left: 10px solid #091261;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left:15px;
	color:#091261;
	font-weight:bold;
	margin-bottom:30px;
	clear:both;
	font-size:140%;
	line-height:2;
	border-radius:0 0;
}

div#contentsarea h5{
	border-bottom:1px solid #5d4c44;
	border-left:4px solid #5d4c44;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left:10px;
	color:#989390;
	font-weight:normal;
	margin-bottom:20px;
	clear:both;
	font-size:130%;
	line-height:1.5;
	border-radius:0 0;
	display: table;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
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 {
	height: 350px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
top: 0;
left: 0;
width: 100%;
height: 100%;
}

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


dl.proposal{ display:block;}
dl.proposal dt{color:#FFF; font-size:130%; margin-bottom:0px; line-height:1.4; padding:10px 1.5em; border-radius:20px 20px 0 0; border:1px solid #CCC; background-color:#0e146c; display:inline-block; position:relative; z-index:1;}
dl.proposal.pick dt{ background-color:#F63; color:#FFF;}
dl.proposal dd{padding:1em; box-shadow:0 0 3px #CCC; margin-bottom:40px; background-color:#FFF8F0; z-index:0; position:relative; border-radius:0 5px 5px 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="email"],
form input[type="tel"],
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 .zip input {
	width: 80px;
}
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;}


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 2em 2em;
	width:30%;
	box-shadow: 4px 4px 7px 2px #999;
}

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 2em 2em;
	width:33%;
}
div.subimg02{
	float:right;
	margin:0 0 2em 2em;
	width:33%;
}

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

img.subimg03{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:25%;
}
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;
	
}
.faq dl,.faq02{margin-bottom:40px; background-color:#e8e8e8; padding:10px; display:block; border-radius:5px;}
.faq dt,.faq02 dt{
	display:block;
	background:url(../images/icon_q.jpg) left top no-repeat #000092;
	margin:0 0 1px;
	padding:0 0 0 65px;
	line-height:50px;
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	position: relative;
	}
	
	
.faq dl:nth-child(even) dt{
	display:block;
	background:url(../images/icon_q.jpg) left top no-repeat #656565;
	margin:0 0 1px;
	padding:0 0 0 65px;
	line-height:50px;
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	position: relative;
	}
	
.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;
	}
.faq dd:before {
	content: "A";
	font-size: 200%;
	position: absolute;
	left: 10px;
	top:5px;
}
.faq dt:before {
	content: "Q";
	font-size: 200%;
	position: absolute;
	left: 10px;
}
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;
}
/*div.box{
	height:550px;
	width:1400px;
	margin:0 auto;
	z-index:3;
	min-width:1400px;
	text-align: center;
    margin: 0 auto;
    background-size: 100% auto;
    background-position: center center;
}*/
.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;
}
.contents {
	text-align: center;
}

.small {
	font-size: 70%;
}
.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: #000092;
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #ae8dbc;
    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:#000092;
    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"] {
	opacity: .8;
}
form .herf input[type="submit"],form .herf input[type="reset"],form .herf input[type="button"] {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background:#000092;
    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 {
	border: 1px solid #999;
}*/
table.contable th {
    background-color: #EEE;
    color: #111;
    border: 1px solid #999;
}
table.contable td {
	border: 1px solid #999;
    color: #666;
}
table.contable td:last-child(1) {
	border: none;
}
table.ntable2 tbody{
	width: 100%;
	display: block;
}
table.ntable2 tr{
	padding:10px 0;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #333333;
}
table.ntable2 td{
	background-color:#FFF;
	width: 21%;
	display: inline-block;
	padding-left: 1%;
}
table.ntable2 td:last-child {
	width: 78%;
}
table.ntable2 tr:nth-child(even) td{
	/*background-color:#363636;
	color: #fff;*/
}
table.ntable2 th{
	width: 20%;
}
table.ntable2 tr:nth-child(even) th{
	/*background: #eeead4;*/
}
table.ntable2.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable2.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable2.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}
table.ntable2.opc{
	background:rgba(153,153,153,0.3);
}
table.ntable2.opc td{
	background:rgba(255,255,255,0.8);
}
table.ntable2.opc tr:nth-child(even) td{
	background:rgba(248,248,255,0.8);
}
.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;
}
.footer-logo {
	position: absolute;
	top: 120px;
	left: 110px;
}

.foot-soc {
	position: absolute;
    left: 360px;
    bottom: 70px;
}
.foot-soc a:hover {
	opacity: .7;
}
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(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#cart{
	position:fixed;
	left:0;
	top:33%;
	z-index:8192;
}

#mainimage{
	width:100%;
	position:relative;
	background: #efefef;
	height: calc(100vh - 80px);
}

#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;
}
h1 {
	font-size: 12px;
	width: 1200px;
	margin:0 auto;
	line-height: 20px;
	color:#fff;
	text-align:left;
}
.seo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #bf7f6b;
	z-index: 9999;
}

#mainimage .inner{
	width:1400px;
	margin:0 auto;
	height:inherit;
	position:relative;
	top:calc(-1 * (100vh - 80px));
	z-index:512;
}

#mainimage .inner .logo{
	padding-top:calc((40vh + 200px)/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 - 80px);
	overflow:hidden;
}
#mainimage .inner .time{
	position:absolute;
	bottom:40px;
	left:40px;
	z-index:1024;
	text-align:center;
	max-height:calc(100vh - 80px);
	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;
}
.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;
}
.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;
}
.box-wrap {
	position:relative;
	z-index:40;
/*	background: #deffdf;*/
}
.t-feature {
	background: url(../images/feature_bg.jpg) center center/cover no-repeat;
	margin-bottom: 80px;
}
.t-feature-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.t-feature-box ul li {
	width: 590px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.t-feature-box ul li p {
	font-size: 90%;
	position: absolute;
	top: 202px;
	left: 150px;
}
.t-trouble {
	background: #eee;
}
.t-trouble div {
	width: 1400px;
	margin: -10px auto 0;
	background: url(../images/trouble-bg.jpg) center center/cover no-repeat;
}
.t-trouble-wrap .img2 {
	margin-top: -10px;
}
.t-trouble-wrap {
	margin-bottom: 100px;
}
.btn {
	margin-bottom: 60px;
}
.btn {
	overflow: hidden;
}
.btn a:hover {
	opacity: .8;
}
.t-symptom ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: center;
}
.t-symptom li{
	width: 380px;
  	position:relative;
  	background: #29599c;
  	padding: 10px 10px;
  	font-size: 115%;
  	color: #fff;
  	box-sizing: border-box;
  	text-align: center;
  	margin-bottom: 20px;
  	margin-right: 30px;
  	min-height: 76px;
  	display: flex;
  	align-items: center;
  	justify-content: space-around;
}
.t-symptom li:nth-child(3n) {
	margin-right: 0;
}
.t-symptom li:after{
	content: "";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff #1e4781 transparent;
	border-width: 0 20px 20px 0;
}

.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;
}
.t-case-box {
	background: #f2f2f2;
}
.t-contact {
	background: #050649;
	margin-bottom: 100px;
}
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;
}
#contentsarea .big2 {
	
}
div#pickup{
	width:1200px;
	box-sizing:border-box;
	padding:2em;
	box-shadow:0px 0px 5px #333;
	margin:40px auto;
}
#contentsarea h1 {
	margin-bottom: 30px;
    clear: both;
    font-size: 250%;
    text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 15px;
    /*font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
h1 span {
	display: block;
	margin: 0 auto;
	font-size: 40%;
	color: #07115f;
}
.t-greeting-wrap {
	background: #f3f3f3;
	margin-bottom: 30px;
}
.greeting {
	width: 1200px;
	margin: 0 auto;  
	position: relative;
}
.greeting .greeting_txt {
	position: absolute;
	top: 25px;
	left: 30px;
}
.greeting_txt p {
	/*font-size: 90%;*/
	margin-bottom: 10px;
}
.greeting_txt p.big2 {
	margin-left: 400px;
}
.greeting_txt p.tit {
	font-size: 160%;
	color: #bf7f6b;
	font-weight: bold;
	margin-bottom: 10px
}
.greeting_list {
	display: flex;
	width: 1200px;
	margin: 0 auto 80px;
}
.greeting_list div {
	width: 600px;
}
.greeting_list p {
	font-size: 90%;
}
.greeting_list p.tit {
    font-size: 180%;
    color: #3a1b15;
    font-weight: bold;
}
.greeting_list .txt{
	padding: 1em;
	padding-right: 0;
	box-sizing: border-box;
}
.btn2 a {
	display: block;
	width: 310px;
	text-decoration: none;
	padding: 5px;
	color: #fff;
	background: #202870;
	text-align: center;
	margin: 30px auto 60px;
}
.btn2 a:hover {
	background: #5d4c44;
}
.treatment {
	background: #c0d0dc;
}
.treatment ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 20px;
}
.treatment ul li {
	width: 560px;
	margin-bottom: 20px;
}
.news {
	background: #f3f3f3;
}
div#newsbox {
    padding: 0;
    overflow: auto;
    line-height: 1.5;
    width: 1400px;
    margin: 0 auto 20px;
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../images/news_bg.jpg) center center/cover no-repeat;
    /*font-family: "ヒラギノ明朝体6","游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",arial,helvetica,clean, sans-serif;*/
}
div#newsbox .news-wrap {
    background-color: rgba(255,255,255,0.8);
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 5px 6px #b39b9b;
}
div#newsbox a{
	text-decoration:underline;
	color: #0044cc;
}
div#newsbox a:hover {
	text-decoration: none;
}
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;
}
.banner {
	display:flex;	
	justify-content:space-between;
	width:1190px;
	margin:0 auto;
}
.banner-list {
	background: #c6c9d0;
	padding: 40px;
}
.banner-list ul {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
}
.banner-list ul li {
	width: 380px;
}
.banner-list ul li a:hover {
	opacity: 0.7;
}
#footerarea {
    position: relative;
    z-index: 10 !important;
    text-align: center;
    background:url(../images/ft_bg.jpg) center center / cover no-repeat;
    height: 448px;
}
#footerarea #footer {
    position: relative;
    height: 448px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
	text-align:center;
	background:url(../images/ft_bg_02.jpg) center center no-repeat;
}
#footer #add {
    position: absolute;
    left: 100px;
    top: 17px;
    font-size: 80%;
    color: #ffffff;
    text-align: left;
}
#footer #footlink {
    position: absolute;
    left: 540px;
    top: 0px;
    text-align: left;
    color: #fff;
    font-size: 85%;
    width: 180px;
    padding: 50px 20px 0;
    height: 350px;
    background: rgba(255,255,255,.6);
}
#footer #footlink ul {
	width: 160px;
}
#footer #footlink ul li{
	margin-bottom: 12px;
	padding-left: 12px;
	border-left: 5px solid #ae8dbc;
}
#footer #footlink ul li a{
	transition: all 0.3s;
	color: #000;
	text-decoration: none;
}
#footer #footlink ul li a:hover{
	transition: all 0.3s;
	padding-left: 10px;
}
#footer #access {
	position: absolute;
	right: 100px;
	top: 236px;
}
.copyright {
	position: absolute;
    bottom: 0px;
    font-size: 70%;
    color: #ffffff;
    line-height: 20px;
    width: 100%;
    background: rgba(188,112,92,.8);
    text-align: left;
}
.copyright p {
	width: 1200px;
	padding-left: 10px;
	margin: 0 auto;
}
#add span {
	font-size: 240%;
}
.mainvisual {
	/*background: #d9dae6;*/
	/*background: #dde8ee;*/
	/*background: #e7edf0;*/
	background: #d6e1e6;
	height: 400px;
	position: relative;
}
.mainvisual div.mv {
	height: 400px;
	/*margin-bottom: 30px;*/
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.mainvisual .pc {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 406px;
}
.mainvisual .pc img {
	width: 100%;
}
.mainvisual .pc a:hover {
	opacity: .8;
}
.mainvisual div h2 {
	font-size: 200%;
	font-family: brandon-grotesque,source-han-sans-japanese,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	/*padding-top: 20px;*/
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: bold;
}
.mainvisual div.h2 {
	background: rgba(242,244,245,.8);
	padding: 20px 0 20px 100px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.mainvisual div h2 span {
	color: #29599c;
	font-weight: bold;
	font-size: 50%;
	display: block;
}
.view-information ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	/*justify-content: space-around;*/
	text-align: center;
	/*width: 1000px;*/
}
.view-information ul li {
	width: 350px;
	margin-bottom: 20px;
	margin-right: 25px;
}
.view-information ul li:nth-child(3n) {
	margin-right: 0;
}
.view-information img {
	box-sizing: border-box;
	border: 1px solid #8a8787;
	box-shadow: 4px 4px 9px #e5e5e5;
	margin-bottom: 10px;
	width: 100%;
}
img.fright {
	box-shadow: -4px 4px 9px #999;
	margin-bottom: 15px;
}
.textbox02 {
	padding: 20px;
	box-shadow: 4px 4px 9px #aeb8bf;
	background: #edf1f4;
	margin-bottom: 60px;
	box-sizing: border-box;
	width: 80%;
}
div.textbox {
    padding: 2em;
    margin: 0 10px 60px;
    border: 1px solid #BDF;
    border-top-width: 5px;
    clear: both;
    background: #fff;
}

.table {
	width: 800px;
}
.access-table {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.access-table div {
	width: 75%;
	height: 50px;
	padding: 1% 2%;
	margin-bottom: 60px;
}
.access-table div:first-child {
	width: 20%;
	background:#252b77;
	color: #fff;
}
.flex-box3 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.flex-box3 ul li {
	width: 32%;
}
.flex-box3 ul li img {
	box-shadow: -4px 4px 9px #999;
}
ul.link-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
ul.link-wrap li {
	width: 32.5%;
	margin-bottom: 20px;
	margin-right: 1%;
}
ul.link-wrap li:nth-child(3n) {
	margin-right: 0;
}
ul.link-wrap li a {
	display: block;
	background: #e5e5e5;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #fff;
	outline: 1px solid #e5e5e5;
	text-decoration: none;
	color: #5d4c44;
	font-weight: bold;
}
ul.link-wrap li a:hover {
	background: #e8764e;
	color: #fff;
	outline: 1px solid #e8764e;
}
div.cutline {
    margin: 30px 0;
    border-bottom: 1px dashed #999;
}
table.ntable{
	display:block;
	width: 100%;
}
table.ntable tbody{
	width: 100%;
	display: block;
}
table.ntable tr{
	padding:10px 0;
	width: 100%;
	border-bottom: 1px solid #999;
}
table.ntable tr:first-child {
	border-top: 1px solid #999;
}
table.ntable td:first-child {
	font-weight: bold;
}
table.ntable td{
	background-color:#FFF;
	padding-left: 1%;
	border-bottom:1px solid #999;
	padding:5px 3px;
}
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.form-table {
	width: 100%;
}
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.worktable {
	border: 1px solid #999;
}
table.worktable td {
    /* width: 21%; */
    padding-right: 40px;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    color: #666;
    border-bottom: 1px solid #999;
}
table.worktable tr:last-child td{
	border-bottom: none!important;
}
table.worktable td.full {
	width: 100%;
	text-align: left;
}
table.worktable th{
	background-color:#957d73;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	border-right: 1px solid #9c9c9c;
	border-bottom:1px solid #999;
	max-width:40%;
}
table.worktable tr:last-child th {
	border-bottom: none!important;
}
table.worktable td,table.worktable td:last-child {
	width: 10%;
	text-align: center;
}
table.worktable td {
	border-right: 1px solid #9c9c9c;
}
table.worktable td:last-child {
	border-right: none;
}

.add_box {
	text-align:left;
	line-height:1.5;
}

.tel {
	font-weight:bold;
	color:#e05a00;
	font-size:120%;
}

.tel span {
	font-size:180%;
	
}

.tel b {
	color:#000;
	font-weight:normal;
	font-size:90%;
}

.fax {
	font-size:130%;
}

.mv_logo {
	margin:17px 0 0 10px;
}

.add {
	FONT-SIZE:105%;
}


.big2 {
	font-size:150%;
}

.bold {
	font-weight:bold;
}

#message {
	width:1400px;
	margin:0 auto;
	position:relative;
}

.message_txt {
	position:absolute;
	top:180px;
	left:13%;
}

.message_txt2 {
	position:absolute;
	top:17%;
	left:13%;
}

#contri {
	width:1400px;
	margin:0 auto 90px;
	position:relative;
}

.contri_txt {
	position:absolute;
	top:45%;
	left:10%;
	font-weight:bold;
}


#reason, #reason_2 {
	position:relative;
	width:1400px;
	margin:0 auto;
}

#com_reason{
position:relative;
	width:700px;	
}

#com_reason_2{
position:relative;
	width:700px;
	margin-left:-75px;	
}


.reason_txt {
	position:absolute;
	font-weight:bold;
	border-left:10px solid #000064;
	font-size:110%;
	top:50%;
	left:12.5%;
	padding:15px 0 15px 10px;
}

.com_reason_txt {
	position:absolute;
	font-weight:bold;
	border-left:10px solid #000064;
	font-size:110%;
	top:50%;
	left:25%;
	padding:15px 0 15px 10px;
}


.reason_txt2 {
	position:absolute;
	font-weight:bold;
	border-left:10px solid #000064;
	font-size:110%;
	top:50%;
	right:12%;
	padding:15px 0 15px 10px;
	
}


.com_reason_txt2 {
	position:absolute;
	font-weight:bold;
	border-left:10px solid #000064;
	font-size:110%;
	top:50%;
	left:15%;
	padding:15px 0 15px 10px;
	
}

#problem, #problem2{
	width:1400px;
	margin:0 auto 80px;
	position:relative;
}


#problem3 {
	width:1400px;
	margin:0 auto 0px;
	position:relative;
}

.problem_txt {
font-family:"UD デジタル 教科書体 N-R";
position:absolute;
top:10%;
font-weight:bold;
font-size:120%;
left:10%;
}

.problem_txt_02 {
font-family:"UD デジタル 教科書体 N-R";
position:absolute;
bottom:50px;
font-weight:bold;
font-size:120%;
left:150px;
}


.problem_txt2 {
font-family:"UD デジタル 教科書体 N-R";
position:absolute;
top:50px;
font-weight:bold;
font-size:130%;
left:22%;
}

.problem_txt3 {
font-family:"UD デジタル 教科書体 N-R";
position:absolute;
top:18%;
font-weight:bold;
font-size:130%;
left:22%;
}



.problem_txt span, .problem_txt2 span, .problem_txt3 span{
	font-size:150%;
	color:#000064;
}

.problem_txt li, .problem_txt2 li, .problem_txt3 li {
	border-bottom:1px dotted #000;
	background:url(../images/pb_logo.png) 1% center no-repeat;
	padding:0 40px 0 60px;
}


.pb_btn {
	width:1174px;
	margin:0 auto 130px;
	position:relative;
}

.pb_btn_txt {
	position:absolute;
	top:6%;
	left:27%;
	line-height:1.3;
	font-size:135%;
}


.pb_btn_txt span {
	color:#ff3300;
}


.price_01 {
	width:1000px;
	margin:0 auto;
	position:relative;
}

.price_txt {
	position:absolute;
	top:12%;
	left:32%;
	

}

.price_bg {
background:url(../images/price_bg.jpg) center center/ cover no-repeat;	
padding-bottom:50px;	
}

.price_txt_01 span {
	font-size:280%;
	color:#000;
	font-family:"ヒラギノ角";
}



.price_txt_01 {
	line-height:1.3;
}

.price_txt_02 {
	font-family:"ヒラギノ角";
	font-weight:bold;
	color:#ff6600;
	font-size:180%;
	top:40%;
	right:3%;
	position:absolute;
	
}


.price_txt_03 {
	font-family:"ヒラギノ角";
	font-weight:bold;
	color:#ff6600;
	font-size:180%;
	top:25%;
	right:5%;
	position:absolute;
	line-height:1.3;
	
}

#price {
	width:1400px;
	margin:0 auto;
	
}

#con {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:1140px;
	margin:0 auto 50px;
}

.con {
	width:280px;
	padding:0 50px;
	margin-bottom:60px;
	font-size:85%;
}


#con2 {
	display:flex;
	justify-content:space-between;
	width:800px;
	margin:0 auto 80px;
}

.con2 {
	width:280px;
}


.info_box {
	display:flex;
	width:1200px;
	margin:0 auto;
	justify-content:space-between;
}

.company {
	width:517px;
}

table.com_tb {
	font-size:90%;
	width:100%;
}


table.com_tb td:first-child {
	font-weight:bold;
}

table.com_tb tr:nth-child(odd) td {
	background-color:#f1f1f1;
}

table.com_tb td {
	padding:8px 0 8px 15px;
}

#news {
	background:url(../images/news_bg.jpg) center center / cover no-repeat;
	padding:80px 0;
	margin-bottom:100px;
}

.ft_tel {
	font-size:180%;
	font-weight:bold;
}

.ft_tel span {
	font-size:150%;
	color:#0060ff;
}

.ft_time {
	font-size:90%;
	font-weight:bold;
}

.ft_mv_logo {
	margin-bottom:20px;
	padding-top:10px;
	font-size:80%;
	line-height:1.4;
	font-weight:bold;
}
.ft_mv_logo strong{
	font-size:250%;
	color:#000064;
}

.ft_add {
	font-size:90%;
}


.copy {
	font-size:75%;
}

.fpptlink ul {
	display:block;
}

.footlink li {
	display:inline;
}

.footlink li a {
	color:#000;
	font-weight:bold;
	font-size:90%;
}


.footlink li :after {
	content:"|";
	display:inline-block;
}

#company_bg{background:url(../../company/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}
#works_bg{background:url(../../works/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}
#works_bg02{background:url(../../works/images/bg02.jpg) center center/ cover no-repeat; padding:100px 0;}
#ev_bg{background:url(../../ev/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}
#case_bg{background:url(../../case/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}
#contact_bg{background:url(../../contact/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}
#faq_bg{background:url(../../faq/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}
#blog_bg{background:url(../../blog/images/bg.jpg) center center/ cover no-repeat; padding:100px 0;}


.catch {
	font-size:150%;
	padding:5px 0;
	background-color:rgba(70,70,70,0.8);
	font-weight:bold;
	color:#fff;
	text-align:center;
}


h2.catch {
	font-size:150%;
	padding:5px 0;
	background-color:rgba(70,70,70,0.8);
	font-weight:bold;
	color:#fff;
	text-align:center;
}

h2:not([class]) {
	color:#000092;
	font-size:200%;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	margin-bottom:80px;
}

h2 span {
	display:block;
	color:#000;
	font-size:60%;
}

#com_intro {
	width:1400px;
	margin:0 auto;
	position:relative;
}

.com_intro_txt {
	position:absolute;
	top:18%;
	left:7%;
}

.com_table {
	width:800px;
	margin:0 auto;
	
}

.com_table td:first-child {
	background-color:#000092;
	color:#fff;
	font-weight:bold;
	padding:10px;
}

.com_table td:last-child {
	background-color:#f8f8f8;
	padding:10px;
}

.style_list {
	list-style:disc;
	padding-left:20px;
}

.works_btn {
	display:flex;
	justify-content:space-around;
	
}


.works_btn a {

}

.bold {
	font-weight:bold;
}

.work_tb {
	display:flex;
	align-items:center;

	width:700px;
	background-color:#f8f8f8;
	
}

.work_tb dd {
	font-size:110%;
	font-weight:bold;
	text-align:center;
	width:400px;
}

.work_tb dd span {

font-size:300%;
}

table.case_tb {
	width:900px;
	margin:0 auto;
}

.mb100 {
	margin-bottom:100px;
}

.faq {
	opacity:1!important;
}

.name {
	position:absolute;
	top:91%;
	left:42%;
}

.fz140 {
	font-size:140%;
}

.fz130 {
	font-size:130%;
}

.com_reason_box {
	width:1400px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}

.blue3 {
	color:#0765d6;
}

.blue4 {
	color:#0e238f;
}

.com_reason_txt_3 {
	position:absolute;
	font-size:200%;
	top:25%;
	left:10%;
	font-weight:bold;
}

.sm_tit {
	font-weight:bold;
	text-align:center;
	font-size:120%;
	background-color:#010166;
	padding:5px 0;
	color:#fff;
	width:400px;
	border-radius:30px;
}

.mb180 {
	margin-bottom:180px !important;
}

.ml250 {
	margin-left:250px;
}

.ml300 {
	margin-left:300px;
}

.wd700 {
	width:700px;
	margin:0 auto;
}

.com_flex_box {
	display:flex; justify-content:space-between; align-items:center;
}

.pmb80 {
	margin-bottom:80px;
}

.wd40 {
	width:40%;
}

.newfaq dt {
    background: url(../../blog/images/new_faq_logo_01.png) left center no-repeat;
    font-weight: bold;
    color: #FF3333;
    font-size: 110%;
    padding: 15px 0 15px 70px;
    margin-bottom: 10px;
}

.newfaq dt h4{
    font-weight: bold;
    color: #FF3333;
}
.newfaq dd {
    background: url(../../blog/images/new_faq_logo_02.png) left center no-repeat;
    border-top: 1px dashed #999;
    font-size: 110%;
    padding: 15px 0 15px 70px;
}

.newfaq dl {
    margin-bottom: 50px;
}

div.flex-3clm{
	display:flex;
	flex-wrap:wrap;
}
div.flex-3clm > div{
	width:calc(100% / 3);
	padding:0 1em;
	margin-bottom:40px;
	box-sizing:border-box;
}
div.flex-3clm > div img{
	margin-bottom:10px;
}

div.flex-2clm{
	display:flex;
	flex-wrap:wrap;
}
div.flex-2clm > div{
	width:calc(100% / 2);
	padding:0 1em;
	margin-bottom:40px;
	box-sizing:border-box;
}
div.flex-2clm > div img{
	margin-bottom:10px;
}


h3.koniro{
	background-color:#000064;
	text-align:center;
	font-size:250%;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 40px;
	line-height:1.2;
	padding:20px 0;
	width:100%;
	position:relative;
}
h3.koniro span{
	font-size:40%;
	display:block;
}

h3.koniro.arrow::before{
	content:"";
	position:absolute;
	bottom:-34px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 34px solid #000064;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
}

h3.koniro02{
	background-color:#151fbc;
	text-align:center;
	font-size:250%;
	font-weight:bold;
	color:#FFF;
	margin:0 auto 40px;
	line-height:1.2;
	padding:20px 0;
	width:100%;
	position:relative;
}
h3.koniro02 span{
	font-size:40%;
	display:block;
}


h2.titletxt{
	font-size:140%;
	text-align:center;
	padding:30px 0;
	font-weight:bold;
}

div.areabox{
	display:flex;
	width:1200px;
	margin:0 auto 100px;
}
div.areabox > div{
	width:580px;
	margin:0 10px;
}


    span.mark {
        background: linear-gradient(transparent 60%, #ff3 60%);
        font-weight: bold;
    }


.check_list {
	background-color: #f8f8f8;
	width: 700px;
	padding: 30px;
	border-radius: 10px;
}


.check_list li {
font-weight: bold;
background: url(../images/check_logo.png) center left no-repeat;
padding: 0 0 5px 40px;
margin-bottom: 10px;
border-bottom: 1px dashed #999;
}


.bd_box {
	border: 1px solid #000064;
padding: 20px;
	width: 1200px;
	margin: 0 auto 100px;
}


.bd_tit {
background-color: #000064;
text-align: center;
padding: 10px;
color: #fff;
font-size: 200%;
font-weight: bold;
width: 40%;
margin: 0 auto 30px;
border-radius: 50px;
}


.mate_list {
	
	margin-bottom: 50px;
}

.mate_list li {
	background:linear-gradient(to right,rgba(232,232,232,1), rgba(0,0,0,0));
	width: 50%;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	position: relative;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 20px;
}



.mate_list li p:first-child {
	margin-right: 30px;
}


.mate_list li::after {
	position: absolute;
	content: "";
	width: 43px;
	height: 54px;
	background: url(../images/logo.png);
	right: 10px;
	top: 20px;
}

.mate_list li p::first-letter {
	font-size: 180%;
	color:#000064;
}

.mate_list li:last-child {
	margin-right: 0;
}