@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&display=swap');
/******************************
#E50012
******************************/
body.home {

}
.container {
	margin: 0 auto;
}
img {
	max-width: 100%;
}
@media (min-width: 768px) {
.container {
	width: 1140px;
	margin: 0 auto;
}
.hidden_pc {
	display: none;
}
}
@media (max-width: 767px) {
.hidden_sp {
	display: none;
}
.container {
}
}

/* 日本での再登録コメント　10/6追加
***************************************/
.reregistration {
	background-color: #393;
	padding: 5px 10px;
	border-radius: 5px;	
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
.reregistration {
	font-size: 14px;
}
}
@media (max-width: 767px) {
.reregistration {
	font-size: 12px;
}
}



/****************************************************
トップページ ヘッダー
****************************************************/
#wrapper {
	background: url(../img/bg.jpg) repeat-x center 0;
}
#header .headContact {
	background-color: #D7000F;
	color: #FFF;
}
#header .headContact .headC_right ul {
	display: table;
	width: 100%;
}
#header .headContact .headC_right ul li {
	padding: 3px;
	display: table-cell;
}
#header .headContact .headC_right ul li a {
	background-color: #FFF;
	border-radius: 5px;
	padding: 3px 5px;
	display: block;
}
@media (min-width: 768px) {
#header {
	position: relative;
	width: 1140px;
	height: 90px;
}
#header .logo {
	position: absolute;
	top: 15px;
	left: 0px;
}
#header .headContact {
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#header .headContact .headC_left {
	padding: 10px;
	float: left;
}
#header .headContact .headC_right  {
  padding: 10px;
	float: right;
	font-size: 12px;
}
#header .headContact .headC_right_n {
  padding: 10px;
	float: right;
	font-size: 12px;
}
#header .headContact .headC_right .time {
	text-align: center;
}
}
@media (max-width: 767px) {
#header {
	padding: 5px;
}
#header .logo {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
#header .logo h1 {
	display: table-cell;
	vertical-align: top;
	width: 85%;
}
#header .logo .navbar {
	display: table-cell;
	color: #D7000F;
	text-align: right;
	font-size: 26px;
}
#header .headContact {
	padding: 5px;
	border-radius: 10px;
}
#header .headContact .headC_right .time {
	text-align: center;
	font-size: 12px;
}
}

@media (max-width: 767px) {
#head .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
#head .logo h1 {
	text-align: left;
	width: 80%;
	padding: 4px;
}
#head .logo .navbar {
	color: #D7000F;
	font-size: 36px;
	padding: 4px;
}
#head .hContact {
	display: none;
}
}
@media (min-width: 768px) {
#head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
}
#head .hContact {
	align-self: flex-start;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	background-color: #D7000F;
	color: #FFF;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 80px;
}
#head .hContact > div {
	align-self: center;
	padding: 0 15px;
}
#head .hContact .hCon_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#head .hContact .hCon_right .time {
	text-align: center;
	font-size: 12px;
}
#head .hContact .hCon_right ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#head .hContact .hCon_right ul li {
	padding: 3px;
  font-family: 'Big Shoulders Display', cursive;
}
#head .hContact .hCon_right ul li a {
	display: inline-block;
	padding: 3px 8px 2px;
	text-decoration: none;
	background-color: #FFF;
	color: #555;
	font-size: 22px;
	border-radius: 4px;
}
#head .hContact .hCon_right ul li a i {
	background-color: #999;
	color: #FFF;
	padding: 4px;
	font-size: 26px;
	border-radius: 8px;
}
#head .hContact .hCon_right ul li.mail a i {
	background-color: #FF6700;
}
#head .hContact .hCon_right ul li.whatsapp a i {
	background-color: #08B224;
}
}




