@charset "utf-8";
/*
Theme Name:北原産業
Theme URI:
Description:WordPressテーマ「SKIN」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Template: skin_tcd046
Version:2.0
*/


/* Header
----------------------------------*/
#menu-global-navi li a {
	color:#333;
}
.fix_top.header_fix #header {
    background-color: #fff !important;
	padding: 8px 0;
}
.fix_top.header_fix #global_menu a {
    color: #333;
}
.fix_top.header_fix #global_menu a:hover {
    color: #2fa5e7;
}


/* Slider 
----------------------------------*/
#header_slider .item.slick-active .caption > *:nth-child(1) {
	animation:none !important;
}
#header_slider .caption > *:nth-child(-n+3) {
    opacity: 1 !important;
}


@media only screen and (min-width: 1024px) {
  /* IE11 */
  /*
    _:-ms-lang(x), #header_slider {
		width: 1150px !important;
		max-width:none;
	}
    _:-ms-lang(x), #header_slider .slick-track {
		width: 3450px !important;
	}
	_:-ms-lang(x), #header_slider .slick-slide img,
	_:-ms-lang(x), #header_slider .slick-slide.slick-active {
		height:590px !important;
		width: 1150px !important;
    }
	_:-ms-lang(x), #header_slider .slick-slide .overlay,
	_:-ms-lang(x), #header_slider .slick-slide .overlay span {
		width: 1150px !important;
		height:590px !important;
    }
	
	_:-ms-lang(x), #header_slider .slick-slide {
		height:590px !important;
		width: 1150px !important;
    }
	_:-ms-lang(x), #header_slider .slick-slide.item2 {
		left: -1150px !important;
    }
	_:-ms-lang(x), #header_slider .slick-slide.item3 {
		left: -2300px !important;
    }
*/
.header_fix {

}
}




/* Content
----------------------------------*/
.home .headline_bg_l {
    font-size: 24px;
}
#index_content1 {
	letter-spacing:-0.4em;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom:50px;
	margin-top:-100px;
	padding-top:100px;
}
#index_content1 >div {
    letter-spacing: normal;
    margin-left: 0;
    margin-right: 0;
	margin-bottom:10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.333%;
	display:inline-block;
}
#index_content1 .image .caption {
    background: rgba(0, 0, 0, 0.6);
	color:#fff;
}
#index_content1 .caption .headline {
	color:#fff !important;
	font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	margin-top: 8px;
}
#index_content1 .image .caption .desc {
	font-size:14px;
}


.home #index_content2 .headline {
    font-size: 34px;
    line-height: 1.6;
}
.home #index_content2 h3.headline{
    font-size: 18px !important;
}
#index_course h2 {
	text-align:center;
	font-size:24px;
	color:#333;
	border:1px solid #333;
	margin-bottom:16px;
	padding:12px 0;
}
#index_course ol {
    margin: 0 -5px;
	letter-spacing:-0.4em;
	counter-reset: course;
}
#index_course li {
	letter-spacing:normal;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
	position:relative;
}
#index_course li .caption {
    position: static;
	color:#333;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#index_course li:before {
	position:absolute;
	top:0;
	left:5px;
	background:rgba(0,0,0);
	color:#fff;
	width:40px;
	height:40px;
	z-index:10;
	counter-increment: course;
	content: counter(course);
	line-height:40px;
	font-size:32px;
	text-align:center;
}
/*
#index_course li:nth-child(1):before {content:"1";}
#index_course li:nth-child(2):before {content:"2";}
#index_course li:nth-child(3):before {content:"3";}
#index_course li:nth-child(4):before {content:"4";}
#index_course li:nth-child(5):before {content:"5";}
*/
#index_course li::after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #000;
    border-top: 14px solid transparent;
    content: "";
    height: 0;
    margin-top: -38px;
    position: absolute;
    right: -8px;
    top: 50%;
    width: 0;
    z-index: 10;
}
#index_course li:nth-child(5):after {content:none;}
.image:hover .caption_hover_slide {
    margin-left: 0;
    margin-right: 0;
}

.ttl {margin-bottom:48px;}
.row.section {margin-bottom:40px;}


.row.section .contact_area {
	position:relative;
}
.contact_area > p {
	line-height:1;
}
.contact_area img {
	vertical-align:bottom;
}
.txt_area {
	position:absolute;
	top:10%;
	left:4%;
	color:#333333;
	line-height:1.5;
}
.txt_area span {
	display:block;
}
.txt_area p span {
	margin-left:-0.5em;
}
.txt_area i {
	font-style:normal;
	display:none;
}
.txt_area h2 {
	font-size:30px;
	font-weight:normal;
	margin-bottom:16px;
}
.txt_area p {
	font-size:16px;
}

