/*===============================================
●PC設定 
===============================================*/
@media print, screen and  (min-width: 856px){
	
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	color: #33333;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	height:100%;
	min-height:100%;

}
/* 会社案内CSS========================================================================================================================================
========================================================================================================================================*/

.company .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.company .box_title h2{
  margin: 0;
  padding-top: 155px;
  padding-bottom: 20px;
  font-size: 30px;

}
.company .box1{
  text-align: center;
 }
.company .box1 h2{
 font-weight: normal;
 font-size: 30px;
 line-height: 200%;
 }
.company .box1 p{
 padding: 0 26%;
 font-size: 14px;
}
.company h3{
 text-align: center;
 font-size: 28px;
 font-weight: normal;
 margin-top: 70px;
}
.company table{
 width: 100%;
 border-top:#003876 1px solid;
 border-collapse: collapse;
}
.company th{
 color: #003876;
 font-weight: bold;
 font-size: 18px;
 width: 24%;
 border-bottom: #003876 1px solid;
 text-align: left;
 padding: 15px 0;
}
.company td{
 border-bottom: #003876 1px solid;
  padding: 15px 0;
}
.company .box_profile{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 padding-bottom: 90px;
}
.company .box_profile .profile{
 width: 47%;
 background-color: #FFF;
}
.company .box_profile .profile dl{
 margin: 0;
 padding: 10%;
}
.company .box_profile .profile dl .name{
 color: #003876;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 20px;
}
.company .box_profile .profile dl .text12{
 font-size: 16px;
}
.company .box_profile .profile dd{
 margin-left: 0;
 line-height: 180%;
 padding-bottom: 35px;
}

/* メンバー紹介CSS========================================================================================================================================
========================================================================================================================================*/
.member .pagenav{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.member #bt a {

    display: block;
    color: #FFF;
    width:370px;
	padding:5px 0;
	text-align: center;
	margin-top:10px;
    background: url(../images/solution/bg_botan2.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	background-color:#003876;
}
.member #bt a:hover{
	color:#003876;
}
.member #bt  a:after{
  content: url(../images/index/point4.png); 
  position:absolute;
  right:3px;
  top:7px;
}
.member #bt a:hover:after{
  content: url(../images/index/point5.png); 
}
.member .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px
}
.member .box_title h2{
  margin: 0;
  padding-top: 130px;
  padding-bottom:20px;
  font-size: 30px;

}
.member .box1{
  text-align: center;
  margin-bottom: 50px;
 }
.member .box1 h2{
 font-weight: normal;
 font-size: 30px;
 line-height: 200%;
 }