@media (min-width: 768px) {
.mainImg {
	background: url(../img_n/mainImg.jpg) repeat-x center 0;
}
.mainImg .container {
	position: relative;
	width: 1140px;
	height: 325px;
}
.mainImg .container .nowContact {
	position: absolute;
	right: 0px;
	top: 30px;
}
}
@media (min-width: 768px) {
#gNavi {
	background-color: #333;
	border-radius: 4px;
	margin-bottom: 10px;
  box-shadow: -3px -3px 3px -1px rgba(0, 0, 0, .3) inset, 3px 3px 3px 0 rgba(255, 255, 255, .3) inset;
}
#gNavi ul {
	display: table;
	width: 100%;
}
#gNavi ul li {
	display: table-cell;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	width: 16.6%;
	text-align: center;
}
#gNavi ul li a {
	display: block;
	padding: 8px 0;
	color: #FFF;
}
#gNavi ul li:first-child{
	border-left: none;
}
#gNavi ul li:last-child {
	border-right: none;
}
#gNavi ul li a:hover {
	background-color: #555;
}
#gNavi ul li:first-child a:hover {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
}
@media (max-width: 767px) {
.sideNavi {
	color: #FFF;
	padding: 0px 10px;
}
.sideNavi a {
	color: #FFF;
}
.sideNavi .btn_close {
	text-align: right;
	font-size: 22px;
}
.sideNavi ul {
	border-top: 1px solid #FFF;
	margin: 0px 10px 10px;
}
.sideNavi ul li {
	border-bottom: 1px solid #FFF;
	line-height: 1.2;
}
.sideNavi ul li span {
	font-size: 10px;
}
.sideNavi ul li a {
	display: block;
	padding: 5px;
}
}
@media (min-width: 768px) {
.shapeNavi {
	margin-bottom: 30px;
}
.shapeNavi ul li {
	float: left;
	width: 140px;
	margin-right: 2px;
}
}
@media (max-width: 767px) {
.shapeNavi {
	margin-bottom: 30px;
}
.shapeNavi ul li {
	float: left;
	width: 25%;
}
}

/**** https://www.kuriyama-truck.com/css/style.css より移植　20190516　*/
.shape_wrap {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	margin-bottom: 15px;
}
.truck_icon {
  display: flex;
  font-weight: bold;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
}
.truck_icon > li {
  flex: 1 1 24%;
  border-top: 1px solid #f78181;
  border-left: 1px solid #f78181;
  border-right: 1px solid #f78181;
  box-sizing: border-box;
  margin: 0 0 5px 1px;
  text-align: center;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.truck_icon .dummy {
  display: none;
}
.truck_icon a {
  display: flex;
  flex-flow: column;
  flex: 1 1 0%;
  border-bottom: solid 3px #d7000f;
	text-decoration: none;
}
.truck_icon a:hover .name {
	background-color: rgba(247,129,129,0.4);
}
.truck_icon a .name {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
.truck_icon .name {
  display: block;
  padding: 5px;
  color: #fff;
  background: #f78181;
  flex: 1 1 auto;
  text-align: center;
  min-height: 2.3em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.truck_icon .name span {
  font-size: 12px;
}
.truck_icon .icon {
  background: #fff;
}
@media (min-width: 1000px) {
  .truck_icon > li {
    width: 14.1%;
    font-size: 16px;
  }
}
@media (max-width: 999px) {
.truck_icon {
flex-wrap:wrap;
	}
}
/* ここまで*/

.mainWrap {
	clear: both;
	margin-bottom: 100px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb ul li {
	float: left;
}
.breadcrumb ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 5px;
}
.breadcrumb ul li.home:before {
	content: "\f015";
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	color: #D7000F;
}
/****************************************************
サイド
****************************************************/
#side {
	text-align: left;
}
#side .stocksearch h2 {
	background-color: #333;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}
#side .stocksearch .inner {
	margin: 0px 5px 10px;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	padding: 5px;
	background-color: #F2F2F2;
}
#side .stocksearch dl dt {
	font-weight: bold;
}
#side .stocksearch .submit {
	text-align: center;
}
#side .stocksearch .submit input {
	padding: 5px;
	margin: 10px;
}
@media (min-width: 768px) {
#side {
	float: right;
	width: 270px;
}
#side .stocksearch .slide_btn {
	display:none;
}
#side .rightSec {
	text-align: center;
	margin-bottom: 10px;
}
}
@media (max-width: 767px) {
#side .stocksearch .slide_box {
	display:none;
	padding: 5px;
}
#side .stocksearch .slide_btn {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	color: #FFF;
	background-color: #F30;
	border-radius: 5px;
}
}
/****************************************************
センター
****************************************************/
#center {
	text-align: left;
}
#center h3.ttl_bd {
	width: 100%;
	background:url(../img/h3_bdBG.jpg) no-repeat 0 0;
}
#center .ttl {
	background-color: #D7000F;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 12px;
	line-height: 40px;
}
#center .toppageList {
	padding-left: 10px;
	background: url(../img/newArrived_bg.png) no-repeat left 0;
	margin-bottom: 50px;
}
#center .toppageList .listWrap .section .inner img {
	width: 100%;
}
#center .toppageList .listWrap .section .sale span {
	background-color: #C00;
	padding: 1px 10px 0px;
	color: #FFF;
	font-weight: bold;
}
@media (min-width: 768px) {
#center {
	float: left;
	width: 840px;
}
#center .toppageList {
	margin-bottom: 50px;
}
#center .toppageList .listWrap {
	background-color: #F2F2F2;
}
#center .toppageList .listWrap .section {
	width: 33%;
	float: left;
	height: 380px;
	position: relative;
}
#center .toppageList .listWrap .section .badge {
	position: absolute;
	top: 1px;
	right: 1px;
}
#center .toppageList .listWrap .section .inner .badge img {
	width: inherit;
}
#center .toppageList .listWrap .section .inner {
	margin: 6px;
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #FFF;
}
#center .toppageList .listWrap .section .inner .photo {
	margin-bottom: 10px;
}
#center .toppageList .listWrap .section .inner .num {
	font-size: 14px;
}
#center .toppageList .listWrap .section .inner h4 {
	line-height: 1.2;
}
#center .toppageList .listWrap .section .inner .price {
	font-size: 16px;
	color: #D7000F;
	font-weight: bold;
}
#center .toppageList .listWrap .section .inner .price_nego {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
}
#center .toppageList .listWrap .section .inner .price_sold {
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
}
@media (max-width: 767px) {
#center {
	padding: 10px;
}
#center h3.ttl_bd {
	background-size: cover;
}
#center .toppageList .listWrap .section {
	width: 50%;
	float: left;
	position: relative;
}
#center .toppageList .listWrap .section .sale span {
	font-size: 11px;
}
#center .toppageList .listWrap .section .badge {
	position: absolute;
	top: 1px;
	right: 1px;
}
#center .toppageList .listWrap .section .inner .badge img {
	width: 60px;
}
#center .toppageList .listWrap .section .inner {
	margin: 2px;
	padding: 10px;
	background-color: #F2F2F2;
	height: 280px;
}
#center .toppageList .listWrap .section .inner .num {
	font-size: 10px;
}
#center .toppageList .listWrap .section .inner h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
#center .toppageList .listWrap .section .inner .price {
	font-size: 14px;
	color: #D7000F;
	line-height: 1.2;
}
#center .toppageList .listWrap .section .inner .price_nego {
	font-size: 14px;
	color: #F60;
	line-height: 1.2;
}
#center .toppageList .listWrap .section .inner .price_sold {
	font-size: 14px;
	color: #999;
	line-height: 1.2;
}
}


