@charset "utf-8";
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #FFF url(../images/all_bg02.png) repeat-x bottom;
  z-index: 1000;
  opacity: 0.9;
}
#header > .inner {
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
}
#headerLogo {
  float: left;
  margin: 0;
  padding: 10px 0 0;
  line-height: 27px;
}
#headerLogo img {
  display: block;
  width: 360px;
  max-width:100%;
  height: auto;
  width:/***/auto; /* IE8 */
}
#headerLogo img#sp {
  display: none;
}
#navigation {
  float: right;
}
#navigation li {
  float: left;
  margin: 0;
  width: 142px;
  text-align: center;
  background: url(../images/all_lin01.png) no-repeat center right;
}
#navigation li a {
  color: #000;
  padding: 20px 0;
  display: block;
  background-color: #FFF;
  text-decoration: none;
  background: url(../images/all_lin01.png) no-repeat center left;
  border-collapse: collapse;
}
#navigation li.section01 a.current, #navigation li.section02 a.current, #navigation li.section03 a.current, #navigation li.section04 a.current {
  padding: 20px 0;
}
#navigation li.section01 a.current {
  background-color: #ed55ad;
  color: #FFF;
}
#navigation li.section02 a.current {
  background-color: #2cbccd;
  color: #FFF;
}
#navigation li.section03 a.current {
  background-color: #2e407e;
  color: #FFF;
}
#navigation li.section04 a.current {
  background-color: #893905;
  color: #FFF;
}
/*  maintop */

.maintop {
  width: 100%;
  background: url(../images/main_bg.png) repeat-x center top;
  margin-top: 60px;
}
.maintopInner {
  display: none;
  width: 980px;
  height: 460px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
/* contents */

#contents {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  clear: both;
}
#contents h2 {
  display: none;
}
#section01, #section02, #section03, #section04 {
  width: 972px;
  padding: 120px 28px 0 28px;
}



@media print{
#section01 {
  width: 972px;
  padding: 20px 28px 100px 0;
}

#section02 {
  width: 972px;
  padding: 20px 28px 20px 0;
}

#section03{
  width: 972px;
  padding: 0 28px 100px 0;
}

#section04 {
  width: 972px;
  padding: 150px 28px 100px 0;
}
}


#section01 {
  background: url(../images/section_bg01.png) no-repeat top left;
}
#section02 {
  background: url(../images/section_bg02.png) no-repeat top right;
}
#section03 {
  background: url(../images/section_bg03.png) no-repeat top left;
}
#section04 {
  background: url(../images/section_bg04.png) no-repeat top right;
}

#section_inou {
  background: url(../images/section_bg_inou.png) no-repeat top left;
}
#section01box, #section02box, #section03box, #section04box, #section_inoubox {
  margin: 0 0 100px 0;
  padding: 30px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  background-color: #F6F6F6;
  opacity: 0.9;
  z-index: 999;
  overflow: visible;
}

@media print{
#section01box, #section02box, #section03box, #section04box, #section_inoubox {
  margin: 100px 0 100px 0;
  padding: 40px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  background-color: #F6F6F6;
  opacity: 0.9;
  z-index: 999;
  overflow: visible;
}
	
}
#section01box {
  border: 1px solid #EA40A2;
}
#section02box {
  border: 1px solid #14B4C7;
}
#section03box {
  border: 1px solid #1867B8;
}
#section04box {
  border: 1px solid #FE9C21;
}

#section_inoubox {
  border: 1px solid #2e3963;
}
/* section01 */

#section01box {
  overflow: hidden;
}
#section01box h3 {
  color: #EB41A3;
  font-size: 110%;
  font-weight: bold;
  background: transparent url(../images/section_lin01.png) no-repeat left bottom;
  margin-bottom: 10px;
  padding : 0 0 5px 5px;
  letter-spacing: 1em;
}
.section01_l {
  width: 430px;
  float: left;
}
.section01_r {
  width: 420px;
  float: left;
  margin-left: 40px;
}
section table {
  width: 100%;
}
section th, section td {
  padding: 10px;
  text-align: left;
}
section th {
  width: 30%;
  font-weight: bold;
  white-space: nowrap;
}
 @media only screen and (max-width:480px) {
section table {
  margin: 0 -10px;
}
section table th,  section table td {
  width: 100%;
  display: block;
  border-top: none;
  line-height: 1.4em;
  margin: 0;
}
section table th {
  line-height: 1em;
  padding-bottom: 0;
}
section table td {
  padding-bottom: 10px;
}
}
/* section02 */

