@charset "utf-8";
/* CSS Document */

/*スマホ*/

top{
	font-size: 65%;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 20px;
    font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
}

h1{
	font-size: 160%;
	margin-left: 0px;
	margin-top: 20px;
	font-weight: bold		
}

h2{
	font-size: 180%;
	margin-left: 0px;
	margin-top: 20px;
	font-weight: bold		
}

/*indexタイトル*/
h3#index {
    background: linear-gradient(transparent 70%, #C0C0C0 70%);
    font-size: 120%;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  ;
    font-weight: bold;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


.pan{
    margin-top: 100px;
}

.pan2{
    margin-top: 80px;
}


.small{
    font-size: 40%;
    margin-left: 10px;
    
}

.family{
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  ;
    font-weight: bold;
}

.toph2{
	position: relative;
	font-size:200%;
	border-bottom:#BFBFBF dotted 1px;
}

.speck{
    background-color: #D3D3D3;
    font-size: 40%;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  ;
    font-weight: bold;
    color: #333333;
    width: 90%;
    text-align: center;
    margin: 10px auto;

}

.center{
    margin: 10px auto;
    font-size: small;
    text-align: center;
}

/*左による*/
.left{
    text-align: left;
}

/*左右に10px*/
.sayuu10{
    margin-left: 10px;
　　margin-right: 10px;
}

/*左右に5px*/
.sayuu5{
    margin-left: 5px;
　　margin-right: 15px;
}


.sayuutest{
    margin: 0 20px;
    padding: 0 20px;
    
}

/*上に10px*/
.top10{
    margin-top: 10px;
    text-align: left;
    font-size: 1rem;
}

/*下に30px*/
.bottom30{
    padding-bottom: 30px;
}
/*上に30px*/
.top30{
    padding-top: 30px;
}

/*フォントサイズ指定*/
.font70{
    font-size: 70%;
}

.font80{
    font-size: 80%;
}

.font90{
    font-size: 90%;
}

.font100{
    font-size: 100%;
}

.font120{
    font-size: 120%;
}

.font150{
    font-size: 150%;
}

#slide img{
	width: 100%;
	height: auto;
	
}

.card-text{
	font-size: 80%;

}
@media (min-width: 768px) {
    .card-text{
        font-size: 90%;
    }
}



#copyright{
	color: white;
	text-align: center;
	font-size: 10px;
	margin: 0;
}

main{
	width: 90%;
	margin: 20px;
	
}

footer{
    padding: 10px 0 10px;

	
}



.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb200 {
	margin-bottom: 200px;
}


.margin30{
    margin:30px;
}

/*TOPslide*/
.img_slide {
	width: 200px;
	height: auto;
}

.bb010{
    font-size: 50%;
}

/*SNSシェア*/
.share .row div {
	text-align: center;
	padding: 10px 3px;
}

.share .row {
	padding: 5px;
}

.sharebtns div {
	border-radius: 5px;
}

.sharebtns a {
	display: block;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 75%;
}

.Instagrambtn {
	background-color: #0C555D;
}

.facebookbtn {
	background-color: #0C555D;
}

.youtubebtn {
	background-color: #0C555D;
}

.sya{
    width: 90%;
    margin: 5px auto;
}

/*library*/
 library



/* 時間の設定 */
.msr_newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02 {
  background-color: #1B73BA;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
    
}
.msr_newslist01 li .cat02 {
  background-color: #0E3A5F;
    
}

/*スティッキーヘッダー*/
.header{
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:24;
}

/*会社概要*/
.kaisha {
width: 100%;
}
 
.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 10px;
     font-size: 80%;
}
 
.kaisha th {
font-weight: bold;
background-color: #dedede;
    font-size: 80%;
}
 

/*商品一覧の商品名*/
h4{
    font-size: 15px;
}

/*お問い合わせフォーム*/
.formTable{
	font-size: 90%;
	margin: 30px auto;
	padding: 30px;
	border-collapse: collapse;
}
table.formTable tr th,
table.formTable tr td{
	padding: 8px 25px;
	border: solid 1px #666;
	text-align: left;
	
}

table.formTable{
	border-radius: 6px;
}

table.formTable tr th{
	background: #1C1C1D;
	color: white;
}

/*タブレット*/
@media (min-width: 768px) {
	
	h1{
		font-size: 85%;
	}
	.img_slide {
	width: 350px;
	height: auto;
}
    
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
	


/*ノートPC*/
@media (min-width: 992px) {
	
.block_bg .block__title {
    position: absolute;
    top: 20;
    width: 100%;
    text-align: center;

}
	
	div#slide{
/*	width: 960px;*/
	margin: 5px auto;
	
}

	main{
		width: 960px;
		margin: 10px auto;
		
	}	
	
	footer{
		width: 960px;
		margin: 0 10px;
	}
}

/*デスクトップPC*/
@media (min-width: 1200px) {
	
}


.takasa{
    height: 90%;
}

.family{
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  ;
    font-weight: bold;
}

.family002{
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  ;
    font-weight: bold;
    width: 90%;
    text-align: left;
}


/*上に10px*/
.top20{
    margin-top: 10px;
}

/*下に10px*/
.bottom10{
    margin-bottom: 10px;
}


/*テーブル*/
 
p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 40px;
}
table {
  margin: 10px auto;
}
.tbl-r02 th {
  background: #273035;
  border: solid 1px #ccc;
  color: #fff;
  padding: 5px;
    width: 20%;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 8px;
    font-size: 12px;
    
  text-align: left;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
      text-align: center;
      
  }
  .tbl-r02 th{
　　border-bottom: none;
    display: block;
    width: 100%;
  text-align: center;
  }
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  text-align: left;
  }
}


.containerd5rg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #E0DEC6;
  text-align: center;
  margin: 10px auto;
  
}

@media (min-width: 576px) {
  .containerd5rg {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .containerd5rg {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .containerd5rg {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {

}