/**************************************/
/* newArrived 20201111
**************************************/

#center .newArrived {
	padding-left: 10px;
	background: url(../img/newArrived_bg.png) no-repeat left 0;
	margin-bottom: 50px;
}
#center .newArrived .listWrap {
	display: flex;
	flex-flow: wrap row;
}
#center .newArrived .listWrap .section .inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#center .newArrived .a_wrap {
	position:relative;
	width: 100%;
}
#center .newArrived .a_wrap h4 {
	font-weight: bold;
	margin-bottom: 4px;
	overflow: hidden;
	height: 50px;
}
#center .newArrived .a_wrap h4.center {
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	height:auto;
}
#center .newArrived .a_wrap .note {
	margin-bottom: 4px;
	text-align: left;
}
#center .newArrived .a_wrap .note span {
	display: inline-block;
}
#center .newArrived .a_wrap .note span::before {
	content: "■";
	font-size: 8px;
	padding: 0 5px;
	color: #3775F1;
}
#center .newArrived .a_wrap .nenshiki {
	margin-bottom: 4px;
	font-weight: bold;
	text-align: center;
}
#center .newArrived .a_wrap .nenshiki span {
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
#center .newArrived .a_wrap .nenshiki span::after {
	content: "■";
	font-size: 8px;
	padding: 0 5px;
	color: #3775F1;
}

#center .newArrived .a_wrap p.num {
	background-color: #F2F2F3;
	color: #000;
	padding: 0 5px;
	border-radius: 4px;
}
#center .newArrived .a_wrap a.more {
	text-indent: -99999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#center .newArrived .innr {
	position:relative;
	width: 100%;
}
#center .newArrived .listWrap .section .inner .kakaku{
	margin-top: auto;
}
#center .newArrived .listWrap .section .inner .kakaku p{
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
#center .newArrived .listWrap .section .inner .kakaku p.price_nego {
	color: #FF7600;
}
#center .newArrived .listWrap .section .inner .kakaku p.price {
	color: #FF0000;
}
#center .newArrived .listWrap .section .inner .kakaku .type a {
	display: inline-block;;
	text-decoration: none;
	background-color: #454546;
	color: #FFF;
	padding: 0 1em;
	border-radius: 40px;
	
}
#center .newArrived .listWrap .section .inner .nebiki {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
#center .newArrived .listWrap .section .inner .nebiki .ritsu {
	font-weight: bold;
	color: #FF6700;
}
#center .newArrived .listWrap .section .inner .nebiki .motone {
	text-decoration: line-through;
}

