@charset "UTF-8";
/* CSS Document */
body {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* リンク設定 */
a {text-decoration: none;}
a:link {color: #000000;}
a:visited { color: #000000; }
a:hover { color: #000000;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
　}
a:active { color: #000000; }

.img_center{
	text-align: center;
}

.text_blue{
	color: #004c91;
}

/* トップへ戻るボタン */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: rgba(153,153,153,1);
	opacity:0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(204,204,204,1);
}

.red_line{
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #a5191b;
}

/* ------------------------------------------------------------ */
/* ＰＣ用 */
/* ------------------------------------------------------------ */

@media print, screen and (min-width:1024px)  {
.pc-off{display:none;}
#content{
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	}

#content2{
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ebebeb;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: both;
	}

#content3{
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #cc2a1e;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	}



.img_h1{margin-top: 0px;margin-bottom: 0px;}

/*ヘッダー */

header .logo{
	margin-bottom: 20px;
	margin-left: 20px;
}
 .logo img{
	width: 300px;
}

header .tel{
	font-size: 21pt;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	font-weight: 700;
}
header {
	clear: both;
}

/*取扱業務 */

#content2 .business{
	width: 1000px;
	height: 800px;
	background-color: white;
	border-radius: 70px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	}


#content2 h1{
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background: #a5191b;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	width: 880px;
	text-align: center;
	font-size: 28px;
	padding: 5px;
	letter-spacing: 0.18em
}

h2{
	font-size: 20pt;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #a5191b;
	margin-bottom: 5px;
	letter-spacing: 0.18em;
	padding-left: 5px;
}

.l_boder{
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
}

#content2 .pictogram{
	float: left;
	width: 50%;
}

.pictogram div{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.pictogram p{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 14px;
}

.pictogram img{
	width: 110px;
}


/*お問い合せ */

#content3 .business{
	width: 1000px;
	height: 150px;
	background-color: white;
	border-radius: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	}


#content3 h1{
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background: #a5191b;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	width: 880px;
	text-align: center;
	font-size: 28px;
	padding: 5px;
	letter-spacing: 0.08em
}


#content3 p{
	font-weight: bold;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#content3 .tel{
	font-size: 30px;
	padding-left: 65px;
}
#content3 .mail{
	font-size: 28px;
	padding-left: 65px;
	vertical-align:middle
	}
#content3 img{
	margin-right: 7px;
	vertical-align:middle
}



/*会社案内 */

.company{
	margin-left: 50px;
	margin-bottom: 80px;
	margin-top: 30px;
}

.company_boder{
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.company th{
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
	font-size: 18px;
}


.company td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 18px;
}




/*フッター */
footer{
	text-align: center;
	color: white;
	margin-top: 50px;
	margin-right: 20px;
}



}



/* ------------------------------------------------------------ */
/* タブレット用 */
/* ------------------------------------------------------------ */
@media print, screen and (min-width:737px) and (max-width:1023px)  {
.tb-off{display:none;}
#content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	clear: both;
	overflow: hidden;
	}
	
#content2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ebebeb;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	}

#content3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #cc2a1e;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	}



.img_h1{
	margin-top: 0px;
	margin-bottom: 0px;
}


.img_h1 img{
	max-width: 100%;
}

/*ヘッダー */

header .logo{
	margin-left: 20px;
}

 .logo img{
	width: 200px;
}

header .tel{
	font-size: 18pt;
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    font-weight: 700;
}
header {
	clear: both;
}


/*取扱業務 */

#content2 .business{
	height: 1120px;
	background-color: white;
	border-radius: 70px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}


#content2 h1{
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background: #a5191b;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	text-align: center;
	font-size: 28px;
	padding: 5px;
	letter-spacing: 0.18em
}

h2{
	font-size: 20pt;
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #a5191b;
	margin-bottom: 5px;
	letter-spacing: 0.18em;
	padding-left: 5px;
}

.l_boder{
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content2 .pictogram{
	clear: both;
	margin-left: 10px;
	padding-top: 3px;
}

.pictogram div{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.pictogram p{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 12px;
}

.pictogram img{
	width: 100px;
}

/*お問い合せ */

#content3 .business{
	width: 95%;
	height: 150px;
	background-color: white;
	border-radius: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	}


#content3 h1{
	width: 95%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background: #a5191b;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	text-align: center;
	font-size: 28px;
	padding: 5px;
	letter-spacing: 0.08em
}


#content3 p{
	font-weight: bold;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#content3 .tel{
	font-size: 25px;
	padding-left: 25px;
}
#content3 .mail{
	font-size: 22px;
	padding-left: 30px;
	vertical-align:middle
	}
#content3 img{
	margin-right: 7px;
	vertical-align:middle
}





/*会社案内 */

.company{
	margin-left: 30px;
	margin-bottom: 80px;
	margin-top: 30px;
	margin-right: 20px;
}

.company_boder{
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.company th{
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
	font-size: 14px;
}


.company td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
}

	
/* フッター */
footer{
	text-align: center;
	color: white;
	margin-top: 50px;
}
}

/* ------------------------------------------------------------ */
/* スマホ用 */
/* ------------------------------------------------------------ */
@media screen and (min-width: 0px) and (max-width: 736px) {
.sm-off{display:none;}

#content{
	background-color: #FFF;
	height: auto;
	overflow: hidden;
	clear: both;
	}
	
#content2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ebebeb;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	}


#content3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #cc2a1e;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	}


.img_h1{
	margin-top: 0px;
	margin-bottom: 0px;
}


.img_h1 img{
	max-width: 100%;
}

/*ヘッダー */

header .logo{
	text-align: center;
}

 .logo img{
	width: 150px;
}


header {
	clear: both;
}


/*取扱業務 */

#content2 .business{
	height: 1050px;
	background-color: white;
	border-radius: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	}


#content2 h1{
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background: #a5191b;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	text-align: center;
	letter-spacing: 0.18em
}

h2{
	margin-bottom: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #a5191b;
	margin-bottom: 5px;
	letter-spacing: 0.18em;
	padding-left: 5px;
}

.l_boder{
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content2 .pictogram{
	clear: both;
	padding-top: 1px;
}

.pictogram div{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}

.pictogram p{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
}

.pictogram img{
	width: 70px;
}

.sm_chousei{
	letter-spacing: -0.06em;}


/*お問い合せ */

#content3 .business{
	width: 95%;
	height: 180px;
	background-color: white;
	border-radius: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	}


#content3 h1{
	width: 95%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background: #a5191b;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 15px;
	text-align: center;
	padding: 5px;
	letter-spacing: 0.08em
}


#content3 p{
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 10px;
}

#content3 .tel{
	font-size: 30px;
	padding-left: 10px;
	text-align: center;
}
#content3 .mail{
	font-size: 19px;
	padding-left: 10px;
	vertical-align:middle;
	text-align: center;
	}
#content3 img{
	margin-right: 7px;
	vertical-align: middle;
	height: 20px;
	width: 20px;
}




/*会社案内 */

.company{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-top: 30px;	
}

.company_boder{
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.company th{
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
	font-size: 12px;
	width: 90px;
}


.company td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 12px;
}




/* フッター */
footer{
	text-align: center;
	color: white;
	margin-top: 20px;
	font-size: 10px;
}

.cr{font-size: 12px;}

}

