@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.sample{
	background-color:#FF00FF;
}
html,body{
	font-family: 'Noto Sans Japanese','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo, sans-serif;
	width:100%;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-weight:300;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*{
	margin: 0px;
	padding: 0px;
}
h2, h3{
    margin-top: 0px;
    margin-bottom: 10px;
}
h2{
	border-left: 5px solid #204b90;
	padding:10px 10px 10px 25px;
}
h3.contents_h3{
	color:#666666;
	font-size:22px;
	padding-bottom: 8px;
	margin-top:2em;
	margin-bottom:1em;
	position: relative;
	border-bottom: 3px solid #ccc; /*h3:afterã®border-bottomã®pxã«ã‚ã‚ã›ã¦*/
}
h3.contents_h3:after {
	content: ".";
	line-height: 0;
	display:
	block;
	overflow:
	hidden;
	position:
	absolute;
	bottom: -3px; /*border-bottomã®pxã«ã‚ã‚ã›ã¦*/
	width: 70%; /*å‰²åˆ*/
	border-bottom: 3px solid #204b90; /*h3ã®border-bottomã®pxã«ã‚ã‚ã›ã¦*/
}
h4:before{
	content:"â– "
}
h5{
	font-size:18px;
	color:#4C4C4C;
	font-weight:200;
}
.row{
	margin-left:0;
	margin-right:0;
}
p {
    margin: 0 0 1.5em;
}
li{
	list-style-type: none
}
a{
	color:#000080;
}
a:hover{
	color:#1e73be;
}
a:hover,a:active,a:focus{
	text-decoration:none;
}
img{
	max-width:100%;
	width:auto;
}
.container-fluid {
	max-width:1170px;
	width:100%;
}
/*commonï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
.wrapper{
	margin-bottom:6em;
}
h2 span{
	font-size:18px;
	color:#4d4d4d;
	margin-left:1.5em;
}
h2 span i{
	margin-right:0.5em;
}
.navbar {
    margin-bottom: 0;
}
.navbar {
    border-radius: 0;
    border:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-nav > li > a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	line-height: 1em;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.navbar-default .navbar-nav > .active > a{
	color:#000080;
	background:transparent;
	font-weight:500;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:transparent;
}
.navbar-nav > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #204b90;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before,.navbar-nav > li > a:active:before {
  left: 0;
  right: 0;
}
.panel-default{
	border:none;
}
.panel-heading {
    border-bottom: none;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-default > .panel-heading {
    background-color: #57abff;
}
.top_logo img{
	width:auto;
	height:100%;
}
.navbar-brand {
	height:60px;
	margin-top:0.5em;
    padding: 8px 15px;
}
.navbar-right {
	margin-top:5px;
}
.navbar-toggle {
    padding: 15px 13px;
}
.contact_btn{
	text-align:right;
	margin-top:1em;
}
.contact_btn a.no-btn{
  margin-right: 1rem;
}
.contact_btn a{
	color:#fff;
	background-color:#204b90;
	border:1px solid #204b90;
	padding:5px 15px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.contact_btn a:hover{
	color:#204b90;
	background-color:#fff;
	border:1px solid #204b90;
	padding:5px 15px;
}
.contact_btn a:focus {
	text-decoration: none;
}
#contact_content {
    color: #fff;
    background-color: #204b90;
    padding: 50px 0;
}
.vertical_center{
	padding-top:15px;
}
.top_banner_area{
	max-width:600px;
	background-color: rgba(255,255,255,0.7);
	padding: 40px 100px;
	margin:0 auto;
}
.top_banner_area h1{
	font-weight:400;
	color: #3F3F3F;
	font-size:32px;
	border-bottom:3px solid #3F3F3F;
	padding-bottom:0.25em;
}
.top_banner_area h3{
	font-family:'Century','Batang','Book Antiqua',serif;
	font-size:16px;
	color:#204b90;
	text-indent:0.5em;
	letter-spacing: 0.5em
}
.header_banner{
	background:url("../image/top.jpg") no-repeat;
	width: 100%;
	height:400px;
	background-size: cover;
    background-position: bottom center;
    margin-bottom: 2em;
    text-align: center;
    padding-top: 100px;
}
.mainlink_btn{
	margin-top:1em;
	margin-bottom:0.5em;
}
.mainlink_btn a{
	position: relative;
	display: inline-block;
	padding: 10px 45px 10px 60px;
	color:#fff;
	background-color:#214a90;
	border:2px solid #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size:14px;
	transition:all 0.25s ease;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.mainlink_btn a:hover{
	color:#214a90;
	font-weight:400;
	background-color:#fff;
}
.mainlink_btn a::before,
.mainlink_btn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.mainlink_btn a::before{
	width: 22px;
	height: 22px;
	background: #fff;
}
.mainlink_btn a::after{
	left: 14px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #214a90;
	border-right: 2px solid #214a90;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*side menu*/
.side_menu p{
	font-size:18px;
	border-top:2px solid #4C4C4C;
	border-bottom:2px solid #4C4C4C;
	padding:10px 0 10px 1em;
	margin-bottom:0.5em;
}

.side_menu .side_menu_des{
	font-size:14px;
	padding: 10px 0 10px 0;
	border-bottom:0px;
	border-top:1px solid #4C4C4C;
}
.side_menu_btn{
	display:block;
	color:#57abff;
	text-align:center;
	padding:5px;
	margin-top:10px;
	border:1px solid #57abff;
}
.side_menu_btn:hover{
	color:#fff;
	background-color:#57abff;
}
.side_menu_small{
	font-size:12px;
	padding-left:1em;
}
.list-item li{
	color:#fff;
	background-color:#57abff;
	padding:5px 0;
	margin-bottom:1px;
}
.list-item li a{
	color:#fff;
	display:block;
	position: relative;
	font-weight:200;
	margin:0;
	padding:10px 10px 10px 1em;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.list-item .side_menu_sub a:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	margin-left:0.25em;
	margin-right:5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #fff;
}

.list-item .active {
	background-color:#fff;
	border-bottom:none;
	padding:5px 0;
}
.list-item .active a{
	color:#57abff;
	padding-left:17px;
}
.side_menu img{
	margin:10px 0;
}
.list-item .side_menu_sub li {
	font-size:13px;
    border-bottom: none;
    padding-left:2em;
    margin-bottom:0;
}
.list-item .active .side_menu_sub li a:hover:before {
	border-left: 6px solid #57abff;
}
.list-item .side_menu_sub a{
	padding:5px 5px 5px 1em;
}
.list-item .active .side_menu_sub li{
	background-color:#fff;
}
.list-item .active .side_menu_sub li.active a {
	font-weight:600;
}
.list-item .active .side_menu_sub a{
	background-color:#fff;
	color:#57abff;
	border-left:none;
}

/*box1ã‚»ã‚¯ã‚·ãƒ§ãƒ³*/
.breadcrumb {
	text-align:right;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
#box1{
	margin-bottom:0em;
}
/*box1ã‚»ã‚¯ã‚·ãƒ§ãƒ³*/

.ceo_comment{
	font-size:22px;
	font-weight:600;
	margin-top:1em;
}
.ceo_comment span{
	font-size:16px;
	font-weight:500;
	margin-right:1em;
}
tr{
	height:2em;
}
td{
	padding-left:1em;
}

/*box4*/
#box4{
	text-align:center;
}
#box4 a{
	display:block;
	color:#fff;
	background-color:#333333;
	padding:20px 0;
}
/*box4*/