.leadTxt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2em;
}
#section02box h3 {
  color: #13B3C6;
  font-weight: bold;
  font-size: 120%;
}
#section02box {
  text-align: center;
}
.contents p {
  text-align: left;
  padding: 0 20px;
}
.other {
  width: 350px;
  margin: 0 auto;
}
.other li {
  float: left;
  text-align: center;
  padding: 10px;
}

.other a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.2s;
}
  
/* section03 */

#section03box h3 {
  color: #314582;
  font-weight: bold;
  font-size: 120%;
}

#section03box h4 {
  color: #314582;
  font-weight: bold;
  font-size: 110%;
  margin:20px 0 10px;
}

#section03box h5 {
  font-weight: bold;
  font-size: 100%;
  border-bottom: 2px solid #283977;
  padding-bottom:5px;
}

.recruitLeadTxt {
  padding:10px 0;
}

#section03box table.recruitTbl{
 width: 100%;
 margin-top: 20px;
}

#section03box table.recruitTbl th,
#section03box table.recruitTbl td  { padding: 10px; border: 1px solid #ddd; }
#section03box table.recruitTbl th  { background: #dbe9f0; }
#section03box table.recruitTbl th  { width: 20%; text-align: left; }
 
@media only screen and (max-width:480px){
#section03box table.recruitTbl {
      margin: 0 -5px;
      width: 96%;
}

#section03box table.recruitTbl th,
#section03box table.recruitTbl td{
        width: 100%;
        display: block;
        border-top: none;
}

#section03box table.recruitTbl tr:first-child th {
  border-top: 1px solid #ddd;
  }

#section03box p{
  text-align:left!important;
}
} 



/* section04 */

#mapField {
  margin-top: 20px;
  border: 8px solid #FFF;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#mapField iframe, #mapField object, #mapField embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* pagetop */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/* footer */

footer {
  text-align: center;
  padding: 50px 0;
}
 @media screen and (max-width: 950px) {
header {
  height: 54px;
}
#headerLogo {
  width: 30%;
}
#headerLogo img {
  display: block;
  width: 100%;
  height: auto;
  padding: .2em 0 0 .4em;
}
#headerLogo img#sp {
  display: none;
}
#navigation {
  float: right;
}
#navigation li {
  float: left;
  margin: 0;
  width: 122px;
  text-align: center;
  background: url(../images/all_lin01.png) no-repeat center right;
}
#navigation li a {
  color: #000;
  padding: 16px 0;
  display: block;
  background-color: #FFF;
  text-decoration: none;
  background: url(../images/all_lin01.png) no-repeat center left;
  border-collapse: collapse;
}
#navigation li.section01 a.current, #navigation li.section02 a.current, #navigation li.section03 a.current, #navigation li.section04 a.current {
  padding: 16px 0;
}
}
 @media screen and (max-width: 690px) {
#header {
  height: 48px;
}

#headerLogo img#pc {
  display: none!important;
}

