@charset "UTF-8";

/* CSS Document */

/* -----------------------------------------------------------
　　style.css
----------------------------------------------------------- */

body {
	background: url("../images/bg_img.png");
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
}

.btn:hover {
	opacity: 0.7;
}

#header {
	width: 960px;
	height: 102px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}

#header .logo img {
	margin: 0 10px 0 20px;
}

#header .logo h1 {
	margin: 0;
	line-height: 1.3em;
	text-align: left;
	font-size: 16px;
}

#header ul {
	float: right;
	margin: 15px 15px 15px 0;
}

#header ul li {
	float: left;
}

#mainvis {
	background: url("../images/main_bg2018.png") repeat-x center top;
	height: 455px;
}

.cvArea {
	padding: 30px 0 0 0;
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	/*background: url("../images/cv_bg.jpg");*/
}

.cvArea .cvInner{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.cvArea .cvInner h2 {
	background: url("../images/h2_bgImg.png") no-repeat;
	width: 902px;
	margin: 0 auto 30px auto;
	padding: 4px 0 0 0;
	height: 56px;
	color: #00005b;
	font-size: 28px;
	font-weight: bold;
}

.cvArea .cvInner h2 span {
	font-size: 24px;
}

.cvArea .cvInner h2 strong {
	color: #c0262c;
	font-size: 38px;
}

.cvArea .cvInner ul {
	display: inline-block;
}

.cvArea .cvInner .cvImg01 {
	position: absolute;
	bottom: 0;
	left: -10px;
}

.cvArea .cvInner .cvImg02 {
	position: absolute;
	bottom: 0;
	right: -10px;
}

.contents {
	/*width: 960px;*/
	margin: 0 auto;
	/*padding: 20px 0;*/
	/*background-color: #fff;*/
}

.contents .contInner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
}

.contents .contInner .cont01 {
	/*background: url("../images/cont01_bg.png") no-repeat;*/
	padding: 25px 0;
}

.contents .contInner .cont01 .cont01Inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px;
}

.contents .contInner .cont01 .cont01Inner ul{
	text-align: left;
	padding: 15px 0px 15px 30px;
}

.contents .contInner .cont01 .cont01Inner ul li {
	background: url("../images/icon_cont01.png") no-repeat;
	width: 47%;
	padding: 0 0 0 22px;
	margin: 0 0 10px 0;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
}

.contents .contInner .cont01 .cont01Inner ul li.last {
	margin: 0;
}

.contents .contInner .cont01 .cont01Inner ul li span {
	color: #f15a24;
	font-size: 24px;
}

.contents .cont02 {
	background: url("../images/cont_tit_bg.jpg") repeat-x;
}

.contents .cont02 h2 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 93px;
}

.contents .cont02 h2 .arrow {
	position: absolute;
	bottom: -30px;
	left: 46.5%;
	z-index: 1000;
}

.contents .cont02 .cont02Inner {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
}

.contents .cont02 .cont02Inner p {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: bold;
}

.contents .cont02 .cont02Inner p span {
	color: #ed1c24;
	font-size: 25px;
	font-weight: bold;
}

.contents .cont03 {
	margin: 0 0 40px 0;
}

.contents .cont03 h2 {
	position: relative;
	margin: -20px 0 25px 0;
}

.contents .cont03 h2 .h2Img02 {
	position: absolute;
	right: -10px;
	top: -66px;
}

.contents .cont03 .cont03Inner {
	padding: 10px;
	background-color: #fff;
	display: inline-block;
	border-radius: 10px;
}

.contents .contInner .cont03 {
}

.contents .cont03 .cont03Inner h3 {
	margin: 0 0 10px 0;
}

.contents .cont03 .cont03Inner p {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
}

.contents .cont03 .cont03Inner p strong {
	font-size: 26px;
	color: #f15a24;
}

.contents .cont04 {
	background: url("../images/cont_tit_bg.jpg") repeat-x;
}