.contact_area ul li a {
	-webkit-transition:.6s;
	transition:.6s;
	display:block;
}
.contact_area ul li a:hover {
	opacity:0.8;
	background:#009ae0;
}
.contact_area ul li img {
	max-width:100%;
}


/* panel 
------------------------------------- */
.panel {
    width: 100%;
	box-shadow:none;
}
.panel h2 {
    font-size: 1rem;
    margin: 40px 0 8px;
}
.panel.section {
	margin:0;
	padding:0;
}
.panel label {
	background:#0074bd;
    color:#fff;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    padding: 12px 16px;
	position:relative;
}
.panel input {
    display: none;
}
.panel .tb_wrap {
    max-height: 0;
    overflow-y: hidden;
    opacity:0;
	padding:16px 0;
	line-height:1.4;
    transition: .8s;
}
.panel .tb_wrap p {
	margin-bottom:8px;
}
#cb1:checked ~ #tb_wrap01, #cb2:checked ~ #tb_wrap02, #cb3:checked ~ #tb_wrap03, #cb4:checked ~ #tb_wrap04, #cb5:checked ~ #tb_wrap05 {
    max-height: 4400px;
    opacity: 1;
	transition:.8s;
}
.panel-btn-wrap {
    height: 27px;
    margin-top: -14px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 27px;
}
.panel-btn {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 0;
    width: 27px;
    height: 27px;
}
.panel-btn-icon {
    display: block;
    left: 50%;
    margin: -1px 0 0 -7px;
    position: absolute;
    top: 50%;
}
.panel-btn-icon:before,
.panel-btn-icon:after {
    background: #0074bd;
    border-radius: 4px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 14px;
	transition:.8s;
}
.panel-btn-icon:before {
    margin-top: 0;
    transition: .7s;
}
.panel-btn-icon:after {
    margin-top: 0;
    transform: rotate(-90deg);
    transition: .5s;
}
#cb1:checked ~ .bt1 .panel-btn-icon:before, #cb2:checked ~ .bt2 .panel-btn-icon:before, #cb3:checked ~ .bt3 .panel-btn-icon:before, #cb4:checked ~ .bt4 .panel-btn-icon:before, #cb5:checked ~ .bt5 .panel-btn-icon:before {
    transform: rotate(180deg);
}
#cb1:checked ~ .bt1 .panel-btn-icon:after, #cb2:checked ~ .bt2 .panel-btn-icon:after, #cb3:checked ~ .bt3 .panel-btn-icon:after, #cb4:checked ~ .bt4 .panel-btn-icon:after, #cb5:checked ~ .bt5 .panel-btn-icon:after {
    background: transparent;
    transform: rotate(0deg);
}
.panel .container-fluid {
	padding:0;
	margin-bottom:40px;
	color:#333;
}
.panel .container-fluid h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.panel .container-fluid p {
	line-height: 1.8;
}
.panel .container-fluid table {
}
.panel .container-fluid table th {
    width: 150px;
	font-weight:normal;
	padding-bottom:8px;
}
.panel .container-fluid table  td {
	padding-bottom:8px;
}
.panel .container-fluid dl {
}
.panel .container-fluid dl dt {
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: -0.5em;
}
.panel .container-fluid dl dd {
    line-height: 1.8;
}
.panel .container-fluid ul {
	line-height:1.7;
}
.panel .container-fluid ul li {
}
.panel .container-fluid ul.disc {
	list-style:disc;
	margin-left:1.4em;
}
.panel .container-fluid ol {
	list-style:decimal;
	margin-left:1.4em;
}
.panel .container-fluid ol li {
}
.panel .container-fluid dl dd > ol {
    margin-top: 16px;
}
.panel .container-fluid dl dd > ol > li {
    margin-bottom: 8px;
}

.panel .container-fluid .kyoka_area {
	background:#f0f0f0;
	padding: 12px 24px 4px;
}
.panel .container-fluid .kyoka_area h3 {
	font-weight:bold;
	margin-left:0;
	margin-bottom:12px;
}
.panel .container-fluid .kyoka_area .table {
    margin: 0;
}
.panel .container-fluid .kyoka_area .table th {
	width: 240px;
}