.member .box1 p{
 font-weight: 600;
 font-size: 20px;
}
.member .box_nav{
 margin: 0 auto 50px auto;
 font-size: 20px
}
.member .box_nav a .thumb{
  width: 22%;
  margin: 20px 1.5% 0px 1.5%;
  float: left;
  text-align: center;
  color: #000;
}
.member .box_nav a:nth-child(5) .thumb{
  float: left;
 clear: left;
}
.member .box_nav a .thumb img{
 width: 60%;
}
.member .box_nav a .thumb .type{
 font-size: 13px;
}
.member .box2{
 padding-bottom: 80px;
}
.member .box_member1{
 margin-top: 70px;
  background-color: #FFF;
}
.member .box_member2{
 margin-top: 70px;
  background-color: #FFF;
}
.member .photo{
  width: 27%;
  overflow: hidden;
  text-align: center;
  background-color: #FFF;
  position: relative;
}
.member .box_member1 .photo{
 float: left;
}
.member .box_member2 .photo{
 float: right;
}
.member .photo img{
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.member .photo .front{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: 0.8s;
}
.member .photo:hover .front{
  opacity: 0;
}


.member .data{
 width: 65%;
 padding: 4%;
}
.member .box_member1 .data{
 float: right;
}
.member .box_member2 .data{
 float: left;
}
.member .data .name{
 font-size: 25px;
 font-weight: 600;
 color: #003876;
 float: left;
 line-height: 130%;
}
.member .data .name td:nth-child(1){
 width: 178px;
}
.member .data .sns{
 width: 25%;
 font-size: 45px;
 float: left;
}
.member .data .sns a .fa-facebook-square{
  color:#4267b2;
}
.member .data .sns a .fa-twitter-square{
  color:#1DA1F2;
}
.member .box_member1 .data .sns{
 text-align: left;
 padding-left: 50px;
}
.member .box_member2 .data .sns{
 text-align: right;
}
.member .data .profile{
 padding-top: 20px;
}
.member .data table{
display: block;
 width: 100%;
 margin: 0;
 padding: 0;
}
.member .data td:nth-child(1){
 width: 10%;
 vertical-align: top;
}
/* 2BCとはCSS========================================================================================================================================
========================================================================================================================================*/

.about .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.about .box_title h2{
  margin: 0;
  padding-top: 130px;
  padding-bottom: 20px;
  font-size: 33px;

}
.about .box1{
  text-align: center;
 }
.about .box1 h2{
 font-size: 30px;
 color: #666;
 }
.about .box1 p{
 font-size: 14px;
 line-height: 200%;
 width: 80%;
 margin:0 auto;
}
.about .box2{
 background-image: url(../images/aboutus/bg_value.png);
 padding: 60px 0;
 margin: 115px 0;
 }
.about .box2 h2{
 font-size: 30px;
 color: #FFF;text-align: center;
 }
.about .box2 .box_value{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.about .box2 .box_value dl{
 width: 30%;
 color: #FFF;
}
.about .box2 .box_value dl dt{
font-size: 20px;
text-align: center;
margin-bottom: 30px;
}
.about .box2 .box_value dl dd{
 margin-left: 0;
 line-height: 200%;
}
.about .text1{
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 30px;
}
.about .box_vision {
 margin-bottom: 60px;
}
.about .box_vision p{
 font-weight: normal;
 text-align: left;
 margin-bottom: 30px;
}
.about hr{
  background-color: #003876;
  height: 1px;
  border: none;
 margin-bottom: 115px;
}
.about .box_solution{
 background-color: #FFF;
 padding: 40px 10%;
 margin-top: 50px;
 margin-bottom: 80px;
 text-align: left;
}
.about .box_solution h3{
 font-size: 25px;
 color: #003876;
 font-weight: bold;

}
.about .box_solution hr{
 width: 30px;
 height: 1px;
 background-color: #003876;
 margin-bottom: 30px;
}
.about .box_solution .solutionimage img{
 width: 100%;
 margin-top: 30px;
 margin-bottom: 80px;
}
.about .box_solution dl{
 margin-bottom: 55px;
}
.about .box_solution dt{
 width: 100%
}
.about .box_solution dt .icon{
 width: 10%;
 float: left;
}
.about .box_solution dt .icon img{

}
.about .box_solution dt .title_solution{
 width: 68%;
 float: left;
 color: #003876;
 padding-left: 5%;
 padding-top: 17px;
 position: relative;
 font-size: 14px;
}
.about .box_solution dt .title_solution:before{
  content: '■'; 
  position:absolute;
  left:3%;
  top:17px;
  font-size:20px;
  color: #003876;
}
.about .box_solution dt .title_solution .text3{
 font-size: 16px;
 font-weight: bold;
}
.about .box_solution dd{
 margin-left: 0;
 padding-top: 30px;
 line-height: 200%;
}
.about .box_solution #bt a {
    display: block;
	margin-top: 17px;
    color: #003876;
    width:130px;
	padding:5px 0;
	padding-left:10px;
    background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	background-color:#FFF;
	font-size:12px;
	float: left;
}
.about .box_solution #bt a:hover{
	color:#FFF;
}
.about .box_solution #bt a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.about .box_solution #bt a:hover:after{
  content: url(../images/index/point4.png); 
}
.about .photo{
  width: 500px;
  margin: 50px auto;
  position: relative;
}
.about .photo img{
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.about .photo .front{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: 0.8s;
}
.about .photo:hover .front{
  opacity: 0;
}
/* recruit========================================================================================================================================
========================================================================================================================================*/
.recruit .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.recruit .box_title h2{
  margin: 0;
  padding-top: 130px;
  padding-bottom: 20px;
  font-size: 33px;

}
.recruit .box1{
  font-size: 20px;
  text-align: center;
  line-height: 180%;
}
.recruit hr{
  background-color: #003876;
  height: 1px;
  border: none;
  margin-top: 50px;
 margin-bottom: 60px;
}
.recruit h3{
 color: #003876;
 font-size: 25px;
 text-align: center;
 margin: 0;
}
.recruit .nav_local{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 795px;
	margin:60px auto;
}
.recruit .nav_local #bt{
  display:table;
  width: 48%;
  
}
.recruit .nav_local #bt a {
  display:table-cell;
  height: 50px;
  vertical-align: middle;
  color: #003876;
  text-align: center;
  border:#003876 1px solid;
  background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
  background-color: #FFF;
  font-size: 15px;
  padding: 10px 0;
}
.recruit .nav_local #bt a:hover{
	color:#FFF;
}
.recruit  dl{
  background-color: #FFF;
  padding: 8% 140px;
  line-height: 200%;
  width: 68.3%;
margin: 0 auto;
}
.recruit dt{
  color: #003876;
  font-size: 30px;
  line-height: 150%;
}
.recruit dl hr{
 width: 30px;
 height: 1px;
 background-color: #003876;
 margin: 30px 0;
}
.recruit dd{
  margin-left: 0;
}
.recruit dd .text1{
 font-size: 30px;
  line-height: 150%;
}
.recruit dd .text2{
  font-size: 23px;
  margin-bottom: 50px;
}
.recruit dd li{
  list-style: disc;
  margin-left: 15px;
}
.recruit dd table{
  width: 100%;
  border-top: #003876 1px solid;
  margin-top: 60px;
}
.recruit dd table th{
   border-bottom: #003876 1px solid;
   text-align: left;
   color: #003876;
   font-size: 18px;
   width: 15%;
   padding: 18px 0;
}
.recruit dd table td{
  border-bottom: #003876 1px solid;
  padding: 18px 0;
}
.recruit dd table td li{
  list-style: disc;
  margin-left: 15px;
}
.recruit dd table td li ul li{
  list-style: none;
  margin-left: 20px;
}
.recruit .bt_list{
  width:300px;
  margin:90px auto;
}
.recruit .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
    width:100%;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
    background: url(../images/common/bg_botan2.png) repeat-y -300px 0;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
}
.recruit .bt_list #bt a:hover{
	color:#003876;
}
.recruit .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.recruit .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}
/* 個人情報CSS========================================================================================================================================
========================================================================================================================================*/

