
@charset "utf-8";

/* CSS Document */
/*------------------¹²Í¨------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color: #333333;
}

p,a,li,dt,dd,h1,h2,h3,h4 {
	line-height: 140%;
}

.in_box {
	width: 980px;
	margin: auto;
}

.left { float: left; }
.right { float: right; }

.text_c { text-align: center; }

a:hover { opacity: 0.9; }

/*headaer
-----------------------------------------------------------------*/
#header h1 {
	background-color: #e0e0e0;
}

#header h1 span {
	width: 980px;
	margin: auto;
	display: block;
	color: #0e4997;
	font-size: 12px;
}

#header_in {
	width: 980px;
	margin: auto;
	padding: 15px 0;
	}

#h_logo {
	float: left;
	margin-top: 15px;
}

#h_add {
	float: right;
	}

#h_add li {
	float: left;
	margin-left: 20px;
}

.hf_text {
	font-size: 14px;
	margin: 5px 0px 3px;
}

/*navi
-----------------------------------------------------------------*/
#navi {
	width: 100%;
	background-color: #0e4997;
}

#navi ul {
	width: 980px;
	margin: auto;
}

#navi li {
	float: left;
	border-left: 1px solid #3e6ea8;
}

#navi li:last-child {
	border-right: 1px solid #3e6ea8;
}

#navi li  {
	position: relative;
	z-index: 2;
	display: inline-block;
	outline: none;
	height: 76px;
	overflow: hidden;
}

#navi li::before,
#navi li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

#navi li,
#navi li::before,
#navi li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#navi li::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
#navi li:hover::after {
	top: 0;
	background-color: #FAAD00;
}

#navi li:hover { opacity: 1; }

/*main　visual
-----------------------------------------------------------------*/
#main_visual {
	width: 100%;
	height: 599px;
	background: url(../img/main_bg.jpg) no-repeat left center;
}

#main_visual_in {
	width: 1158px;
	margin: auto;
}

/*content
-----------------------------------------------------------------*/

.sec_mg {
	margin: 80px 0px 110px;
}

.banner_mt {
	margin-top: 50px;
}

.sec_title {
	text-align: center;
	background: url(../img/h2_bg.png) no-repeat center;
	background-size: cover;
	margin-bottom: 100px;
}

.sec_title-pd01 { padding: 52px 0px 105px }
.sec_title-pd02 { padding: 88px 0px 150px; }

.title01 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 30px;
	background-color: #0e4997;
}

.title01 span {
	padding-left: 15px;
	border-left: 6px solid #fff;
}


/*content_top ▼ ----------------------*/
#content_top {
	background: url(../img/content_topbk.jpg) repeat-x;
	background-size: cover;
	padding: 40px 0;
}

#content_top ul {
	width: 980px;
	margin: auto;
}

#content_top li {
	float: left;
	margin-right: 13px;
}

#content_top li:nth-child(3) {
	margin-right: 0;
}

/*sec01 ▼ ----------------------*/
.sec01_dl {
	color: #fff;
	background-color: #2572bd;
	padding: 30px 40px;
}

.sec01_dl dt {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.sec01_btn {
	margin-top: 20px;
}

.sec01_li li {
	float: left;
	width: 48.5%;
}

.sec01_li li:first-child {
	margin-right: 29px;
}

.sec01_img {
    line-height: 80%;
}

.sec01_staff {
	margin-top: 30px;
	padding: 30px 40px 15px;
}

.sec01_staff .right li {
	float: left;
}

/*sec02 ▼ ----------------------*/
.sec02_01 {
	margin-bottom: 80px;
}

.sec02_01 .right {
	width: 62%;
}

.sec02_02 .right {
	margin: 0px 0px 20px 20px;
}

/*sec03 ▼ ----------------------*/

.sec03_contact {
	width: 88%;
	margin: auto;
}

.sec03_contact li {
	float: left;
}

.sec03_contact li:first-child {
	margin-right: 40px;
}

.sec03_mb {
	margin-bottom: 80px;
}

.sec03_company .title01 {
	background-color: #787878;
}

.sec03_company .cmn_tb th {
	background-color: #b4b4b4;
}

.sec03_company td li {
	margin-bottom: 30px;
}

.sec03_company td li:last-child {
	margin-bottom: 0px;
}

.sec03_company td li dt {
	color: #0e4997;
}

 /*table 共通 ▼　-------------　*/
.cmn_tb {
	border: 1px solid #d4d4d4;
}
.cmn_tb th {
	width: 21%;
	color: #fff;
	padding: 20px;
	text-align: left;
	background-color: #4f87cd;
	border-bottom: 1px solid #fff;
}

.cmn_tb th span, #contact dt span {
	font-size: 14px;
	margin-right: 10px;
}

.cmn_tb td {
	padding: 20px 30px;
	line-height: 140%;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.cmn_tb tr:last-child td, .cmn_tb tr:last-child  td {
	border-bottom: none;
}


/*contact ▼ ----------------------*/

#contact dl {
background: #4f87cd;
	border-bottom: 1px solid #d4d4d4;
}

#contact dt {
	float: left;
	color: #fff;
	width: 195px;
	padding:15px 0 15px 20px;
}

#contact dd {
	float: left;
	background: #fff;
	width: 743px;
	padding:12px 0 13px 20px;
}

.contact_wrap {
	margin-top: 60px;
	border: 1px solid #d4d4d4;
}

#contact dl:last-child dt,#contact dl:last-child dd {
	border-bottom: none;
}

#contact dl:last-child dd {
	padding: 20px 0px 15px 20px;
}


#contact dl:nth-child(7) dd {
	height: 31px;
}


input[type="text"],textarea {
	width: 720px;
	height: 25px;
}

textarea {
	height: 160px;
}

p#confirm input {
	width: 320px;
	height: 90px;
	display: block;
	margin: auto;
	text-indent: -99999px;
	background: url(../img/confirm_btn.png) no-repeat left center;
	border: none;
	cursor: pointer;
}


.error-text {
	font-size: 12px;
	color: #f00;
}


ul#form_btn  {
  text-align: center;
  margin-top: 50px;
}


#form_btn li {
  display: inline-block;
}

#form_btn li input[type="submit"],#form_btn li input[type="button"] {
  color: #fff;
  border: none;
  font-size: 120%;
  font-weight: bold;
  padding: 15px 70px;
  cursor: pointer;
  background-color: #0060a8;
  -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
  -moz-box-shadow:0px 5px 0px rgb(0,71,158); -webkit-box-shadow:0px 5px 0px rgb(0,71,158); box-shadow:0px 5px 0px rgb(0,71,158);
}




/*privacy ▼ ----------------------*/
#privacy .title01 {
	margin-bottom: 15px;
}

.p_box {
	margin-bottom: 60px;
}

#privacy {
	width: 880px;
	padding: 50px;
	margin: auto;
	border: 1px solid #ccc;
	height: 300px;
	overflow-y:scroll
}

/*footer
-----------------------------------------------------------------*/
#footer {
	margin-top: 80px;
	width: 100%;
	background: url(../img/f_bg.png) repeat-x left bottom #e0e0e0;
}


#footer_in {
	width: 980px;
	margin: auto;
}


#footer_in ul {
	padding: 40px 0 30px 0;
}

#footer_in li {
	float: left;
}

#footer_in li:nth-child(2) {
	float: right;
}

p#copy {
	background: #0e4997;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

p#copy a {
	color: #fff;
}

#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 5%;
	right: 3%
}