.panel .container-fluid .licence_area {
    padding: 12px 0 4px;
}
.panel .container-fluid .licence_area h3 {
    margin-bottom: 12px;
}
.panel .container-fluid .licence_area .table {
    border-top: 1px solid #ddd;
}
.panel .container-fluid .licence_area .table th {
    width: 14em;
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.panel .container-fluid .licence_area .table td {
    text-align: right;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.headline h3{
    display: inline-block;
}
.headline small {
    font-size: 0.96rem;
    letter-spacing: normal;
    font-weight: normal;
    display: inline-block;
}
.environmental_policy {
    border: 4px solid #ddd;
    padding: 16px 24px;
    margin-bottom: 40px;
}
.towline {
	position:relative;
	display:inline-block;
}
.towline:before,
.towline:after {
    background: #919191;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
	left:0;
}
.towline:before {
	bottom:0;
}
.towline:after {
	bottom:-5px;
}
.txt-right {
	text-align:right;
}
.txt-right span {
	display:inline-block;
	text-align:left;
}
.rinen {
    margin-top: 24px;
    border: 4px solid #ddd;
    text-align: center;
    padding: 40px;
}
.rinen img {
    max-width: 768px;
    width: 100%;
}
/* END */

.profile {
	color:#333;
}
.profile dl:nth-child(1) {
	margin-bottom: 24px;
}
.profile dl:nth-child(1) dt {
	margin-bottom:32px
}

.profile dl:nth-child(1) dt img {
	max-height:80px;
}
.profile dl:nth-child(1) dd {
	color:#000;
}
.profile dl:nth-child(1) dd:nth-child(2) {
    font-size: 16px;
    margin-bottom: 12px;
}
.profile dl:nth-child(1) dd:nth-child(3) {
    font-size: 30px;
    margin-bottom: 12px;
}
.profile dl:nth-child(1) dd:nth-child(4) {
    font-size: 16px;
}

.profile dl:nth-child(2) {
	line-height:1.8;
}
.profile dl:nth-child(2) dt {
	width:auto;
	float:left;
}
.profile dl:nth-child(2) dd {
}

#index_information {
    margin: -100px 0 40px;
	padding-top:100px;
}
#index_news {
    margin: 0;
}

.google_calendar {
  max-width: 800px; /* 最大幅 */
  min-width: 200px; /* 最小幅 */
}
.gc_wrap {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
  max-width: 100% !important;
}
.gc_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .gc_wrap {
    padding-bottom: 75%;
  }
}


#index_company {
	margin-top:-100px;
	padding-top:100px;
}
#index_business_day {
	display:none;
}
#index_content2 .desc {
	display:none;
}

.form-group small,
.wpcf7-not-valid-tip  {
	display:inline-block;
	margin-top:8px;
}
.caution {
	font-size:90%;
	color:#E1402F;
}
#tb_wrap05 #index_content1 {
    margin-bottom: 0;
}
.home .headline_bg_l {
    font-size: 1.2rem !important;
}

/* リサイクル買取
----------------------------------*/
.pankuzu {
    width: 100% !important;
    margin-top: -100px !important;
    font-size:18px;
}

.pankuzu ul {
    display: flex;
    justify-content: space-around;
    width: 85%;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom:-15px;
}

.pankuzu ul li a {

    text-decoration: underline !important;

}

#box01, #box02, #box03 {
    width: 100% !important;
    margin:10px auto;
}
#box01-1, #box02-1, #box02-2, #box02-3, #box02-4, #box03-1, #box03-2, #box03-3, #box03-4 {
    padding-top: 100px;
    margin-top: -100px;
}

#box01 h4, #box02 h4, #box03 h4 {
    background-image: url(/wp/wp-content/themes/skin_tcd046-child/images/index_h4_bg.jpg);
    height: 50px;
    text-indent: 2em;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 2.5;
    margin-bottom: 1.5em;
}

.box-lead {
    margin-bottom: 1.5em !important;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}

.flex-text {
    width: 55%;
}

.flex-box dl dt {
    font-size: 28px !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    width: 100%;
    margin: 0 !important;
        margin-bottom: 0px;
}

.flex-box hr {
    border: 2px solid #ccc;
    margin: 0;
}

