@charset "utf-8";
/*
	 Main Site/ layout
	created by Hiroshi Konnai
*/

/**************************************
BASIC
***************************************/
/*All TAG*/
*{
	margin: 0px auto ;
	padding: 0px ;
}
/*body TAG*/
body{
	text-align: center ;
	margin: 0px auto ;
	padding: 0px ;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #323232 ;
	font-size:13px;
	line-height: 1.5em;
	background-color:#ffffff;
}
/*table TAG*/
table{
	border: none ;
}
/*img TAG*/
img{
	border: none ;
	line-height: 0%;
}
a{
	outline: none;
}
a:link,a:visited{
	color: #333333 ;
}
.clearFix{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clear:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/**************************************
common
***************************************/
#wrapper{
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -2em;
}
#header{
	margin:0;
	padding:0;
	height:120px;
}
#header .inner{
	margin:0 auto;
	width:1100px;
	padding:20px 0 0 0;
	position:relative;
}
#header .inner h1{
	position:absolute;
	top:2px;
	left:0;
	font-size:11px;
	color:#085690;
}
#header .inner h2{
	float:left;
	margin:15px 0 0 3px;
}
#header .inner p.tel{
	float:right;
	margin:0;
}
#main{
	margin:0;
	padding:0 0 0 0;
	width:100%;
	height:100%;
}
#mainbody{
	padding:15px 0 5px 0;
	background-image:url(../images/index/mainback.png);
	background-repeat:repeat-x;
	background-position:center top;
}
#navbox{
	height:60px;
	width:100%;
}
.fixed{
	position:fixed;
	top: 0;
	left:0;
    z-index: 10000;
}
#nav{
	margin:0 auto;
	padding:6px 0 3px 0;
	width:1140px;
	background-image:url(../images/common/navback.png);
	background-repeat:repeat-x;
	background-position:center top;
}
#nav ul li{
	margin:0;
	width:20%;
	float:left;
	text-align:center;
}
#nav ul li img{
	vertical-align:top;
	line-height:1;
}
#footer{
	margin:0;
	padding:0;
	font-size:12px;
}
#footer #footerlink{
	margin:0;
	padding:0;
	width:100%;
	background-color:#4d83ac;
}
#footer .inner{
	margin:0 auto;
	padding:20px 0;
	width:1100px;
	position:relative;
}
#footer .inner:last-child{
	border-top:3px solid #085690;
}
#footer .inner .f_link{
	margin:0;
	float:left;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#ffffff;
	text-align:left;
}
#footer .inner .f_link li{
	padding:2px 5px 2px 0;
}
#footer .inner .f_link a{
	color:#ffffff;
	display:block;
	padding:1px 0 1px 25px;
	background-image:url(../images/common/icon1.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#footer .inner .f_link li ul{
	margin-left:15px;
}
#footer .inner .f_link li ul a{
	background-image:url(../images/common/icon2.png);
	background-repeat:no-repeat;
	background-position:5px center;
}
#footer .inner .f_link .set{
	margin:0;
	float:left;
	width:245px;
}
#footer .inner .f_wlogo{
	margin:0;
	padding:36px 0 26px 0;
	float:left;
	background-color:#ffffff;
	border:1px solid #155e95;
	width:72%;
	height:220px;
	box-sizing: border-box;
}
#footer .inner .f_fb_container{
	float:right;
	width:26%;
}
#footer .inner .f_wlogo h2{
	padding-left:10px;
}
#footer .inner .f_wlogo p{
	padding: 20px 0 10px 0;
}
#footer .inner .f_wlogo p img{
	margin:0 20px;
}
#footer .inner .f_wlogo ul{
	margin:0;
	padding:15px 0 0 30px;
}
#footer .inner .f_wlogo ul li{
	margin:0;
	float:left;
	text-align:left;
	padding:0 8px;
}
#footer p.copyright{
	padding:5px;
	text-align:center;
	color:#085690;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.number{
	/*position:absolute;
	bottom:0;
	right:0;*/
	text-align:center;
	color:#ffffff;
	clear:both;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/**************************************
index
***************************************/
#mainview{
	margin:0;
	padding:0;
	background-color:#eeeeee;
}
#slideshow {
	margin: 0 auto;
	width:1100px;
	text-align: center;
	position: relative;
}
#slideshow div {
	margin: 0;
	width:1100px;
	height:280px;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
	z-index:9000;
}

#slideshow ul {
	margin: 0 auto;
	width: 130px;
	position: absolute;
	bottom:-40px;
	left: 490px ;
	z-index:9999;
}