.contents .cont04 h2 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 73px;
}

.contents .cont04 h2 .arrow {
	position: absolute;
	bottom: -30px;
	left: 46.5%;
	z-index: 1000;
}

.contents .cont04 .cont04Inner {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 80px 0 30px 0;
}

.contents .cont04 .cont04Inner p {
	width: 900px;
    height: 60px;
    margin: 0 auto 15px 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0 0 34px;
}

.contents .cont04 .cont04Inner .step01 {
	background: url("../images/cont04_step_01.png") no-repeat;
}
.contents .cont04 .cont04Inner .step02 {
	background: url("../images/cont04_step_02.png") no-repeat;
}
.contents .cont04 .cont04Inner .step03 {
	background: url("../images/cont04_step_03.png") no-repeat;
}

.contents .cont05 {
	background: url("../images/cont_tit_bg.jpg") repeat-x;;
	/*width: 960px;*/
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
}


.contents .cont05 h2 {
	position: relative;
	width: auto;
	margin: -45px auto 75px;
	height: 73px;
    padding-bottom: 18px;
	padding-top: 7px;
	z-index: 100;
}

.contents .cont05 h2 .arrow {
	position: absolute;
	bottom: -30px;
	left: 46.5%;
	z-index: 1000;
}
.contents .cont05 .cont05Inner {
	width: 920px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 20px 30px 20px;
	text-align:left;
}

.contents .cont05 .cont05Inner table {
	width: 856px;
	margin: 0 auto 20px auto;
	border: 1px solid #808080;
}

.contents .cont05 .cont05Inner table caption {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.contents .cont05 .cont05Inner table th,
.contents .cont05 .cont05Inner table td {
	height: 51px;
	text-align: center;
	font-size:1.5em;
}

.contents .cont05 .cont05Inner table th {
	background: url("../images/tbl_th.png");
	width: 200px;
	color: #fff;
}

.contents .cont05 .cont05Inner table .line {
	border-bottom: 1px dotted #666;
}

.contents .cont05 .cont05Inner .voiceBtm {
	width: 856px;
	display: inline-block;
	margin: 0 auto 40px auto;
}

.contents .cont05 .cont05Inner .voiceBtm p {
	text-align: left;
	float: right;
	width: 670px;
	display: inline-block;
	margin: 0 0 15px 10px;
    font-size: 1.2em;
}

.contents .cont05 .cont05Inner .voiceBtm .info01 {
	font-size: 30px;
	font-weight: bold;
	color: #c0262c;
}

.contents .cont05 .cont05Inner .voiceBtm .info03 {
	background: url("../images/cont05_infoBg.png") no-repeat;
	height: 113px;
	width: 620px;
	padding: 10px 10px 10px 45px;
	line-height: 1.4em;
}

.contents .cont06 {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
.contents .cont06 .cont06Inner table {
	width: 856px;
	margin: 0 auto ;
	border: 1px solid #808080;
}

.contents .cont06 .cont06Inner table th {
	background: url("../images/tbl_th.png");
	color: #fff;
}

.contents .cont06 .cont06Inner table td {
	width: 130px;
}

.contents .cont06 .cont06Inner table th,
.contents .cont06 .cont06Inner table td {
	height: 51px;
	text-align: center;
    font-size: 1.5em;
}

.contents .cont06 .cont06Inner table .line_btm {
	border-bottom: 1px dotted #666;
}

.contents .cont06 .cont06Inner table .line_r {
	border-right: 1px solid #666;
}

.contents .cont07 {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 0 0 0;
}

.contents .cont07 .cont07Inner {
	padding: 0 0 50px 0;
	font-size:1.2em;
	line-height:1.2em;
}

.contents .cont07 .cont07Inner dl {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	line-height: 2.4rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.contents .cont07 .cont07Inner dl dt {
	background: url("../images/cont07_qIcon.png") no-repeat;
	padding: 5px 0 10px 45px;
	margin: 25px 0 0 0;
	color: #f15a24;
}
.contents .cont07 .cont07Inner dl dd {
	background: url("../images/cont07_aIcon.png") no-repeat;
	padding: 5px 0 15px 45px;
}

.contents .cont07 .cont07Inner dl dd.line {
	border-bottom: 2px dotted #666;
}

#footer {
	background: url("../images/footer_bg.jpg");
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}

#footer .cvArea {
	background: none;
	display: inline-block;
	margin: 0 0 40px 0;
}

#footer .cvArea h2 {
	background: none;
	color: #fff;
	margin: 0 0 10px 0;
}