.privacy .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.privacy .box_title h2{
  margin: 0;
  padding-top: 155px;
  padding-bottom: 20px;
  font-size: 30px;

}
.privacy .box_privacy{
  width: 1000px;
  margin: 0 auto;
}
.privacy .box1{
  margin: 20px auto;
  padding-bottom: 50px;
 }
 .privacy h3{
  margin-top: 40px;
 }
.privacy ul{
  padding: 0;
  display: block;
  width: 90%;
  margin: 0px auto;
} 
.privacy ul li{
 list-style: disc;
 margin-bottom: 10px;
}
.privacy ol{
  padding: 0;
  display: block;
  width: 90%;
  margin: 0px auto 10px;
} 
.privacy ol li{
  margin-left: 20px;
}
}
/*===============================================
●スマホ設定
===============================================*/
@media screen and  (max-width: 855.99px){

body{
	font-size:1.0em;
	color: #33333;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	background-image:url(../images/sp/bg_body.png);
	background-position:top center;
	background-repeat:repeat-y;
	background-size:contain;


}

/* 会社案内CSS========================================================================================================================================
========================================================================================================================================*/
.company .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
}

.company .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.company .box1{
  text-align: center;
  padding-top: 20px;
 }
.company .box1 h2{
 font-weight: normal;
 font-size: 20px;
 line-height: 200%;
 }
