@charset "UTF-8";
/* CSS Document */

/*================================================

　common.css

================================================*/


/* RESET
==============================================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-weight:normal; }
body{ line-height:1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{ display:block; }
nav, ul, ol, li{ list-style-type: none; list-style-image:none; }
blockquote, q{ quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after{ content:''; content:none; }
a{ margin:0; padding:0; font-size:100%; text-decoration: none; vertical-align:baseline; background:transparent; color: #234b79; }
table{ border-collapse:collapse; border-spacing:0; }
select{ vertical-align:middle; cursor:pointer; }
input{ font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo UI,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; vertical-align:middle; }
textarea{ font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo UI,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; vertical-align:middle; color:#666; }
input[type="radio"], input[type="checkbox"], input[type="submit"]{ cursor:pointer; outline: none; }
input[type="submit"]::-moz-focus-inner{ border :0px; }
input[type="button"],input[type="submit"]{ -webkit-appearance: none; border:none; margin:0;  }
input[type="text"],input[type="number"],input[type="password"],input[type="email"],textarea{
	-webkit-appearance: none; border:none; border-radius:0; margin:0;  padding:0 10px; border-radius: 1px;
}
textarea, select{ outline: 0; }
/*img{ background-color:white; }*/
img[src="..img/pixel.gif"]{ background-color:transparent; }

body{
	font: 16px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #424242;
	background: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1200px;
}
a{
	outline: none;
	color: #424242;
}
a:hover, a:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
p,li,a{
	max-height: 999999px;
}


/* header
-------------------------------------------------- */
#header{
	width: 100%;
	background: #fff;
}
#header .headerIn{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 23px;
}
#header .logo{
	float: left;
	width: 185px;
	margin-top: 15px;
}
#header .headerMenuBox{
	width: 780px;
	float: right;
}
#header .headerMenuBox ul{
	letter-spacing: -0.4em;
	text-align: right;
}
#header .headerMenuBox li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#header .headerMenuIn{
	text-align: right;
}
#header .contactMenu,
#header .language{
	display: inline-block;
	vertical-align: top;
}
#header .contactMenu{
	width: 300px;
}
#header .contactMenu li,
#header .contactMenu li a{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#header .contactMenu .tel{
	padding-left: 25px;
	background: url(../../../lp/leagle_survey/img/icn_tel.png) no-repeat 0 2px;
}
#header .contactMenu .contact{
	margin-left: 20px;
	padding-left: 25px;
	background: url(../../../lp/leagle_survey/img/icn_mail.png) no-repeat 0 3px;
}
#header .language{
	margin-left: 15px;
}
#header .language a{
	display: block;
	padding: 4px 5px 2px;
	font-size: 12px;
	color: #fff;
	background: #8f9092;
}
#header .mainPageMenu{
	margin-top: 12px;
}
#header .mainPageMenu li{
	font-size: 12px;
	padding: 0 12px;
}
#header .mainPageMenu li:last-child{
	padding-right: 0;
}
#header .mainPageMenu li a{
	color: #a9a9a9;
	font-weight: bold;
}
#header .mainPageMenu li.act a{
	color: #424242;
}

/* footer
-------------------------------------------------- */
footer {
	width:100%;
	background:#5f5f5f;
	color:#fff;
	padding:20px 0;
	position:relative;
}
footer nav {
	width:980px;
	margin:0 auto 20px auto;
	font-size:0;
	text-align:center;
}
footer nav ul {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
footer nav ul:nth-child(1) {width:337px}
footer nav ul:nth-child(2) {width:226px}
footer nav ul:nth-child(3) {width:250px}
footer nav ul:nth-child(4) {width:167px}
footer nav ul li {
	display:block;
	font-size:11px;
	line-height:1.2em;
}
footer nav ul li a:link,
footer nav ul li a:visited {
	display:block;
	width:100%;
	color:#fff;
	margin-bottom:15px;
}
footer nav ul li a span {
	display:inline-block;
	transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
	line-height:20px;
	margin-right:4px;
}
footer nav ul li ul {
	width:100%;
}
footer nav ul li ul li {
	padding-left:2em;
	text-indent:-14px;

}
footer nav ul li ul.inlineblock {
	display:inline-block;
	width:121px;
}
#address {
	width:980px;
	margin:0 auto;
	font-size: 0;
	line-height: normal;
	list-style: outside none none;
}
#address li {
	display: inline-block;
	font-size:10px;
	vertical-align:bottom;
}
#address li:nth-child(1) {width:210px}
#address li:nth-child(2) {width:330px}
#address li:nth-child(3) {width:310px}
#address li:nth-child(4) {width:130px}

#address li#sns {font-size:0}
#sns a {margin:0 0 0 5px}

#page_top {
	position:fixed;
	right:45%;
	bottom:16px;
	margin-right:-485px;
	width:50px;
	height:50px;
	display:none;
}
#page_top a {
	display:block;
	text-align:center;
	background:#5f5f5f;
	color:#fff;
	transition:all 0.3s;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	z-index:1000;
}
#page_top a:hover{cursor:pointer}