#footer .cvArea h2 strong {
	color: #ffff00;
}

#footer .companyBox {
	width: 856px;
	margin: 0 auto;
	display: inline-block;
}

#footer .companyBox .bnr {
	float: right;
	margin: 37px 0 0 0;
}

#footer .companyBox table {
	width: 618px;
	margin: 0 auto 40px auto;
	background-color: #fff;
	float: left;
}

#footer .companyBox table caption {
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 18px;
}

#footer .companyBox table th {
	background:  #f80;
	color: #fff;
}

#footer .companyBox table th {
	width: 140px;
	text-align: center;
}

#footer .companyBox table th,
#footer .companyBox table td {
	height: 49px;
}

#footer .companyBox table td {
	text-align: left;
	padding: 15px 0 15px 30px;
}

#footer .companyBox table td a {
	text-decoration: none;
	color: #666;
}

#footer .companyBox table .line_btm {
	border-bottom: 1px dotted #666;
}

#footer .cap {
	color: #fff;
	width: 856px;
	margin: 0 auto 10px auto;
	font-size: 18px;
	text-align: left;
}

#footer .privacy {
	width: 826px;
	padding: 15px;
	height: 180px;
	overflow-y: scroll;
	margin: 0 auto 50px auto;
	font-size: 0.9rem;
	text-align: left;
	background: #fff;
	line-height: 1.6em;
}
#footer .secretinfo {
    width: 92%;
    padding: 5px;
    height: 180px;
    overflow-y: scroll;
    margin: 0px auto 47px auto;
    font-size: 0.9rem;
    text-align: left;
    background: #fff;
    line-height: 1.6em;
    border: 1px solid #666;
}
#footer .copyRight {
	background: #00005b;
	color: #fff;
	font-size: 11px;
	padding: 15px 0 150px 0;
}

#footer .copyRight p {
	width: 856px;
	text-align: left;
	margin: 0 auto;
	display: inline-block;
	font-size: 1.2em;
}


/* -----------------------------------------------------------
　　#お客様の声
----------------------------------------------------------- */
.hdM {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 24px 10px 24px;
    border-bottom: 4px solid #3d3d3d;
    position: relative;
    font-weight: normal;
    margin-bottom: 35px;
    color: #000;
}
.hdM:before {
    position: absolute;
    width: 42%;
    height: 4px;
    background-color: #00a0e9;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: "";
}

.hdM a{    text-decoration: none;
    color: #00005b;
    font-weight: bold;
}
.hdM p{    font-size: 18px!important;
	margin-bottom: 30px!important;}
.tac {
    text-align: center!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.link01 a {
    width: 80%;
    height: auto;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    background: #fff;
    text-decoration: none;
    font-size: 24px;
    padding-left: 0px;
    color: #000;
}
.link01 a span.icon {
    background: url(../images/bg_btnbasic01.png) 0 center no-repeat;
    display: inline-block;
    padding-left: 20px;
}

.link01 a:hover{
    background:#f1f1f1;
}
.bdrB02 {
    border-bottom: solid 2px #f1f1f1!important;
}
.mb40 {
    margin-bottom: 40px!important;
}

.twoColumn {
    overflow: hidden;
}
.twoColumnImgL {
    float: left;
    margin-right: 50px;
    display: inline-block;
}
.twoColumnTxt {
    overflow: hidden;
    font-size: 24px;
    color: #010101;
}

/* -----------------------------------------------------------
　　#contactWrap　お問い合わせ
----------------------------------------------------------- */
#contactWrap {
	width: 856px;
	background-color: #fff;
	padding: 50px 0 0 0;
	margin: 0 auto 20px;
}