.flex-box dl dd {
    margin: 1em 0;
    width: 100%;
}
@media screen and (max-width:768px){
    #index_content1 {
	white-space: normal !important;
}

    .pankuzu{
        width: 100%;
    }
    .pankuzu ul {
    display: flex;
    justify-content: space-around;
    width: 100% !important;;
    font-size:10px;
}
    #box01, #box02, #box03 {
    width: 100% !important;
}
    #box01-1, #box02-1, #box02-2, #box02-3, #box02-4, #box03-1, #box03-2, #box03-3, #box03-4 {
    padding-top: 0;
    margin-top: 0;
}
    .box-lead {
    width: 100%;
}
   .flex-box {
    display: block;
    margin-bottom: 3em;
}
    .flex-text {
    width: 100%;
}
}
/* 施設・設備・車両
----------------------------------*/
.sisetu table {
    width: 100%;
    margin: 1.5em auto;
}

.sisetu th, .sisetu td {
    border: 1px solid #ccc;
    padding: 1em 2rem !important;
}

.sisetu th {
    width: 50% !important;
}
.sisetu td.td-color{
font-weight: bold;
background-color: #F6F7F9;
font-size: 16px;}
/* Footer
----------------------------------*/
#footer_logo {
	margin-bottom:0;
}
#footer_logo img {
	max-width:70px;
}
#footer_top {
	background-color:transparent !important;
}
#footer_top .footer_inner {
    padding-bottom: 0;
}
#footer_bottom {
	background-color: #000 !important;
}
#return_top a {
    background: #0074bd;
}

#footer_widget {
	background-color:transparent !important;
    width: 100%;
}
#footer_widget .footer_inner {
    padding: 24px 0;
}
.footer_widget {
    display: block;
    font-size: 14px;
    margin: 0;
    width: 100%;
	color:#000;
	text-align:center;
}
.footer_widget span {
    display: inline-block;
}



/* Reset
----------------------------------*/
body {
	font-feature-settings: "palt";
	letter-spacing:0.1em
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .home #index_content2 .headline {letter-spacing:normal;} /* IE11 */
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.map {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 4px;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 76.25%;
    position: relative;
}
.gmap iframe,
.gmap object,
.gmap embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img {
	max-width:100%;
}




/* Gurid System @ Bootstrap v3.1.1
----------------------------------*/
.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail{display:block;padding:12px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding: 12px 0 4px;color:#333}

.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px;overflow:hidden;}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}  @media (min-width:768px) {.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}} @media (min-width:992px) {.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}} @media (min-width:1200px) {.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}} table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto} @media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}

button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}textarea{overflow:auto}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px 9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none} @media screen and (-webkit-min-device-pixel-ratio:0) {input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:46px}} .form-group{margin-bottom:15px;overflow: hidden;} .radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px 9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px} @media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}  .form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px} @media(min-width:768px) {.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}} .form-horizontal .has-feedback .form-control-feedback{right:15px} @media(min-width:768px) {.form-horizontal .form-group-lg .control-label{padding-top:14.3px}} @media(min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}  input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}

.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}



/* Media Queries
----------------------------------*/
.pc-visible {display:block !important;}
.sp-visible {display:none !important;}

@media screen and (min-width:1024px) {
	 /* for IE */
	#header_slider .draggable {
		width: 1150px !important;
	}
	#bread_crumb {
		width: 1150px !important;
		margin:0 auto;
	}
	 /* end for IE */
}
@media screen and (max-width:1024px) {
	.mobile_fix_top.header_fix a.menu_button:before {
		color: #000 !important;
	}
	#index_content2 .headline {
		font-size: 25px !important;
	}
	#index_content1 .image .caption {
		height: 80%;
		top: 10%;
		width: 80%;
	}
	#index_business_day {
		display:none;
	}
}

@media screen and (max-width:768px) {
	#footer_top .footer_widget {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
	}
	#footer_top #footer_widget .footer_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.txt_area {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.txt_area h2 {
		margin:0;
	}
	.txt_area span {
		display:none;
	}
	.txt_area i {
		display:block;
		font-size:24px;
		white-space:nowrap;
	}
  .headline {
    margin-bottom: 16px;
  }
}