@media (max-width: 767px) {
#center .newArrived {
	margin-bottom: 50px;
}
#center .newArrived .listWrap .section {
	width: 50%;
}
#center .newArrived .listWrap .section .inner {
	margin: 4px;
	padding: 8px;
	background-color: #F2F2F2;
	height: 290px;
  font-size: 14px;
}
#center .newArrived .a_wrap {
	height: 260px;
  font-size: 12px;
}
#center .newArrived .a_wrap a.more {
	height: 260px;
}
	#center .newArrived .a_wrap .note,
	#center .newArrived .a_wrap .nenshiki {
	padding: 4px 0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
#center .newArrived .a_wrap .nenshiki span {
	font-size: 11px;
}
#center .newArrived .a_wrap .note span {
	font-size: 11px;
}
#center .newArrived .listWrap .section .inner .kakaku .type {
	font-size: 11px;
}
}
@media (min-width: 768px) {
#center .newArrived {
	margin-bottom: 50px;
}
#center .newArrived .listWrap {
	background-color: #F2F2F2;
	padding: 15px;
}
#center .newArrived .listWrap .section {
	width: 25%;
}
#center .newArrived .listWrap .section .inner {
	margin: 1px;
	padding: 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	height: 320px;
}
#center .newArrived .a_wrap {
	height: 260px;
  font-size: 14px;
}
#center .newArrived .a_wrap a.more {
	height: 260px;
}
#center .newArrived .a_wrap a.more:hover {
	background-color: rgba(255,110,0,0.05);
}
	#center .newArrived .a_wrap .note,
	#center .newArrived .a_wrap .nenshiki {
	padding: 0.5em 0;
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
  font-size: 12px;
}
#center .newArrived .a_wrap .note span {
	width: 80px;
}

#center .newArrived .listWrap .section .inner img {
	width: 100%;
}
#center .newArrived .listWrap .section .inner .kakaku .type {
	font-size: 13px;
}
}

/* footer
**************************************/
.jumvea {
	background-color: #E1DDDE;
}
.jumvea p {
	margin-bottom: 1em;
}
.jumvea ul li {
	display: inline-block;
	vertical-align: middle;
}
.jumvea ul li > div {
	padding: 0 15px;
}

@media (max-width: 767px) {
.jumvea {
	padding-bottom: 120px;
}
.jumvea > div {
	padding: 15px;
}
.jumvea span {
	font-size: 11px;
}
.jumvea span:before {
	content: "\A" ;
	white-space: pre ;
}
}
@media (min-width: 768px) {
.jumvea > div {
	padding: 30px 0;
}
.jumvea p {
	font-size: 20px;
}
}



.f_branch {
	background-color: #4080ff26;
}
.f_branch .lead {
	font-size: 16px;
	margin-bottom: 1em;
}
.f_branch ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.f_branch ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #FFF;
	text-align: left;
}
.f_branch ul li h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 8px;
	height: 3em;
	line-height: 1.2;
	font-weight: bold;
	color: #5BBB48;
}
.f_branch ul li p {
	padding: 8px;
	line-height: 1.4;
}
@media (max-width: 767px) {
.f_branch > div {
	padding: 15px;
}
.f_branch ul li {
	flex-basis: 47%;
	margin: 4px;
}
.f_branch ul li:nth-child(1) {
	order: 1
}
.f_branch ul li:nth-child(2) {
	order: 3
}
.f_branch ul li:nth-child(3) {
	order: 2
}
.f_branch ul li h4 {
	font-size: 14px;
}
.f_branch ul li h4 span {
	font-size: 12px;
}
.f_branch ul li p {
	font-size: 12px;
}
}
@media (min-width: 768px) {
.f_branch > div {
	padding: 30px 0;
}
.f_branch .lead {
	font-size: 20px;
}
.f_branch ul {
}
.f_branch ul li {
	flex-basis: 250px;
}
.f_branch ul li:nth-child(odd) {
	background-color: #F2F2F3;
}
.f_branch ul li h4 span {
	font-size: 14px;
}
.f_branch ul li p {
	font-size: 14px;
}
}