/*ä¸€ç•ªä¸‹ã‚»ã‚¯ã‚·ãƒ§ãƒ³*/
.form_link{
	color:#204b90;
	background-color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:600;
	display:block;
	max-width:290px;
	width:100%;
	max-height:52px;
	max-width:100%;
	padding-left:70px;
	padding:14px 0;
	border:2px solid #fff;
}
#contact .form_link{
	display:none;
}
.form_link:hover{
	color:#fff;
	background-color:#204b90;
	border:2px solid #fff;
}
#contact_content .number {
    font-size: 18px;
    font-weight:500;
}
#contact_content .company_number{
	color:#fff;
}
#contact_content h3 {
	display:inline;
    font-size: 24px;
    margin: 0;
    padding-bottom:5px;
    border-bottom:5px solid #fff;
}

#pageTop {
    background-color: #1e73be;
    border-radius: 5px;
    color: #000;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin:0;
}
#pageTop:hover {
	opacity: 1;
}
/*footer*/
#footer{
	background-color:#e0e8ef;
	color:#3F3F3F;
}
#footer h5{
}
#footer p{
	margin:0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#footer p.oki_link{
	margin-top:1em;
}
#footer p.oki_link a{
	text-decoration:underline;
}
#footer a.footer_menuitem_top{
	font-size:14px;
}
#footer a{
	color:#3F3F3F;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .address{
	margin-top:1em;
}
.footer_contents{
	padding:2em;
}
#footer .clearance{
	margin:0 0 1.5em 0;
}
#footer .clearance ul li{
	line-height:2em;
}
#footer ul > li > ul{
	padding-left:1em;
	margin:0;
}
#footer .menu_item{
	line-height:2em;
}
.footer_left p{
	font-size:12px;
}
.footer_right{
	border-left:1px solid #ccc;
}
#footer .menu_item ul{
	line-height:1.5em;
}
.footer_copy{
	color:#fff;
	background-color:#204b90;
	margin-top:2em;
	border-top:1px solid #fff;
	padding:1em 0;
}
#footer .footer_copy a{
	color:#fff;
}