#slideshow ul li {
	width: 40px;
	padding:10px 0 0 0;
	float: left;
	text-align:center;
	text-indent:-9999px;
}
#slideshow ul li a{
	margin:0 auto;
	display:block;
	width:20px;
	height:20px;
	background-image:url(../images/index/mark_off.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#slideshow ul li.active a{
	background-image:url(../images/index/mark_on.png);
}
.uppertext{
	margin:30px 0 0 0;
	padding:0 20px 30px;
}
.uppertext p{
	text-align:left;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	color:#3d1f10;
	font-size:18px;
	line-height:1.9;
	letter-spacing:0.1em;
	font-weight:400;
}
.uppertext p span{
	font-size:20px;
}
.upperindex{
	margin:0 auto;
	padding:0;
	width:1100px;
}
.upperindex .bnrarea{
	margin:0 auto;
	display:table;
	width:1000px;
}
.upperindex .bnrarea li{
	padding:0 0 10px 0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.voiceindex{
	margin:5px auto;
	width:1100px;
}
.voicebody_index{
	margin:0;
	padding:8px 0;
}
.voicelink{
	padding:2px 0;
	text-align:right;
}
.voicebox{
	margin:0;
	width:533px;
	background-color:#ffffff;
	border:1px solid #3d1f10;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
.voicebox dl{
	margin:0;
	padding:12px 12px 8px 12px;
	color:#3d1f10;
}
.voicebox dl dt{
	margin:0;
	float:left;
	width:0;
	width:152px;
}
.voicebox dl dt p{
	text-align:right;
	padding:3px 0 0 0;
	font-size:11px;
}
.voicebox dl dd{
	margin:0;
	float:right;
	width:340px;
	text-align:left;
}
.voicebox dl dd h3{
	font-size:13px;
	padding:0 0 2px 0;
	border-bottom:1px dotted #3d1f10;
}
.voicebox dl dd p{
	padding:15px 0 0 0;
	font-size:11px;
}
.voicebox dl dt p.voiceboxlink{
	padding:10px 12px 5px 0;
	text-align:left;
}
.voiceboxlink img{
	vertical-align:top;
	line-height:1;
}
/***************************************
privacy/
***************************************/
.p_titlearea{
	margin:0;
	padding:10px 0 0 0;
	width:100%;
	/*height:50px;*/
	background-color:#fafafa;
}
.p_titlearea .inner{
	margin:0 auto;
	width:1100px;
	padding:0 0 38px 0;
	position:relative;
}
.p_titlearea .inner h2{
	margin:0;
	float:left;
	padding:0 0 0 12px;
	text-align:left;
}
.p_titlearea .inner .p_txt{
	float:right;
	margin:10px 0 0 0;
	color:#3d1f10;
	font-size:12px;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}
.upper_p_link{
	margin:0 0 5px 56px;
	padding:2px 0 0 0;
	clear:both;
	text-align:left;
}
.upper_p_link li{
	display:inline;
	color:#085690;
	font-size:14px;
	padding-right:10px;
	letter-spacing:0.2em;
}
.upper_p_link li a{
	color:#085690;
}
.undertitle{
	position:absolute;
	bottom:0;
	right:0;
}
.undertitle.service{
	position:absolute;
	bottom:5px;
	right:0;
}
.undertitle.voice{
	position:absolute;
	bottom:9px;
	right:0;
}
.undertitle.qa{
	position:absolute;
	bottom:9px;
	right:0;
}
.undertitle.contact{
	position:absolute;
	bottom:-2px;
	right:0;
}
.undertitle img{
	vertical-align:bottom;
	line-height:1;
}
#submain{
	margin:0 auto;
	width:1100px;
}
#submain.privacy{
	padding:20px 0 80px 0;
}
.privacybox{
	margin:0 50px;
	padding:15px;
	text-align:left;
	background-color:#ffffff;
}
.privacybox h3{
	
}
.privacybox p{
	padding:10px 10px 10px 20px;
	color:#323232;
	font-size:11px;
}
.pagetop{
	padding:10px;
	text-align:right;
	position:relative;
	clear:both;
}
/***************************************
about/
***************************************/
.a_titlearea{
	margin:0;
	padding:5px 0 0 0;
	width:100%;
	height:50px;
	background-color:#fafafa;
}
.a_titlearea .inner{
	margin:0 auto;
	width:1100px;
	padding:0;
	position:relative;
}
.a_titlearea .inner h2{
	margin:0;
	float:left;
	padding:0 0 0 12px;
	text-align:left;
}
.upper_a_link{
	margin:10px 0 0 40px;
	float:left;
	padding:2px 0 0 0;
	text-align:left;
}
.upper_a_link li{
	display:inline;
	color:#085690;
	font-size:14px;
	padding-right:10px;
	letter-spacing:0.2em;
}
.upper_a_link li a{
	color:#085690;
}
.privacybox p.about{
	padding:10px 10px 10px 40px;
	color:#323232;
	font-size:12px;
	letter-spacing:0.1em;
}
.aboutbox{
	margin:0 50px;
	padding:15px;
	text-align:left;
	background-color:#ffffff;
}
.aboutbox .inner{
	margin:0;
	float:left;
	width:685px;
}
.aboutbox h3 img{
	vertical-align:top;
	line-height:1;
}
.aboutbox h4 img{
	vertical-align:top;
	line-height:1;
}
.aboutbox p{
	padding:15px 10px 10px 30px;
	color:#323232;
	font-size:11px;
	letter-spacing:0.1em;
	line-height:1.5;
}
.aboutbox .ph{
	margin:0;
	float:right;
}