#footer {
	background-color: #282828;
	color: #FFF;
	text-align: left;
}
#footer a {
	color: #FFF;
}
#footer .container {
	padding: 50px 0px;
	background-color: #282828;
}
.f_company {
	float: left;
	width: 280px;
	border-right: 1px solid #999;
	text-align: center;
}
.f_company h2 {
	margin-bottom: 20px;
}
.f_company p {
	line-height: 1.4;
}
.f_link {
	float: right;
	width: 850px;
}
.f_link .f_link_sec {
	float: left;
	margin: 10px 25px 10px 10px;
}
.f_link .f_link_sec h3 {
	color: #D7000F;
	font-weight: bold;
	background-image: url(../img/ico_aroow01.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	font-size: 16px;
}
.f_link .f_link_sec ul {
	margin-left: 20px;
}
.copyright {
	text-align: right;
	clear: both;
}
.footFixed {
	z-index: 99999;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: #333;
	width: 100%;
	color: #FFF;
	padding: 5px;
}
.footFixed .time {
	font-size: 12px;
}
.footFixed ul {
	display: table;
	width: 100%;
}
.footFixed ul li {
	display: table-cell;
	padding: 1px;
	vertical-align: middle;
}
.footFixed ul li a {
	display: block;
	background-color: #FFF;
	border-radius: 5px;
	padding: 5px;
}
.footFixed ul li.tel_bg a {
	display: block;
	background-color:black;
	border-radius: 5px;
	padding: 5px;
	    margin-bottom: 2px;
    margin-right: 2px;
}

.footFixed ul li.no_bg a {
	background-color: inherit;
}
.footFixed .spContact {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.footFixed .spContact > div  {
	flex-basis: 48%;
	box-sizing: border-box;
	padding: 2px;
  font-family: 'Big Shoulders Display', cursive;
}
.footFixed .spContact > div a {
	display: block;
	text-decoration: none;
	padding: 3px 0 2px;
	background-color: #FFF;
	color: #555;
	font-size: 20px;
	border-radius: 4px;
}
.footFixed .spContact > div a i {
	background-color: #999;
	color: #FFF;
	padding: 4px;
	font-size: 22px;
	border-radius: 8px;
}
.footFixed .spContact > div.mail a i {
	background-color: #FF6700;
}
.footFixed .spContact > div.whatsapp a i {
	background-color: #08B224;
}

/* Yutube　のレスポンシブ */
.video_wrap, .gmap_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_wrap iframe, .gmap_wrap iframe, .gmap_wrap object, .gmap_wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pageTop2 {
	position: fixed;
	right: 5px;
	bottom: 5px;
	background-color: #CCC;
	border-radius: 5px;
	line-height: 1.4;
	opacity: 0.8;
	z-index: 9999;
}
#pageTop2 a {
	color: #222;
	display: block;
	padding: 10px;
}
#pageTop2 a:hover {
	color: #FFF;
}

.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;
	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:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	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: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;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary .badge {
	color: #428bca;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: normal;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
/*************************************************/
/* 文字を点滅 */
/*************************************************/
.switch {
 -webkit-animation: switchtext 0.5s infinite alternate;
 -moz-animation: switchtext 0.5s infinite alternate;
 animation: switchtext 0.5s infinite alternate;
}
@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}

/* キーワード検索バー　2021.5.12 */
/*************************************************/
.by_keyword {
	display: flex;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.by_keyword h4 {
	background-color: #D7000F;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.by_keyword .text_inquiry {
	flex-grow: 2;
	padding: 8px;
}
.by_keyword .text_inquiry input {
	width: 98%;
	border:1px solid #CCC;
	padding: 8px 1%;
}
.by_keyword .submit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F2F2F3;
}
@media (max-width: 767px) {
.by_keyword {
	flex-direction: column;
	border-radius: 15px;
	margin: 0 15px 15px;
}
.by_keyword h4 {
	padding: 8px;
}
.by_keyword .submit {
	padding: 8px;
}
}
@media (min-width: 768px) {
.by_keyword {
	border-radius: 50px;
	width: 80%;
	text-align:center;
	margin:0 auto 20px auto;
}
.by_keyword h4 {
	flex-basis: 120px;
}
.by_keyword .submit {
	flex-basis: 120px;
}
}