/*company page*/
#company table,
#company2 table{
	width:100%;
}
#company tr,
#company2 tr{
   border-width: 1px 0px; /* ä¸Šä¸‹ã ã‘å¼•ã */
   border-color: #ccc;   /* ç·šè‰²ï¼šç·‘ */
   border-style: solid;   /* ç·šç¨®ï¼šå®Ÿç·š */
          /* ã‚»ãƒ«å†…å´ã®ä½™ç™½ */
}
#company table,
#company2 table{
	line-height:2em;
}
#company th,
#company2 th{
	background-color:#E6E6E6;
	color:#666666;
	font-weight:500;
	width:18%;
	min-width:110px;
	vertical-align:top;
	text-align:center;
	padding: 0.5em;
}
#company td,
#company2 td{
	padding: 0.5em 0.5em 0.5em 1em;
}
#company2 .nop{
	padding-left:2em;
}
.company_link_btn img{
	max-width:382px;
	border:1px solid #ccc;
	border-top:10px solid #204b90;
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8);
	-moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.company_link_btn img:hover{
	max-width:382px;
	border:1px solid #ccc;
	border-top:10px solid #204b90;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
}
.message p{
	line-height:2em;
}
.message img{
	display:block;
	width:100%;
	margin:0 auto;
}
#company3 iframe{
	width:100%;
	height:300px;
}
#company3 .map_contents{
	margin-bottom:5em;
}
/*business*/
#business .business_link{
	font-weight:200;
	border-top:1px solid #214a90;
	padding:15px;
	margin-bottom:1em;
	overflow:hidden;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#business .business_link_contents{
	max-width:560px;
}

#business .business_link_contents hr{
	border-top:1px dashed #fff;
	margin-top:8px;
}
#business .business_link h3{
	font-size:18px;
	font-weight:300;
	border-left:5px solid #214a90;
	margin-bottom:5px;
	padding:5px 0 5px 1em;
}
#business .business_link h3 span{
	font-family:'Century','Batang','Book Antiqua',serif;
	font-size:14px;
	padding-left:1.5em;
}
#business3 .guide{
	width:100%;
}
#business3 .guide h5{
	border-bottom:1px dotted #B3B3B3;

}
#business3 .guide img{
	display:block;
	width:88px;
	margin:0 auto;
}
#business3 .guide span{
	font-family:fantasy,cursive;
	font-size:26px;
	color:#FF0000;
	margin-right:0.5em;
}
#business6 .suport_contents{
	padding:1em;
}
#business6 .support_item{
	background-color:#F3F3F3;
}
#business7 h4{
  color:#204b90;
}
#business7 h4:before{
  content: none;
}
#business7 p.cnt1{
  font-weight:700;
}
#business7 dl dt:before{
  content: "â– ";
  padding-right:5px;
}
#business9 .imgWrap{
  width: 540px;
  max-width: 90%;
  display: block;
  margin: 2rem auto;
}
#business9 .wrapper span{
  font-size: 16px;
}
/*safty*/
.division{
	padding:1em 0;
}
.safty_goal{
	text-align:center;
	border:1px solid #BFBFBF;
}
.safty_goal h5{
	background-color:#4C4C4C;
	color:#fff;
	padding:5px;
	margin:0;
}
.safty_goal ul{
	padding:5px;
}
/*recruit*/
.recruit_item a{
	display:block;
	color:#fff;
	background-color:#204b90;
	border:2px solid #204b90;
	padding:10px;
	transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.recruit_item a:hover{
	color:#204b90;
	background-color:#fff;
	border:2px solid #204b90;
}
.recruit_item p{
	text-align:center;
}
.recruit_contents{
	background-color:#E8E8E8;
	padding:20px;
	margin-bottom:2em;
}
#recruit2 table{
	width:100%;
}
#recruit2 tr{
    border-bottom:1px solid #CCC;
}
#recruit2 th{
    color: #666666;
    font-weight: 500;
    max-width: 100px;
    min-width: 80px;
    vertical-align: top;
    padding: 0.5em;
}
#recruit2 td{
	padding: 0.5em;
}
.link_contents{
	margin-top:2em;
	text-align:center;
}
.link_contents p{
	margin-bottom:0;
}
#recruit2 .to_contact{
	display:block;
	font-size:18px;
	max-width:360px;
	width:100%;
	color:#BFBFBF;
	border-radius: 6px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.9), inset 0 2px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	padding: 15px 100px;
	margin:0 auto 2em;
	background:#CF0917;
}
#recruit2 .to_contact:hover{
	color:#fff;
}
.back_recruit_list{
	border-bottom:1px solid #000080;
}