.aboutbox h3.about{
	padding:20px 0 0 0;
	text-align:center;
}
#submain .aboutbox p.aboutline{
	text-align:center;
	padding:20px 0 2px 0;
	width:760px;
	margin:0 auto 10px auto;
	font-size:17px;
	color:#3d1f10;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	border-bottom:1px dotted #d8bea9;
}
#submain .aboutbox p.about1{
	line-height:1.8;
}
.intro_left{
	margin:10px 0;
	display:table;
	width:100%;
}
.intro_left > div{
	display:table-cell;
	vertical-align:top;
	padding:20px 10px;
	line-height:1.6;
	border-bottom:1px dotted #085690;
}
.intro_left > div:first-child{
	width:250px;
	padding:20px 0;
}
.intro_left > div h4{
	font-size:16px;
	color:#085690;
	font-weight:700;
	padding:0 0 10px;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}
.intro_left > div p{
	padding:5px 0;
}
.intro_right{
	display:table;
	width:100%;
	margin:10px 0;
}
.intro_right > div{
	display:table-cell;
	vertical-align:top;
	padding:20px 10px;
	line-height:1.6;
}
.intro_right > div:last-child{
	width:250px;
	padding:20px 0;
}
.intro_right > div h4{
	font-size:16px;
	font-weight:700;
	color:#085690;
	padding:0 0 10px;
	text-align:right;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}
.intro_right > div p{
	padding:5px 0;
}
.intro_txt{
	padding:0 0 10px;
}
.intro_txt h5{
	color:#085690;
}
.intro_txt > p{
	padding:2px 0 10px;
}
/***************************************
service/
***************************************/
.upper_s_link{
	margin:0 0 0 85px;
	float:left;
	padding:2px 0 0 0;
	text-align:left;
}
.upper_s_link li{
	display:inline;
	color:#085690;
	font-size:14px;
	padding-right:10px;
	letter-spacing:0.2em;
}
.service1box{
	margin:0 50px;
	padding:15px;
	text-align:left;
	background-color:#ffffff;
}
.service1box .inner{
	margin:0;
	float:left;
	width:575px;
	letter-spacing:0.2em;
}
.service1box .inner p{
	padding:0 0 0 25px;
	color:#323232;
	font-size:12px;
	line-height:1.9em;
}
.service1box .inner p.flow{
	line-height:1.9;
}
.service1box .inner p.flow span{
	color:#085690;
	font-weight:bold;
}
.service1box .ph{
	height:180px;
	overflow:hidden;
	float:right;
}