#contactWrap .contactInner {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 17px 0;
	text-align: left;
}

#contactWrap .contactInner h3 {
	color: #0070bb;
	margin: 0 0 30px 0;
	padding: 7px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	border-top: 3px dotted #0070bb;
	border-bottom: 3px dotted #0070bb;
}

#contactWrap .contactInner p {
	font-size: 15px;
	text-align: left;
	margin: 0 0 10px 0;
}
#contactWrap .contactInner table {
	width: 100%;
	margin: 0 0 40px 0;
	border: 1px solid #666;
}
#contactWrap .contactInner table th {
	width: 250px;
	padding: 15px 0 15px 30px;
	background:  #00005b;
	color: #fff;
}
#contactWrap .contactInner table .line_btm {
	border-bottom: 1px dotted #666;
}

#contactWrap .contactInner table td {
	text-align: left;
	padding: 15px 0 15px 30px;
	line-height: 1.5em;
}

#contactWrap .contactInner table td .required {
	background-color: #c1272d;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	margin: 0 10px 0 10px;
	float: right;
}

#contactWrap .contactInner table td label {
	margin: 0 0 5px 0;
}

#contactWrap .contactInner table td .typeText {
	width: 350px;
	height: 30px;
}

#contactWrap .contactInner table td .typeTextArea {
	width: 350px;
	height: 180px;
}

#contactWrap .contactInner .btnGrp {
	text-align: center;
}

#contactWrap .contactInner .btnGrp input {
	height: 50px;
	margin: 0 20px 0 0;
	cursor: pointer;
	font-size: 24px;
}

#contactWrap .contactInner .btnGrp input:hover {
	opacity: 0.7;
}

#contactWrap .contactInner .btnGrp input.mr00 {
	margin-right: 0;
}

#wrapper .contactfooter {
	text-align: left;
	color: #fff;
	font-size: 11px;
	padding: 15px 0;
}

#wrapper .contactfooter span {
	width: 980px;
	margin: 0 auto;
	display: block;
}

#contactWrap .contactInner .thanksMsg {
	margin: 60px 0 50px 0;
	font-size: 24px;
	text-align: center;
}

#contactWrap .contactInner .topLink{
	font-size: 24px;
	text-align: center;
	margin: 0 0 490px 0;
}

#contactWrap .contactInner .topLink a {
	color: #0070bb;
}
#contactWrap .contactInner .topLink a:hover {
	text-decoration: none;
}


.call-txt01 {
    font-size: 2em;
}
.call-txt02 {
    font-size: 1.9em;
    width: 80%;
    text-align: right;
    margin-right: 37px;
    line-height: 1em;
}
.call-txt03 {
    font-size: 1.8em;
    text-align: left;
    margin-left: 50px;
    color: #fff;
}

.cont03{
max-width: 960px;
    margin: 0 auto 0%;
}


.list6p{
	margin: -20px 0 0 -5px;
	overflow: hidden;
	clear:both;
	width: auto;text-indent: 0;
}

.list6p li {
	float: left;
        width: 470px;
	margin: 5px 0 0 10px;
}


.list6ps{
	margin: -20px 0 0 -5px;
	overflow: hidden;
	clear:both;
	width: auto;text-indent: 0;
}

.list6ps li {
	float: left;
        width: 940px;
	margin: 20px 0 0 10px;
}

.list6ps li img{
        width: 96%;
}


/* -----------------------------------------------------------
　　SP PC 切替え表示用
----------------------------------------------------------- */

.PCtel {display: block;}
.SPtel {display: none;}

.PC6p {display: block;}
.SP6p {display: none;}

.pc {display: block;}
.sp {display: none;}