.totop{
	text-decoration:underline;
}
.pw_banner{
	max-width:300px;
	width:100%;
}
/*contact*/
#contact .top_tell{
	font-size:28px;
	font-weight:600;
	margin-bottom:0.5em;
}
#contact .tell_contents{
	border:5px solid #ccc;
	margin:0 100px;
	padding:20px 0;
	text-align:center;
}
#contact .line_1{
	border-bottom:1px solid #ccc;
	margin:0 30px;
	padding-bottom:5px;
}
#contact .tell_number{
	color:#3F3F3F;
	font-size:28px;
	font-weight:900;
	margin-top:10px;
	margin-bottom:0;
}
.contact_time{
	margin-bottom:0;
}
#contact .holiday{
	line-height:1em;
}
.asterisk{
	font-size:14px;
	color:red;
}
#contact form{
    width: 100%;
    margin-top: 20px;
}

#contact form .text_form{
    padding: 0;
}
#contact form label{
    text-align: center;
}
#contact select{
	max-width:400px;
    width: 100%;
    margin-left: 15px;
}
#contact select{
    font-size: 16px;
}
#contact form .text_form label{
}
#contact form input{
    font-size: 16px;
    border: 2px solid #E6E6E6;
    margin-left: 15px;
    margin-bottom:1em;
    padding: 3px;
    line-height:1.5em;
}
#contact form select{
	margin-bottom:1em;
}
#contact form .w400{
    max-width: 400px;
    width:100%;
}
#contact form textarea{
    font-size: 16px;
    max-width: 400px;
    width: 100%;
    vertical-align: top;
    border: 2px solid #E6E6E6;
    margin-left: 15px;
}
#contact .asterisk{
	color:#FF0000;
}
#contact .confirmation{
	text-align:center;
	margin-top:2em;
}
#contact .form_btn{
    text-align: center;
}
#contact form button{
}
#contact form button:hover{
	margin-top:-2px;
	/* border-bottom:4px solid #18246D; */
}
#contact form button:active{
	margin-top:0;
	border-bottom:2px solid #18246D;
}
#contact .faq{
	font-size:16px;
	border:1px solid #ccc;
	margin-bottom:1em;
}
#contact .question{
	background-color:#E6F4FF;
	padding:10px;
}
#contact .question_icon{
	color:white;
	background-color:#3E69FF;
	font-size:16px;
	padding:2px 10px;
}
#contact form .text_form .text-center label{
	text-align:center;
}
#privacy .adress{
  list-style: none!important;
}
#privacy .adress h5{
  font-weight:500!important;
}
#privacy .adress hr{
  margin:5px 0;
  border-top: 2px solid #1f4b90;
}
#privacy .ol1{
  padding:0 0 0 2.5rem;
}
#privacy .ol1 li{
  font-family: Quicksand;
  list-style: decimal;
  font-weight:700;
  margin:0 0 1.5em 0;
}
#privacy .ol1 li p{
  padding:1rem 0 0;
  margin: 0;
}
#privacy .ol2 li,
#privacy .ol3 li,
#privacy .ol1 li p,
#privacy .indent{
  font-weight:300;
  margin: 0;
}
#privacy .ol2{
  padding:1rem 0 0 3rem;
}
#privacy .ol3{
  padding:0 0 0 3rem;
}
#privacy .ol2 li,
#privacy .ol3 li{
  text-indent: -1.2rem;
  list-style: none;
  list-style-position:inside;
}
#privacy .ol2 li:before,
#privacy .ol2 li:before{
  display: inline-block;
  padding-right: .5rem;
}
#privacy .ol2 li{
  counter-increment: cnt;
}
#privacy .ol2 li:before{
  content: "(" counter(cnt) ")";
}
#privacy .ol3 li{
  counter-increment: cnt2;
}
#privacy .ol3 li:before{
  content: counter(cnt2) ")";
}
#privacy .indent{
  padding-left: 1rem;
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼1200pxä»¥ä¸Šæ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (min-width: 1200px){
}