.service1lower{
	margin:0 auto;
	padding:20px 0;
	width:1000px;
	background-color:#ffffff;
}
.service1lower > h3{
	text-align:left;
	padding:0 20px 0;
}
.service1lower > .inner{
	padding:0 20px;
}
.servicelowbox{
	margin:0 0 15px 0;
	width:480px;
}
.servicelowbox h3{
	margin:10px 20px;
	padding:0 0 10px 0;
	border-bottom:2px dotted #6e574c;
}
.servicelowbox h3 img{
	vertical-align:top;
	line-height:1;
}
.servicelowbox h3.noline{
	margin:10px 0;
	padding:0;
	border:none;
	font-size:18px;
	color:#6e574c;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}
.servicelowbox h4{
	color:#3d1f10;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.servicelowbox p.txt{
	padding:0 20px 0 20px;
	font-size:12px;
}
.servicelowbox p.img{
	padding:10px 0;
	text-align:center;
}
.servicelowbox p.txt1{
	padding:5px 0;
}
.service0{
	padding:15px 5px 15px 5px;
	background-image:url(../images/service/circle.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.img_line{
	margin:0 20px;
	border-bottom:1px dotted #6e574c;
	padding:1px 0;
}
.servicelowbox > .txt{
	margin:0 20px;
	padding:10px 0;
	text-align:left;
	line-height:1.7;
}
/***************************************
service/flow
***************************************/
.img1{
	padding:10px 0 0 0;
	clear:both;
	text-align:center;
}
.img1 img{
	vertical-align:top;
	line-height:1;
}
.service2box{
	margin:30px 50px 10px 50px;
	padding:20px 15px 15px 15px;
	text-align:left;
	background-color:#ffffff;
}
.service2box .flowbox{
	margin:0 10px;
	padding:0;
	height:143px;
	background-image:url(../images/service/sbox_bak.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.service2box .flowbox dt{
	float:left;
	padding:12px;
}
.service2box .flowbox dd{
	float:right;
	margin: 15px 8px 0 0;
	width:445px;
}
.service2box .flow_txt{
	padding:15px 0 40px 0;
	background-image:url(../images/service/flow_arrow.png);
	background-repeat:no-repeat;
	background-position:8px bottom;
	text-align:center;
}
.service2box .flowbox.end{
	margin:0 10px;
	padding:0;
	height:143px;
	background-image:url(../images/service/sbox_end_bak.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.pagetop .btn{
	position:absolute;
	top:5px;
	left:425px;
}
.pagetop .btn1{
	position:absolute;
	top:5px;
	left:420px;
}
.mt_2px{
	margin-top:2px;
}
.mt_4px{
	margin-top:4px;
}
.mt_6px{
	margin-top:6px;
}
.mt_8px{
	margin-top:8px;
}
.service2box .flowbox dd.mt_10px{
	margin-top:10px;
}

/***************************************
service/price
***************************************/
.price .service1box .inner {
    float: none;
    width: 100%;
}
.inner_table{
	text-align:center;
	width:100%;
}
.inner_table *{
	box-sizing: border-box ;
}
.inner_table > table{
	margin:5px auto;
	width:800px;
	border-collapse: separate ;
	border-spacing:3px;
}
.inner_table > table td{
	padding:10px 20px;
	background-color:#daebf8;
	text-align:left;
	font-size:12px;
}
.col2{
	width:50%;
}
.inner_table > table td.f_ttl{
	font-size:16px;
	font-weight:700;
	color:#085690;
}
.inner_table > table td.txtCnr{
	text-align:center;
}
.inner_table > table td.td_ttl{
	width:335px;
}
.inner_table > table td.td_tt2{
	width:135px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	background-color:#dadef8;
}
/***************************************
contact/
***************************************/
#submain.contact{
	padding:20px 0 10px 0;
}
.contactbody{
	margin:0 50px;
	padding:10px;
	text-align:left;
	background-color:#ffffff;
}
.contactUpper{
	margin:0;
	padding:5px;
	background-color:#f2f2f2;
}
.contactUpper dt{
	margin:0;
	float:right;
}
.contactUpper dd{
	margin:0 0 0 15px;
	width:700px;
	float:left;
	color:#323232;
	letter-spacing:0.2em;
}
.contactUpper dd h3{
	font-size:14px;
}
.contactUpper dd p{
	font-size:12px;
	line-height:1.5;
}
.contactpolicy{
	margin:15px 10px;
	border:2px solid #dcdcdc;
}
.contactpolicy p{
	padding:10px;
	font-size:10px;
}
.contactlist{
	text-align:center;
}
.contactlist ul li{
	color:#085690;
}
.contactlist .mail{
	padding:10px 5px 5px 5px;
	font-weight:bold;
	color:#323232;
	font-size:18px;
}
.contactlist .potext{
	font-size:11px;
}
/***************************************
qa/
***************************************/
.qacontainer{
	margin:15px auto 30px auto;
	width:800px;
	border-bottom:1px dotted #3d1f10;
}
.qacontainer dt{
	margin:0;
	padding:5px 5px 8px 33px;
	color:#3d1f10;
	font-weight:400;
	font-size:16px;
	font-family: 'ヒラギノ明朝体3', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	background-image:url(../images/qa/q_icon.png);
	background-repeat:no-repeat;
	background-position:3px 2px;
}
.qacontainer dd{
	padding:8px 5px 15px 33px;
	background-image:url(../images/qa/a_icon.png);
	background-repeat:no-repeat;
	background-position:3px 6px;
}
/***************************************
voice/
***************************************/
#submain.voice{
	padding:20px 0 40px 0;
}
.voicebody{
	margin:0 50px;
	padding:14px 0;
	text-align:left;
	background-color:#ffffff;
}
.voice_box{
	margin:0;
	float:left;
	width:500px;
	text-align:center;
}
.voice_box .inner{
	margin:0 15px;
	padding:10px;
	border:1px solid #3d1f10;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
.voiceupper{
	margin:0;
}
.voiceupper dt{
	margin:0;
	float:left;
}
.voiceupper dd{
	margin:0;
	padding:50px 0 0 0;
	float:right;
	width:180px;
	text-align:left;
}
.voiceupper dd .link{
	padding:8px 0 0 0;
}
.voice_box p.text{
	padding:5px 0;
	text-align:left;
	font-size:12px;
	line-height:1.5;
}
.voice_box p.text span{
	color:#3d1f10;
}
.voice_scroll{
	overflow:auto;
	height:210px;
}

.pt_30px{
	padding-top:30px;
}