/* -----------------------------------------------------------
　　申込PDF
----------------------------------------------------------- */


.pdf-dw{
    border: 3px #ddd solid;
    padding: 15px;
    margin: 15px 10px 5px;
    line-height: 1.5em;
    text-align: -webkit-center;
	text-align:center;
}
.pdf-dw p{
    font-size: 1.6em;
    line-height: 1.5em;
}

.pdf-dw a{
    text-decoration: none;
}
.pdf-dw a:hover{
    text-decoration: none;
}
.pdf-dw span{
    background: #999;
    color: #fff;
    padding:5px 30px;
    margin: 0px auto;
    border-radius: 2px;
    font-size: 24px;
    display: block;
    width: 60%;
}
.pdf-dw span:hover{
    background: #999;
    opacity: 0.6; 
}

/* -----------------------------------------------------------
　　固定フッター
----------------------------------------------------------- */
#footerMenu {
  background: rgba(0,0,0,0.5);
  color: #FFF;
  width: 100%;
  height: 0px;
  position: fixed;
  z-index: 300;
  bottom: 0;
  overflow: none;
  left: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
  -moz-box-shadow:    0px -4px 38px rgba(50, 50, 50, 0.50);
  box-shadow:         0px -4px 38px rgba(50, 50, 50, 0.50);
}

#footerMenu.show {
  height: 100px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu ul.navigation li {
  margin-top: 10px;
  float: left;
  margin-right: 14px;
  display: block;
}

#footerMenu ul.navigation li a:hover {
  background-color: #99AABD;
  color: white;
}


#footerMenu ul.navigation li a {
  text-decoration: none;
  padding: .2em 1em;
  color: #000;
  background-color: #ddd;
  border-radius: 5px;
}



#footerMenu.showSP {
  height: 140px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu ul.naviSP  {
  float: left;
  text-align: left
}

#footerMenu ul.naviSP li {
  margin-top: 5px;
  margin-right: 14px;
  display: block;
  font-size: 1.5em
}

#footerMenu ul.naviSP li a:hover {
  background-color: #99AABD;
  color: white;
}


#footerMenu ul.naviSP li a {
  text-decoration: none;
  padding: .2em 0.2em;
  color: #000;
  background-color: #ddd;
  border-radius: 3px;
}

/* -----------------------------------------------------------
　　見積フォーム
----------------------------------------------------------- */
.mitsu{
	width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    text-align: left;
	border: 10px #0A1 solid;
	}
.mitsuTitle{ 
	font-size: 3em;
    color: #FFF;
    font-weight: bold;
}
.mitsu-left{
		width: 49%;
		float: left;
	}
.mitsu-right{		
		width: 49%;
		float: right;
	}
.mitsu-SP{		
		width: 97%;	
		float: left;
	}
.mitsu li.fil5,label {
    float: left;
	font-size: 1.1em;
    line-height: 1em;
}
.mitsu table{
    width: 100%;
	}
.mitsu td{
    padding: 15px 10px;
    font-size: 14px;
	text-align: left;
}
.mitsu-SP td{
    font-size: 24px;
	text-align: left;
}
.mitsu select{
    font-size: 18px;
    padding: 10px;
}
.mitsu-SP select{
    font-size: 24px;
    padding: 10px;
}
.must {
	display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 20px;
    line-height: 22px;
    background: #68C;
    margin-right: 10px;
     margin-left: 0;
}
.mustSP {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 36px;
    line-height: 37px;
    background: #68C;
    margin-right: 10px;
    margin-left: 5px;
}
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
input[type="submit"] {
	width: 80%;
    background: #f80;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 15px;
	font-size: 2em;
    text-transform: uppercase;	
	}
	
	input[type="submit"]:hover{
		background: #007acc;
	}
input, textarea, select {
    padding: 10px;
}
	.mitsu-right input {
		width: 90%
	}

.mngmain a:hover img
{opacity:0.7;}