/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼1200pxä»¥ä¸‹æ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (max-width: 1199px){
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼992pxä»¥ä¸Š 1199pxä»¥ä¸‹æ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (min-width: 992px) and (max-width:1199px){
	.container{
	width:100%;
}
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼992pxä»¥ä¸Šæ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (min-width: 992px){
#footer hr{
	display:none;
}
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼991pxä»¥ä¸‹æ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (max-width: 991px){
#contact_content {
    text-align: center;
}
.footer_right {
    border-left:none;
}
.container{
  width: 100%;
}
.footer_left{
	text-align:center;
}

.footer_right {
    border-left: none;
}
#footer .clearance ul li {
    line-height: 1em;
}
#contact_content h3 {
	display:block;
}
#contact_content .number {
    font-size: 12px;
    margin-bottom: 1em;
}
#contact_content .company_number{
	font-size: 13px;
}
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼768pxä»¥ä¸Šæ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (min-width: 768px){
.form_link {
    width: 500px;
    margin: 0 auto;
    padding-left: 0;
}
.nav > li.contact_mobile_menu {
	display:none;
}
.side_menu .side_menu_des .side_menu_btn{
	display:none;
}
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼768pxä»¥ä¸Š992pxä»¥ä¸‹æ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (min-width: 768px) and (max-width:991px){
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼768pxä»¥ä¸Šæ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (min-width: 768px) {
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼768pxä»¥ä¸‹æ™‚ã®é™å®šæ¡ä»¶ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
@media (max-width:767px){

.wrapper {
    margin-bottom: 4em;
}
.top_banner_area h1{
	font-size:24px;
}
h2{
	font-size:22px;
}
h2 {
    border-left: 5px solid #204b90;
    padding: 10px;
}
h2 span {
    font-size: 16px;
}
h3{
	font-size:18px;
}
h3.contents_h3 {
	font-size:22px;
}
h4{
	font-size:20px;
}
h5 {
    font-size: 16px;
}
table{
	font-size:13px;
}
.top_banner_area h3 {
    font-family: 'Century','Batang','Book Antiqua',serif;
    font-size: 14px;
    text-indent: 0.25em;
    letter-spacing: 0.25em;
}
.header_banner {
    width: 100%;
    height: 250px;
    padding-top: 50px;
}
.contact_btn{
	display:none;
}
.mainlink_btn {
    margin-top: 1em;
    margin-bottom: 3em;
}
.top_banner_area {
    max-width: 600px;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    margin: 1em auto;
}
.list-item li a {
	font-size:18px;
	font-weight:500;
}
.list-item .side_menu_sub a:hover:before {
	display:none;
}
.side_menu{
	margin-bottom:4em;
}
.side_menu_item{
	text-align:center;
}
.list-item .side_menu_sub li {
    padding-left: 0;
}
#contact_content .company_number{
	font-weight:600;
}
#contact .side_menu_item,
#safety .side_menu_item{
	display:none;
}
#contact .side_menu p:nth-child(1),
#safety .side_menu p:nth-child(1){
	display:none;
}
.side_menu img{
	display:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-top:solid 1px #ccc;
	text-align:center;
}
.navbar-toggle {
    margin-right: 0;
 }
.footer_copy{
	font-size:12px;
}
#business .business_link{
	padding: 2em 0px;
}
#gallery div.content {
    display: none;
    float: right;
    width: 100%;
}
#recruit2 .recruit_item .col-xs-6{
	padding-right: 5px;
    padding-left: 5px;
}
.recruit_item a{
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
}
#contact select {
    font-size: 14px;
}
#contact select {
    margin-left: 0;
}
#contact .tell_contents {
    margin: 0px;
}
#contact_content {
    text-align: center;
}
#contact form input ,#contact form textarea{
    margin-left: 0;
}
#contact .confirmation{
	font-size:12px;
}
#recruit2 .to_contact{
	color:#fff;
}
#recruit2 .to_contact {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
}
.contact_time{
	font-size:13px;
}
#pageTop {
    bottom: 10px;
    right: 10px;
}
#pageTop img{
	width:30px;
	height:30px;
}
}