/* content
-------------------------------------------------- */
#wrap{
	overflow: hidden;
}
#content .contentIn{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#content h2.mainTit{
	font-size: 36px;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#073c69;
	text-align:center;
}
#content .sectionTit{
	font-size: 30px;
	color: #797979;
}
#content section{
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .contImg{
	text-align: center;
}


/* nav */
.sectionBox{
	position: relative;
}
#nav{
	position: absolute;
	top: 39px;
	left: 0;
	right: 0;
	text-align: right;
}
#nav ul{
	width: 1200px;
	margin: 0 auto;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav.fixed{
	position: fixed;
}
#nav li{
	margin-top: 6px;
}
#nav li:first-child{
	margin-top: 0;
}
#nav a{
	font-size: 14px;
	color: #bebebe;
}
#nav .on a{
	color: #797979;
}

/* contentDetail */
.contentDetail{
	overflow: hidden;
}
.contentDetail .contL{
	float: left;
}
.contentDetail .contR{
	float: right;
}

/* btn */
.btn{
	display: block;
	width: 100%;
	padding: 24px 0;
	text-align: center;
	color: #fff;
	font-size:28px;
}
.btn span{
	font-size: 1.2;
	font-weight: bold;
	padding-left: 10px;
}
.btn:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btnArea{
	width: 600px;
	height:90px;
	margin: 30px auto 0;
	background: url(../../../lp/leagle_survey/img/btn.png) no-repeat center 0;
}


/* kv
-------------------------------------------------- */
#content .kvBox{
	height: 450px;
	padding: 40px 0 34px;
	color: #fff;
}
.kvBox h1{
	font-size: 42px;
	line-height: 1.2;
	padding-top:130px;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 3px #4b4b4b;
}
.kvBox h2{
	font-size: 30px;
	margin-top: 30px;
}
.kvBox .subTxt{
	margin-top: 25px;
	font-size: 18px;
	color:#fff;
	text-shadow: 1px 1px 3px #4b4b4b;
}
.kvBox .btnArea{
	width: 390px;
	height:60px;
	position: absolute;
	bottom: 10px;
	right: 0;
	background: url(../../../lp/leagle_survey/img/main_btn.png) no-repeat center 0;
	margin:0;
}
.kvBox .btnArea .btn{
	display: block;
	width: 100%;
	padding: 17px 0;
	text-align: center;
	color: #fff;
	font-size:18px;
}
.kvBox .point{
	width: 490px;
	height:81px;
	position: absolute;
	top: 10px;
	left: 0;
}
.subTxt span.rubi{
	font-size:12px;
	font-weight:normal;
}
.kvBox.kv01{
	background: url(../../../lp/leagle_survey/img/mainimage.jpg) no-repeat center 0;
}

/* page01
==============================================================*/

/* section01_Box
-------------------------------------------------- */
.section01_Box{
	padding: 0 0 60px;
	background:#f5f5f5;
}
.section01_Box .contentDetail{
	overflow:visible;
}
.section01_Box .sectionTit{
	margin-top: 46px;
}
.section01_Box .section01List{
	letter-spacing: -0.4em;
}
.section01_Box .section01List li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 323px;
	margin-left: 14px;
	color: #fff;
	text-align: left;
	/*-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;*/
}
.section01_Box .section01List li:first-child{
	margin-left: 0;
}
.section01_Box .section01List li .leftbox{
	position: relative;
	padding: 10px;
	font-size: 24px;
	background: url(../../../lp/leagle_survey/img/section01_leftbox.png) no-repeat center;
	height:230px;
	line-height:2em;
}
.section01_Box .section01List li .centerbox{
	position: relative;
	padding: 10px;
	font-size: 24px;
	background: url(../../../lp/leagle_survey/img/section01_centerbox.png) no-repeat center;
	height:230px;
	line-height:2em;
}
.section01_Box .section01List li .rightbox{
	position: relative;
	padding: 10px;
	font-size: 24px;
	background: url(../../../lp/leagle_survey/img/section01_rightbox.png) no-repeat center;
	height:230px;
	line-height:2em;
}
.section01_Box .section01List li p{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color:#073c69;
	padding:20px 15px;
}
.section01_Box .section01List li span{
	color:#ee761f;
	font-weight:bold;
}

/* section02_Box
-------------------------------------------------- */
.section02_Box{
	padding: 0 0 60px;
	background:#fff;
	margin-top:0;
}
.section02_Box .contentDetail{
	overflow:visible;
}
.section02_Box .contC{
	margin-top: 12px;
	background: url(../../../lp/leagle_survey/img/section02_img_01.png) no-repeat center;
	padding:30px 50px;
	border: double #f5f5f5 3px;
}
.section02_Box .contentDetail .contC p{
font-size:21px;
	line-height: 1.8;
	color:333;
}
.section02_Box .contentDetail .contC p span{
	font-weight:bold;
	font-size:1.2em;
}
.section02_Box .contentDetail .contC p span.orange{
	color: #ee761f;
}