.company .box1 p{
 font-size: 14px;
 text-align: left;
}
.company h3{
 text-align: center;
 font-size: 25px;
 font-weight: normal;
 margin-top: 70px;
}
.company table{
 width: 100%;
 border-top:#003876 1px solid;
 border-collapse: collapse;
 padding-top: 20px;
 font-size: 13px;
}
.company th{
display: block;
 color: #003876;
 font-weight: bold;
 font-size: 14px;
 text-align: left;
 padding: 5px 0;
}
.company td{
display: block;
 border-bottom: #003876 1px solid;
  padding: 5px 0;
  margin-bottom: 10px;
}
.company td ul{
margin: 0;
padding: 0;
}
.company td li{
 list-style: disc;
 margin-left:20px;
}
.company .box_profile{

}
.company .box_profile .profile{
 background-color: #FFF;
 margin-bottom: 50px;
}
.company .box_profile .profile dl{
 margin: 0;
 padding: 10%;
}
.company .box_profile .profile dl .name{
 color: #003876;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 20px;
}
.company .box_profile .profile dl .text12{
 font-size: 16px;
}
.company .box_profile .profile dd{
 margin-left: 0;
 line-height: 180%;
 padding-bottom: 35px;
}
/* メンバー紹介CSS========================================================================================================================================
========================================================================================================================================*/
.member .pagenav{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:40px;
}
.member .pagenav #bt{
  display: block;
  width: 48%;
  margin-bottom: 15px;
}
.member .pagenav #bt a {
  display: block;
  color: #FFF;
  text-align: center;
  border:#003876 1px solid;
  background-color: #003876;
  font-size: 15px;
  padding: 10px 0;
}


.member .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
}

.member .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.member .box1{
  text-align: center;
  padding-top: 20px;
 }

.member .box1 p{
 font-weight: 600;
 font-size: 14px;
 text-align: left;
margin-bottom:  -50px;
}
.member .box2{
 padding: -40px 0 0 0;
}
.member .box_member1{
 margin-top: 60px;
  background-color: #FFF;
  padding-bottom: 30px;
}
.member .box_member2{
 margin-top: 60px;
  background-color: #FFF;
  padding-bottom: 30px;
}
.member .photo{
  overflow: hidden;
  text-align: center;
  position: relative;
}
.member .photo img{
width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.member .photo .front{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.member .photo .behind{
  display: none;
}
.member .data{
 padding: 8%;
 font-size: 13px;
}

.member .data .name{
 font-size: 18px;
 font-weight: 600;
 color: #003876;
}
.member .data .sns{
 font-size: 45px;
}
.member .data .sns a .fa-facebook-square{
  color:#4267b2;
}
.member .data .sns a .fa-twitter-square{
  color:#1DA1F2;
}

.member .data .profile{
 padding-top: 20px;
}
.member .data table{
display: block;
 width: 100%;
 margin: 0;
 padding: 0;
}
.member .data td:nth-child(1){
display: block;
}
.member .data td:nth-child(2){
display: block;
margin-bottom: 20px;
}
/* 2BCとはCSS========================================================================================================================================
========================================================================================================================================*/

.about .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
}

.about .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.about .box1{
　text-align: center;
  padding-top: 20px;
 }
.about .box1 h2{
  text-align: center;
 font-size: 30px;
 line-height: 200%;
 color: #666;
 }
.about .box1 p{
 font-size: 14px;
 text-align: left;
}
.about .box2{
 background-image: url(../images/aboutus/bg_value.png);
 padding-top: 50px;
 padding-bottom: 30px;
 margin-top: 50px;
 }
.about .box2 h2{
 font-size: 30px;
 color: #FFF;
 text-align: center;
 }
.about .box2 .box_value{
padding-top: 30px;
}
.about .box2 .box_value dl{
 color: #FFF;
 margin-bottom: 70px;
}
.about .box2 .box_value dl dt{
font-size: 20px;
text-align: center;
margin-bottom: 30px;
}
.about .box2 .box_value dl dd{
 margin-left: 0;
 line-height: 200%;
}
.about .text1{
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 30px;
}
.about .text2{
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}
.about .box_vision {
 margin-bottom: 60px;
}
.about .box_vision p{
 font-weight: normal;
 text-align: left;
 margin-bottom: 30px;
}
.about hr{
 border-top: 1px solid #003876;
}
.about .box_solution{
 background-color: #FFF;
 padding: 40px 10% 20px 40px;
 margin-top: 50px;
 margin-bottom: 30px;
}

.about .box_solution h3{
 font-size: 20px;
 color: #003876;
 font-weight: bold;

}
.about .box_solution hr{
 width: 30px;
 text-align: left;
 margin-bottom: 30px;
}
.about .box_solution .solutionimage img{
 width: 100%;
 margin-top: 30px;
 margin-bottom: 40px;
}
.about .box_solution dl{
 margin-bottom: 55px;
}
.about .box_solution dt{
 width: 100%
}
.about .box_solution dt .icon{
 width: 30%;
 margin: 0 auto;
}
.about .box_solution dt .icon img{
 width: 100%;
}
.about .box_solution dt .title_solution{
 color: #003876;
 padding-top: 17px;
 position: relative;
 font-size: 14px;
}
.about .box_solution dt .title_solution .text3{
 font-size: 16px;
 font-weight: bold;
}
.about .box_solution dd{
 margin-left: 0;
 padding-top: 30px;
 line-height: 200%;
}
.about .box_solution #bt a {
    display: block;
	margin: 15px auto;
    color: #003876;
    width:80%;
	padding:5px 0;
	padding-left:10px;
    background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	background-color:#FFF;
	font-size:12px;
}
.about .box_solution #bt a:hover{
	color:#FFF;
}
.about .box_solution #bt a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.about .box_solution #bt a:hover:after{
  content: url(../images/index/point4.png); 
}
.about .photo{
  width: 90%;
  margin: 50px auto;
  position: relative;
}
.about .photo img{
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.about .photo .front{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  opacity: 1;
}
/* recruit========================================================================================================================================
========================================================================================================================================*/
.recruit .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
}

