strong { font-weight: bold; }
.basic_txt {color: #333;}
.main {color: #397bdd;}
.sub-color1 {color: #397bdd;}
.sub-color2 {color: #e0ecfd;}

.bg1 { background: #fdf9f2; }

.navbar-nav {
	margin: 0;
}
/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
  color: #333;
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
  color: #397bdd;
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #397bdd;
}
.dropdown-menu {
	padding: 0px 0px 15px 0px;
	margin: 0;		
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
  color: rgba(255,255,255,1);
}

.nav-item {
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 0px 20px;
}
.dropdown-menu {
	font-size: 16px;
	line-height: 1.3em;
}

.logo {
	text-align: center;
	position: relative;
	padding: 0px 0;
	margin: 0px 20px 0px 0px;
}
.logo img {
	width: 275px;	
}

.pc { display: block;}
.mb { display: none;}
.top-image {
	margin: 0px 0px 50px 0px;
}

@media (max-width: 991px) {
	.pc { display: none;}
	.mb { display: block;}
}



/* スライダー表示切替 */
.sl-pc { display: block;}
.sl-mb { display: none;}

.top_tel img {
	width: 220px;
}
ul.top_sns li {
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px 3px 0px 0px;
}
ul.top_sns li a {
	text-decoration: none;
	color: #fff;
	outline: none;
}
.top_sns img {
	width: 35px;
	margin: 0px 0px 0px 0px;
}

.mover {
	margin: 0px 0px 55px 0px;
}



/********* イントロ *********/
.big_box {
	width: 100%;
	margin: 0px 0px 10px 0px;
	/* border: solid 1px #ccc; */
}
.first {
	text-align:center; 
	font-size: 20px;
	line-height: 1.7em;
	color: #333;
	margin: 0px 0px 20px 0px;		
}
.second {
	text-align:justify; 
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	margin: 0px 0px 20px 0px;		
}
.intro-prod {
	display: flex;
	justify-content: space-between;
}
.prod-1,
.prod-2 {width: auto;}
.prod-space {width: 20px;}


.video {
	width: 100%;
	margin: 0px 0px 5px 0px;
}
.gen-txt {
	text-align: justify;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;	
}


.top-cont-title {
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	color: #333;
	border-bottom: solid 1px #ccc;
	padding: 0px 0px 5px 0px;
  margin: 0px 0px 20px 0px;
}

.cont-catch {
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	color: #397bdd;
	padding: 0px 0px 5px 0px;
  margin: 0px 0px 20px 0px;	
}

.cont-title {
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	color: #397bdd;
	border-bottom: solid 1px #397bdd;
	padding: 0px 0px 5px 0px;
  margin: 0px 0px 20px 0px;
}
.cont-lead {
	text-align:left; 
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	margin: 0px 0px 20px 0px;		
}


/* TOP 氷をお求めの方へ */
.top-ice {
	padding: 0 15px 0 0;
	margin: 0px 0px 15px 0px;
}

ul.top-ice-lead {
	margin: 0px 0px 20px -12px;
}

ul.top-ice-lead li {
	text-align:justify; 
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	border-bottom: dotted 2px #727272;	
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.to-btn-box-ice {
  display: flex;
  align-items: start;
  justify-content: start;
}
.to-btn-box-ice a {
  text-decoration: none;
  outline: none;
}


table.ice-price-list {
	width:100%;
  border-collapse:collapse;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
table.ice-price-list tr {
  border-collapse:collapse;
}
table.ice-price-list th {
	width:180px;
  border-collapse:collapse;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	color: #333;
	font-weight: 100;
	padding:5px;
	border: solid 1px #7c7c7c;
}
table.ice-price-list td {
  border-collapse:collapse;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	color: #333;
	font-weight: 100;
	padding:5px;
	border: solid 1px #7c7c7c;
}

.ipl-bg {background-color:#dbfafb;}
.ipl-bgx {background-color:#f0f9f9;}




/*--------------------------------------------------------------
# 共通設定
--------------------------------------------------------------*/
/* アンカー位置調整 */
a.anker {
  display: block;
  margin-top:-50px;
  padding-top:50px;
}

/* 詳しく見るボタン（下層ページへ） */
.to-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.to-btn-box a {
  text-decoration: none;
  outline: none;
}
.to-btn {
  max-width: 300px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3em;
  display: block;
  font-weight: 100;
  border:none;
  border-radius: 60px;
  padding: 10px 20px;
  margin: 0px 0px 15px 0px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.to-btn a {
  color: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  text-decoration: none;
  outline: none;
}
.tfx {
  background: #397bdd;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tfx::after {
  background: #0303b5;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.tfx:hover {
  color: #fff;
}
.tfx:hover::after {
  transform: scale(1, 1);
}


/* 業務用ボタンカラー */
.tfx2 {
  background: #02952c;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tfx2::after {
  background: #02681f;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.tfx2:hover {
  color: #fff;
}
.tfx2:hover::after {
  transform: scale(1, 1);
}

/* 一般用ボタンカラー */
.tfx3 {
  background: #df307e;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tfx3::after {
  background: #ab2561;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.tfx3:hover {
  color: #fff;
}
.tfx3:hover::after {
  transform: scale(1, 1);
}




/*--------------------------------------------------------------
# 下層ページ設定
--------------------------------------------------------------*/
.mover2 {
	margin: 0px 0px 90px 0px;
}

.top_image {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.main_title {
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	color: #fff;
	background: #06530f;
	padding: 3px 0;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.main_title2 {
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	color: #fff;
	padding: 3px 0;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.callus {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	color: #397bdd;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;	
}


/*--------------------------------------------------------------
# 当社のご紹介
--------------------------------------------------------------*/
.prod {
	margin: 0px 0px 20px 0px;
}
.top-prod-item {
	position: relative;
	margin: 0px 0px 0px 0px;
}
.top-prod-item img {
	border-radius: 10px 10px 0px 0px;
}
.badge {
	width: 120px;
	position: absolute;
	top:10px;
	left:10px;
}



.prod-item {
	margin: 0px 0px 0px 0px;
}
.prod-item img {
	border-radius: 10px;
}

@media (max-width: 991px) {
	.badge {
		width: 90px;
		position: absolute;
		top:10px;
		left:10px;
	}
}
.prod-title {
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
}
.prod-title-a {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	color: #fff;
	font-weight: 700;
	background:#02952c;
	padding: 5px 0;
	margin: 0px 0px 5px 0px;
}
.prod-title-b {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	color: #fff;
	font-weight: 700;
	background:#df307e;
	padding: 5px 0;
	margin: 0px 0px 5px 0px;
}
.prod-com {
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
}
.cont-att {
	font-size: 15px;
	line-height: 1.3em;
	color: #397bdd;
	margin: 5px 0;	
}
.prod-a {
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	color: #02952c;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;	
}
.prod-b {
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	color: #df307e;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;	
}

table.prod-price {
	width:100%;
  border-collapse:collapse;
	margin: 0px 0px 10px 0px;
}
table.prod-price tr {
  border-collapse:collapse;
}
table.prod-price th {
	width:180px;
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.5em;
	font-weight:normal;
	text-align:center;
	color: #333;
	padding:10px 0;
	border: solid 1px #ccc;
}
table.prod-price td {
  border-collapse:collapse;
	vertical-align: middle;
	text-align: right;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
	padding:10px 10px 10px 0;
	border: solid 1px #ccc;
}
.ppbg1 {background:#fee3ef;}
.ppbg2 {background:#fdf6f9;}

.ppatt1 {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	color: #333;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.ppatt2 {
	text-align: right;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;	
}
.prod-title-b2 {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	color: #df307e;
	font-weight: 700;
	border: solid 1px #df307e;
	border-radius: 8px;
	padding: 5px 0;
	margin: 0px 0px 15px 0px;
}
.pb2add {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	color: #333;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;	
}
.pb2add a {
	color:#4679f9;
	text-decoration: underline;
	outline: none;
}

.route {position: relative;}
.route a {outline: none;}
.route-up {
	display: block;
	width: 35px;
	position: absolute;
	bottom: 10px;
  right: 10px;
}
@media (max-width: 767px) {
	.route-up {
		display: none;
	}
}



/*--------------------------------------------------------------
# 求人募集
--------------------------------------------------------------*/
.rec-image {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.rec-image img {
	border-radius: 15px;
}


table.rec {
	width:100%;
  border-collapse:collapse;
}
table.rec tr {
  border-collapse:collapse;
}
table.rec th {
	width:180px;
  border-collapse:collapse;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	color: #333;
	font-weight: 100;
	padding:6px 6px 6px 15px;
	border: solid 1px #ccc;
}
table.rec td {
  border-collapse:collapse;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	color: #333;
	font-weight: 100;
	padding:6px 6px 6px 15px;
	border: solid 1px #ccc;
}
.rec-bg {background: #f2f2f2;}

.rec-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	color: #397bdd;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
.rec-tel {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.rec-tel img {
	width: 300px;
	border-radius: 10px;
}


/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
	
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {

}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	table.rec th {
		width:120px;
	}
}

@media (max-width: 480px) {
	.rec-tel img {
		width: auto;
		border-radius: 10px;
	}
}






/*--------------------------------------------------------------
# 会社概要
--------------------------------------------------------------*/
.comp-lead {
	text-align: center;
	font-size: 23px;
	line-height: 1.3em;
	color: #397bdd;
	margin: 0px 0px 15px 0px;
}

table.comp {
	width:100%;
  border-collapse:collapse;
	margin: 0px 0px 50px 0px;
}
table.comp tr {
  border-collapse:collapse;
}
table.comp th {
	width:180px;
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	text-align:center;
	color: #333;
	padding:7px 5px 7px 15px;
}
table.comp td {
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
	padding:7px 5px 7px 15px;
}

.ls2 {letter-spacing: 3.0em;}
.ls3 {letter-spacing: 1.0em;}
.ls4 {letter-spacing: 0.3em;}
.ls5 {letter-spacing: 0em;}
.btop {border-top:solid 1px #a6a6a6;}
.bbtom {border-bottom:solid 1px #a6a6a6;}
.btop2 {border-top:dotted 1px #777;}
.bbtom2 {border-bottom:dotted 1px #777;}
.comp-bg {background: #eef5fe;}

table.comp a{
	color: #2d88cc;	
	text-decoration: underline;
	outline: none;
}
table.comp a:hover{
	color: #6ea4cd;
	text-decoration: underline;
}

.comp-lead2 {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	color: #fff;
	background: #397bdd;
	padding: 5px 0;
	margin: 0px 0px 0px 0px;
}

.comp-add {
	border-bottom: dotted 2px #ccc;
	padding:7px 0;
	margin: 0px 0px 0px 0px;
}
.comp-add2 {
	border:none;
	padding:7px 0;
	margin: 0px 0px 0px 0px;
}

.adno {
	display: block;
	font-size: 15px;
	line-height: 1.3em;
}

.gmap {
	margin: 0px 0px 30px 0px;
}


/* border: solid 1px #ccc; */


/* ギャラリー */
.gall_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
/* 	border:solid 1px #ccc; */
}
.gall_wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.gall_1 {
	float: left;
	width: 143px;
	text-align: center;
	padding: 0;
	margin: 0px 15px 15px 0px;
	position: relative;
}
.gall_2 {
	float: left;
	width: 143px;
	text-align: center;
	padding: 0;
	margin: 0px 15px 15px 0px;
	position: relative;
}
.gall_1 img,
.gall_2 img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
 .up {
	width: 35px;
	position: absolute;
	bottom: 5px;
  right: 5px;
}


/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	table.comp th {
		width:100px;
		text-align:left;
		padding:10px 0;
	}
	table.comp td {
		padding:10px 0;
	}
	.ls2 {letter-spacing: 0em;}
	.ls3 {letter-spacing: 0em;}
	.ls4 {letter-spacing: 0em;}
	.ls5 {letter-spacing: 0em;}
}



/*--------------------------------------------------------------
# お問合せ
--------------------------------------------------------------*/
.cbx {
	text-align: justify;
	font-size: 12px;
	color: #0576bd;
	border: solid 1px #0576bd;
	padding: 14px;
	margin: 10px 0px 0px 0px;
}

.cbt {
	text-align: center;
	font-size: 14px;
	color: #fff;
  background: #397bdd;
	margin: 0px 0px 15px 0px;
	padding: 13px;
}

.ctel {
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

.ctel img {
	width: 200px;
}

.cpt {
	text-align: center;
  background: #0576bd;
	padding: 13px;
}

.cpp {
	text-align: center;
	margin: 0;
	padding: 0;
}

.cpp a {
	outline: none;
}

.cpp img {
	width: 200px;
}


.con_blue {
	text-align: center;
  color: #0d66eb;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 30px;	
}

.con_red{
	color: #ff0000;
}

.con_att{
	text-align: justify;
	font-size: 15px;
	color: #4679f9;
	margin-bottom: 20px;	
}

.con_att a{
	color: #4679f9;
	background: #ffe100;
	padding: 2px;
	text-decoration: underline;
}

.con_tel {
	width: 280px;
	margin: 0px 0px  30px 0px;
}

table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.formTable th {
	width:30%;
	border:1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	color: #777;
	padding:0px 0px 0px 10px;
}
table.formTable td {
	border:1px solid #ccc;
	padding:10px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
}


.complete {
	text-align: center;
  color: #333;
	font-size: 15px;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 30px;
}

.ttb {	
	display: block;
 	text-align: center;
    width:300px;
	font-size: 14px;
	line-height: 1.3em;
	color: #0d66eb;
	padding: 10px 15px;
	border: solid 1px #0d66eb;
	background: #fff;
	cursor: pointer;
	margin-bottom: 30px;	
}
.ttb a {
	text-decoration: none;
	outline: none;
	color: #0d66eb;
}


input[type=text]{
   font-size:16px;
   color: #666;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
	box-shadow:none;
	text-shadow:none;
	
   width:100%;
   height:40px;
   padding:0px 10px;
}

input[type=email]{
   font-size:16px;
   color: #666;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
	box-shadow:none;
	text-shadow:none;
	
   width:100%;
   height:40px;
   padding:0px 10px;
}

input[type=text]:focus {
   border: solid 1px #0d66eb;
   outline: none;
	box-shadow:none;
	text-shadow:none;
}

textarea {
   font-size:16px;
   font-weight: normal;
   color: #666;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
	box-shadow:none;
	text-shadow:none;
	
   width:100%;
   height:200px;
   padding:10px;
}

textarea:focus {
   border: solid 1px #0d66eb;
   outline: none;
	box-shadow:none;
	text-shadow:none;
}

::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}

input,
textarea
 {
	 appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-khtml-appearance: none;
}

.contact_error{
	text-align: center;
	font-size: 14px;
	background: #ff0000;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px;
}

.contact-submit {
 	text-align: center;
  width:120px;
  height:60px;
	font-size: 15px;
	color: #555;
	padding: 7px 30px;
	border: solid 1px #a9a9a9;
	background: #fff;
	border-radius: none;
	box-shadow:none;
	text-shadow:none;
	cursor: pointer;
}
.contact-submit2 {
	text-align: center;
 width:150px;
 height:60px;
 font-size: 15px;
 color: #555;
 padding: 7px 30px;
 border: solid 1px #a9a9a9;
 background: #fff;
 border-radius: none;
 box-shadow:none;
 text-shadow:none;
 cursor: pointer;
}




/* プライバシーポリシー　-----------------------------------------*/
.pp_tittle {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight:300;
	color: #397bdd;	
	border: solid 1px #397bdd;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 6px;
	margin: 10px 0px  20px 0px;
}
.pp {
	text-align:justify;
	font-size: 14px;
	line-height: 1.3em;
	color: #333;
}





/* フッター -----------------------------------------*/
footer {
	background: #e0ecfd;	
	padding: 20px 0;
}
.fpd {
	padding: 3px 0;
}
.flogo {
	text-align: center;
    padding: 0;
    margin: 5px 0px 10px 0px;
}
.flogo img {
	width: 240px;	
}
.ftel {
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	color: #397bdd;
	margin: 0px 0px 5px 0px;
}
.ftel a {
	color: #397bdd;
}
.finfo {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

ul.fnav li {
	font-size: 15px;
	line-height: 1.3em;
  margin: 5px 15px;		
}
ul.fnav li a {
	text-decoration: none;
	color: #fff;	
	outline: none;
}
footer .copyright {
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	color: #7c7c7c;
	padding: 0;
  margin: 10px 0px 20px 0px;
}

table.fi {
  border-collapse:collapse;
	text-align: center;
	margin: 10px 0px 20px 0px;
}
table.fi tr {
  border-collapse:collapse;
}
table.fi th {
  border-collapse:collapse;
	vertical-align: middle;
	padding:3px;
}
table.fi td {
  border-collapse:collapse;
	vertical-align: middle;
	padding:3px;
}

table.fi th img {
	width: 80px;
}


/* ページトップへ戻るボタン */
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #397bdd;
	opacity: 0.6;
	z-index:500;
  }
  #page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

/* モバイル固定ボタン */
.fixer {
	display: none;
}





/* ----- Media queries ----- */
@media (min-width: 992px) and (max-width: 1200px) {
	.logo img {
		width: 250px;	
	}
}




@media (min-width: 740px) and (max-width: 991px)  {
	.logo img {
		width: 250px;
	}
	.navbar-nav {
		margin: 15px 0px 0px 0px;
	}
	ul.navbar-nav li {
		padding: 0px 0px 0px 20px;
		margin: 0;
	}
	.nav-belt {
		background: #5f504c;
	}
	.dropdown-menu {
		padding: 0px 0px 15px 0px;
		margin: 0;		
	}
	
	/* スライダー表示切替 */
	.sl-mb { display: block;}
	.sl-pc { display: none;}
}


@media (max-width: 739px) {
	.container {
		padding: 0px 25px;
	}
		
	.logo img {
		width: 250px;	
	}
	.navbar-nav {
		margin: 10px 0px 0px 0px;
	}
	ul.navbar-nav li {
		padding: 0px 0px 0px 20px;
		margin: 0;
	}
	.dropdown-menu {
		padding: 0px 0px 15px 0px;
		margin: 0;		
	}
		
	.mover {
		margin: 0px 0px 55px 0px;
	}

	.big_box {
		width: 100%;
		margin: 0px 0px 10px 0px;
		align-items: flex-start;
		/* border: solid 1px #ccc; */
	}
	.first {
		text-align:justify; 
		font-size: 18px;
		line-height: 1.6em;
		color: #333;
		margin: 0px 0px 20px 0px;		
	}
	.prod-space {width: 40px;}

	/* スライダー表示切替 */
	.sl-mb { display: block;}
	.sl-pc { display: none;}	

	.cont-catch {
		text-align: justify;
		font-size: 25px;
		line-height: 1.5em;
		color: #397bdd;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 20px 0px;	
	}

	/* フッターナビ */
	ul.fnav {
		padding: 10px 0;	
	}
	ul.fnav li {
		margin: 5px 10px;		
	}
	ul.fnav li a {
		text-decoration: none;
		color: #fff;	
		outline: none;
	}
}





/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
	
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {

}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	
}