@media screen and (max-width:767px) {
.pc-visible {display:none !important;}
.sp-visible {display:block !important;}
	/* scroll for sp */
	#index_course,
	#index_content1 {
	  min-height: .01%;
	  overflow-x: auto;
	}
  #index_course ol,
  #index_content1 {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
   #index_course ol li,
   #index_content1 .box {
	   display:inline-block;
	   width:200px;
  }
   #index_content1 .box {
	   width:300px;
  }
	/*  END scroll  */ 
	#main_col #index_content1 {
		margin-top: -100px;
	}
	#main_col #index_content1 .image .caption {
		background: rgba(0, 0, 0, 0.6);
		height: 80%;
		top: 10%;
		width: 80%;
	}
	#index_content1 .image .caption .desc {
		white-space: normal;
	} 
	#index_content2 .headline {
		text-align:left;
	} 
	 
	#tb_wrap02 table {
		display: block;
		height: 320px;
		overflow-x: scroll;
        margin-bottom: 32px;
	}
	#tb_wrap02 table > tbody {
	}
	#tb_wrap02 table > tbody > tr {
		display:block;
		margin-bottom:16px;
		border-bottom: 2px dashed #ddd;
	}
	#tb_wrap02 table > tbody > tr > th {
		display:block;
		font-weight:bold;
	}
	#tb_wrap02 table > tbody > tr  > td {
		display:block;
	}
	 #tb_wrap02 > .container-fluid:nth-child(2) {
		 display:none;
	}
	.panel .container-fluid {
		margin-bottom: 0;
	}
  .panel .container-fluid .kyoka_area {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 32px;
  }
  .panel .container-fluid .kyoka_area h3 {
    padding-left: 4px;
    margin-bottom: 12px;
  }
  .panel .container-fluid .kyoka_area .table th {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: none;
    font-weight: bold;
  }
  .panel .container-fluid .kyoka_area .table td {
    padding-bottom: 8px;
    display: block;
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
  .panel .container-fluid .licence_area {
    margin-bottom: 32px;
  }
	 .tb_wrap h3 {
		 margin-top:24px;
	}
	.txt_area h2 {
		font-size: 16px;
	} 
	.txt_area p {
		font-size: 13px;
	} 
	 .contact_area ul li:first-child {
		 margin-bottom:12px;
	}
	#footer_top #footer_widget .footer_inner {
		padding: 16px !important;
	} 
	 .profile dl:nth-child(2) {
		margin-bottom: 16px;
	}
	.panel label {
		font-size: 1rem;
	}
	.profile dl:nth-child(1) dd:nth-child(2) {
		font-size: 14px;
	}
	.profile dl:nth-child(1) dd:nth-child(3) {
		font-size: 28px;
	} 
	#footer_logo img {
		max-width: 40px;
	}
  .row.section {
    margin-bottom: 16px;
  }
	#tb_wrap03 .col-md-7 {
        margin-bottom: 32px;
	}
	#tb_wrap05 #index_content1 {
        margin-bottom: 32px;
	}
  #index_topics {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .home #main_col {
    padding: 15px;
  }
  .panel.section .container-fluid > div {
    padding: 0;
  }
  .tb_wrap h3 {
    margin-top: 8px;
  }
  .panel .tb_wrap {
    padding: 4px 0;
  }
  #index_news {
    margin: 0 !important;;
  }
  .txt_area {
    left: 16px;
    transform: translate(0,-50%);
  }
  .rinen {
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 16px;
  }
/*スクロールバー表示させる*/
  #tb_wrap05 #index_content1 {overflow-x:scroll;}
  #tb_wrap05 #index_content1::-webkit-scrollbar {height:4px;}/*バーの太さ*/
  #tb_wrap05 #index_content1::-webkit-scrollbar-track {background:#dddddd;}/*バーの背景色*/
  #tb_wrap05 #index_content1::-webkit-scrollbar-thumb {background:#0074bd;}/*バーの色*/
  #index_content1 .box {
    margin-bottom: 4px !important;
  }
  .home .headline_bg_l {
    font-size: 1rem !important;
  }
}

@media screen and (max-width:520px) {
}

@media screen and (max-width:400px) {
}

/*recruit
-----------------------------------------*/
#recruit h1{
	font-size: 2rem;
	font-weight: 500;
	color: #0099df;
	margin-bottom: 1.5rem;
	font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#recruit h2{
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
	font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#recruit h3{
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
	border-left: 10px solid #0075bd;
	padding-top: 4px;
	padding-left: 10px;
	font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#recruit p{
	color: #000;
}
#recruit table{
	width: 100%;
	margin-top: 15px;
}
#recruit th{
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	color: #000;
	text-align: center;
	font-size: 0.95rem;
	padding: 10px 0;
	width: 20%;
}
#recruit td{
	color: #000;
	border: 1px solid #ddd;
}
#recruit hr{
	border-top: dashed 1px #ccc;
	margin: 4rem 0;
}
#recruit a{
	color: #0099df;
}
@media screen and (max-width:820px) {
#recruit th{
	float: left;
	width: 100%;
}
#recruit td{
	float: left;
	width: 100%;
}
}