.recruit .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.recruit .box1{
  font-size: 18px;
  line-height: 150%;
}
.recruit hr{
  background-color: #003876;
  height: 1px;
  border: none;
  margin-top: 50px;
 margin-bottom: 60px;
}
.recruit h3{
 color: #003876;
 font-size: 25px;
 text-align: center;
 margin: 0;
}
.recruit .nav_local{
	width: 100%;
	margin:60px auto;
}
.recruit .nav_local #bt{
  display:table;
  width: 100%;
  margin-bottom: 20px;
  
}
.recruit .nav_local #bt a {
  display:table-cell;
  height: 50px;
  vertical-align: middle;
  color: #003876;
  text-align: center;
  border:#003876 1px solid;
  background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
  background-color: #FFF;
  font-size: 15px;
  padding: 10px 0;
}
.recruit .nav_local #bt a:hover{
	color:#FFF;
}
.recruit #3{
height: 80px;
}
.recruit #4{
  height: 80px;
}
.recruit  dl{
  background-color: #FFF;
  padding: 30px 5%;
  line-height: 200%;
}
.recruit dt{
  color: #003876;
  font-size: 18px;
  line-height: 150%;
}
.recruit dl hr{
 width: 30px;
 height: 1px;
 background-color: #003876;
 margin: 15px 0;
}
.recruit dd{
  margin-left: 0;
}

.recruit dd .text1{
 font-size: 18px;
  line-height: 150%;
}
.recruit dd .text2{
  font-size: 14px;
  margin-bottom: 50px;
}
.recruit dd ul{
  margin: 0;
  padding: 0;
}
.recruit dd li{
  list-style: disc;
  margin-left: 15px;
}
.recruit dd table{
  width: 100%;
  border-top: #003876 1px solid;
  margin-top: 60px;
}
.recruit dd table th{
display: block;
width: 100%;
   text-align: left;
   color: #003876;
   font-size: 16px;
   padding: 10px 0;
}
.recruit dd table td{
display: block;
width: 100%;
  border-bottom: #003876 1px solid;
  padding: 10px 0;
}
.recruit dd table td ul{
 margin: 0;
 padding: 0;
}
.recruit dd table td li{
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}
.recruit dd table td li ul li{
  list-style: none;
  margin-left: 10px;
}
.recruit .bt_list{
  width:80%;
  margin:50px auto;
}
.recruit .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
    width:100%;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
}

.recruit .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.recruit .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}
/* 個人情報CSS========================================================================================================================================
========================================================================================================================================*/

.privacy .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
}

.privacy .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.privacy .box1{
  margin: 20px auto;
  padding-bottom: 50px;
 }
.privacy h3{
  margin-top: 40px;
} 
.privacy ul{
  padding: 0;
  display: block;
  margin: 0px auto;
} 
.privacy ul li{
 list-style: disc;
 margin-bottom: 10px;
 margin-left: 15px;
}
.privacy ol{
  padding: 0;
  display: block;
  margin: 0px auto;
}
.privacy ol li{
  list-style: decimal　;
  margin-left: 25px;
}
}


area{
  border:none;
  outline:none;
}