/* section03_Box
-------------------------------------------------- */
.section03_Box{
	padding: 0 0 60px;
	background:#f5f5f5;
}
.section03_Box .contentDetail{
	overflow:visible;
}
.section03_Box .contC{
	background: url(../../../lp/leagle_survey/img/section03_img_01.png) no-repeat center;
	padding:30px 30px 30px 130px;
}
.section03_Box .contentDetail .contC p{
	font-size:18px;
	color:#073c69;
} 
.section03_Box .sectionTit{
	margin-top: 46px;
}
.section03_Box .section03List{
	letter-spacing: -0.4em;
	margin-top: 20px;
}
.section03_Box .section03List li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 250px;
	margin-left: 0;
	color: #fff;
	text-align: left;
	/*-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;*/
}
.section03_Box .section03List li:first-child{
	margin-left: 0;
}
.section03_Box .section03List li .box1{
	position: relative;
	padding: 10px;
	background: url(../../../lp/leagle_survey/img/section03_img_02.png) no-repeat center;
	height:367px;
}
.section03_Box .section03List li .box2{
	position: relative;
	padding: 10px;
	background: url(../../../lp/leagle_survey/img/section03_img_03.png) no-repeat center;
	height:367px;
}
.section03_Box .section03List li .box3{
	position: relative;
	padding: 10px;
	background: url(../../../lp/leagle_survey/img/section03_img_04.png) no-repeat center;
	height:367px;
}
.section03_Box .section03List li .box4{
	position: relative;
	padding: 10px;
	background: url(../../../lp/leagle_survey/img/section03_img_05.png) no-repeat center;
	height:367px;
}
.section03_Box .section03List li p{
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	color:#073c69;
	padding:55px 20px 0 20px;
    line-height: 1.6;
	font-size: 18px;
}
.section03_Box .section03List li span{
	color:#ee761f;
	font-weight:bold;
}

/* section04_Box
-------------------------------------------------- */
.section04_Box{
	padding: 0 0 60px;
	background:#fff;
}
.section04_Box .contentDetail{
	overflow:visible;
}
.section04_Box .sectionTit{
	margin-top: 46px;
}
.section04_Box .section04List{
	letter-spacing: -0.4em;
}
.section04_Box .section04List li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 323px;
	margin-left: 14px;
	color: #fff;
	text-align: left;
	/*-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;*/
}
.section04_Box .section04List li:first-child{
	margin-left: 0;
}
.section04_Box .section04List li .leftbox{
	position: relative;
	padding: 10px;
	background: url(../../../lp/leagle_survey/img/section04_img_01.png) no-repeat center;
	height:325px;
}
.section04_Box .section04List li .centerbox{
	position: relative;
	padding: 10px;
	background: url(../../../lp/leagle_survey/img/section04_img_02.png) no-repeat center;
	height:325px;
}
.section04_Box .section04List li .rightbox{
	position: relative;
	padding: 10px;	
	background: url(../../../lp/leagle_survey/img/section04_img_03.png) no-repeat center;
	height:325px;
}
.section04_Box .section04List li p{
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	color:#333;
	padding:120px 15px;
	line-height:1.7;
	font-size: 18px;
}
.section04_Box .section04List li span{
	color:#ee761f;
	font-weight:bold;
}

/* section05_Box
-------------------------------------------------- */
.section05_Box{
	padding: 0 0 60px;
	background:#f5f5f5;
}
.section05_Box .contentDetail{
	overflow:visible;
}

.attention{
	padding: 50px 0 0 0;
	font-size:14px;
}

/* serviceUseBox
-------------------------------------------------- */
.serviceUseBox{
	padding: 0 0 80px;;
	background:#f5f5f5;
}
.serviceUseBox .serviceUseList{
	letter-spacing: -0.4em;
}
.serviceUseBox .serviceUseList li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 495px;
	margin-left: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
}
.serviceUseBox .serviceUseList li:first-child{
	margin-left: 0;
}
.serviceUseBox .serviceUseList li .txtBox{
	position: relative;
	padding: 15px 15px 11px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #2f618c;
}
.serviceUseBox .serviceUseList li .txtBox:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #2f618c transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 47%;
	z-index:1;
}
.serviceUseBox .serviceUseList li .txtBox:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: 47%;
}
.serviceUseBox .serviceUseList li .txtBox p{
	position: relative;
}
.serviceUseBox .serviceUseList li .txtBox p:before{
	content:"";
	display: block;
	width: 455px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.serviceUseBox .serviceUseList li .detail{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.serviceUseBox .serviceUseList li .detail p{
	padding: 20px 30px;
	color: #073c69;
	line-height: 1.9;
	font-size:18px;
}