#headerLogo {
  width: 20%;
}
#headerLogo img#sp {
  display: block;
  width: 80px;
  height: auto;
  margin-top:-.3em;
  padding: 0 0 0 .5em;
}
#navigation {
  float: right;
  width: 80%;
}
#navigation li {
  float: left;
  margin: 0;
  width: 25%;
  font-size: 1em;
  text-align: center;
  background: url(../images/all_lin01.png) no-repeat center right;
}
#navigation li a {
  color: #000;
  padding: 15px 0;
  display: block;
  background-color: #FFF;
  text-decoration: none;
  background: url(../images/all_lin01.png) no-repeat center left;
  border-collapse: collapse;
  font-size: .7em;
}
#navigation li.section01 a.current, #navigation li.section02 a.current, #navigation li.section03 a.current, #navigation li.section04 a.current {
  padding: 15px 0;
}
#contents, #main {
  width: auto;
}
#contents {
  padding: 0;
}
.maintop {
  width: 100%;
  background: #fff url(../images/main_bg.png) repeat-x center top;
  margin-top: 48px;
  padding: 0;
}
.maintopInner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding:0 5px;
}
#section01, #section02, #section03, #section04 {
  width: 90%;
  margin: 0 auto;
  padding: 160px 10px 0 10px;
}
#section01 {
  background: url(../images/section_bg01.png) no-repeat top center;
  background-size: contain;
}
#section02 {
  background: url(../images/section_bg02.png) no-repeat top center;
  background-size: contain;
}
#section03 {
  background: url(../images/section_bg03.png) no-repeat top center;
  background-size: contain;
}
#section04 {
  background: url(../images/section_bg04.png) no-repeat top center;
  background-size: contain;
}
#section01box, #section02box, #section03box, #section04box {
  margin: 0 auto;
  padding: 30px 10px;
}
.section01_l {
  width: 100%;
  float: none;
}
.section01_r {
  width: 100%;
  float: none;
  margin-left: 0;
}
.contents div {
  text-align: center;
}
.contents div p {
  text-align: center;
}
.content4_1, .content4_2, .content4_3, .content4_4 {
  width: 100%;
}
ul.other {
  width: 100%;
}
ul.other li {
  float: none;
  text-align: center;
}
#section03box p {
  text-align: center;
}
footer {
  text-align: center;
  padding: 20px 0;
  font-size: 83%
}
}
 @media screen and (max-width: 480px) {
#header {
  height: 48px;
}
#headerLogo img#pc {
  display: none!important;
}
#headerLogo {
  width: 20%;
}
#headerLogo img#sp {
  display: block;
  width: 60px;
  height: auto;
  padding: 0 0 0 .3em;
}
#navigation {
  float: right;
  width: 80%;
}
#navigation li {
  float: left;
  margin: 0;
  width: 25%;
  font-size: 1em;
  text-align: center;
  background: url(../images/all_lin01.png) no-repeat center right;
}
#navigation li a {
  color: #000;
  padding: 15px 0;
  display: block;
  background-color: #FFF;
  text-decoration: none;
  background: url(../images/all_lin01.png) no-repeat center left;
  border-collapse: collapse;
  font-size: .7em;
}
#navigation li.section01 a.current, #navigation li.section02 a.current, #navigation li.section03 a.current, #navigation li.section04 a.current {
  padding: 15px 0;
}
.leadTxt {
  text-align: left;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.4em;
}
#contents, #main {
  width: auto;
}
#contents {
  padding: 0;
}
.maintop {
  width: 100%;
  background: url(../images/main_bg.png) repeat-x center top;
  margin-top: 48px;
  padding: 0;
}
.maintopInner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#section01, #section02, #section03, #section04 {
  width: 90%;
  margin: 0 auto;
  padding: 90px 10px 0 10px;
}
#section01 {
  background: url(../images/section_bg01.png) no-repeat top center;
  background-size: contain;
}
#section02 {
  background: url(../images/section_bg02.png) no-repeat top center;
  background-size: contain;
}
#section03 {
  background: url(../images/section_bg03.png) no-repeat top center;
  background-size: contain;
}
#section04 {
  background: url(../images/section_bg04.png) no-repeat top center;
  background-size: contain;
}
#section01box, #section02box, #section03box, #section04box, #section_inoubox {
  margin: 0 auto;
  padding: 30px 10px;
}
.section01_l {
  width: 100%;
  float: none;
}
.section01_r {
  width: 100%;
  float: none;
  margin-left: 0;
}
.contents div {
  float: none;
  text-align: center;
}
.contents div p {
  text-align: center;
}
ul.other {
  width: 100%;
}
ul.other li {
  float: none;
  text-align: center;
}
#section03box p {
  text-align: center;
}
footer {
  text-align: center;
  padding: 20px 0;
  font-size: 83%
}
}



/* section inou */

#section_inoubox {
  overflow: hidden;
  margin-top: 100px;
}
#section_inoubox h2 {
	display: block;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	color: #2e3963;
	margin-bottom: 20px;
}
	 
#section_inoubox h3 {
  color: #EB41A3;
  font-size: 110%;
  font-weight: bold;
  background: transparent url(../images/section_lin01.png) no-repeat left bottom;
  margin:20px 0;
  padding : 0 0 5px 5px;
  letter-spacing: 0;
  width: 100%;
}
.section_inou_l {
  width: 640px;
  float: left;
}
.section_inou_r {
  width: 240px;
  float: left;
  margin-left: 30px;
}
section table {
  width: 100%;
}
section th, section td {
  padding: 10px;
  text-align: left;
}
section th {
  width: 30%;
  font-weight: bold;
  white-space: nowrap;
}

.inou_contact {
	border: 1px solid #999;
	background-color: #fff;
	margin: 20px 0;
	padding:20px;
	text-align: center;
}

div.inou_btn {
    margin: 20px 20px 40px;
    border: none;
  box-sizing:border-box;
  width:250px;
  font-size: 114%;
	display: block;
	margin: 0 auto;
	background-color: #9caa18;
	 color: #fff;
}
div.inou_btn::before,
div.inou_btn::after {
   box-sizing:border-box;
}
.inou_btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
	
}
.inou_btn:hover {
	color: #9caa18;
	background-color: #434c71;
}

@media screen and (max-width: 480px) {
	
#section_inoubox {
	margin:80px 10px 0;
}

.section_inou_l,
.section_inou_r {
  width: 90%;
}
	
#section_inoubox h3{
	width: 100%;
}

.section_inou_r {
	text-align:center;
	margin-left: 5%;
}

div.inou_btn {
    margin: 20px 0 40px;
	width: 100%;
}

}
