#wrapper{
	background: url(../products/images/bg_slide.png) no-repeat top center;
	-webkit-background-size: 500px;
	background-size: 500px;

}
.header {
	padding-top: 15px;
}
.fontyu {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", sans-serif;
}
.slide{
	padding: 3% 3% 5%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 3%;
	line-height: 1.4;
}
.slide span{
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
}
.title{
	background: url(../products/images/icon.png) no-repeat left top 3px;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding-left: 25px;
	border-bottom: 1px dotted #8f8f8f;
	margin-bottom: 3%;
	margin-top: 25px;
}
.title h3{
	color: #053754;
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 5px;
}
.title span{
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	color: #737373;
}
.main{
	background: #fff;
	padding: 5% 2%;
	text-align: justify;
}
.sidebar_product{
	border: 1px solid #001329;
	padding: 0;
	margin-top: 25px;
}
.sidebar_product h3{
	padding: 2% 0;
	text-align: center;
}
.sidebar_product p{
	background: url(../products/images/bg_tt.png) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-left: 45px;
}
.sidebar_product p:nth-of-type(2) {
	background: url(../products/images/bg_tt01.png) no-repeat top center;
}
.sidebar_product p:nth-of-type(3) {
	background: url(../products/images/bg_tt02.png) no-repeat top center;
}
.sidebar_product p:after{
	content: "";
	background: url(../common_img/ixon_fala.png) no-repeat top 5px center;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 1px;
}
.sidebar_product p a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 10px;
}
.sidebar_product .sub{
	padding: 0 2%;
}
.sidebar_product .sub li{
	border-bottom: 1px dotted #ccc;
	padding: 2% 0;
}
.sidebar_product .sub li:last-child{
	border-bottom: none;
}
.sidebar_product .sub li a{
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 12px;
}
.sidebar_product .sub li a:after{
	position: absolute;
	content: "・ ";
	left: 0;
	top: 0;
}
.products_item01 .box{
	background: #f8fbfe;
	margin-top: 3%;
	padding: 2%;
	overflow: hidden;
}
.products_item01 .box li{
	background: url(../products/images/icon1.png) no-repeat left top 5px;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
	padding-left: 20px;
	margin-bottom: 5px;
}
.products_item01 .box li:last-child{
	margin-bottom: 0;
}
.products_item01 .box li h4{
	padding: 0;
	border: none;
	margin: 0;
}
.products_item01 h4{
	color: #2071c0;
	border: 1px solid #2071c0;
	padding: 2%;
	border-radius: 5px;
	margin: 20px 0 15px;
}
.products_item01 .listdot li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}
.products_item01 .listdot li span.ov {
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 10px;
}
.products_item01 .listdot li:after {
	content: "•";
	position: absolute;
	left: 0;
	top: 0px;
	color: #2071c0;
	font-size: 15px;
}
.products_item01 .tb_product{
	margin: 10px 0;
	overflow-y: scroll;
}
.products_item01 .tb_product table{
	width: 730px;
}
.products_item01 .tb_product table th{
	background: #16558f;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px 2px;
}
.products_item01 .tb_product table td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 8px 5px;
}
.products_item01 .list_bnt li{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
	background: #78c1ea;
	border-radius: 3px;
}
.products_item01 .list_bnt li:nth-child(2n){
	margin-right: 0;
}
.products_item01 .list_bnt li a{
	text-decoration: none;
  line-height: 1.4;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", sans-serif;
  display: block;
  position: relative;
  padding: 2%;
}
.products_item01 .list_bnt li a:after {
	position: absolute;
	content: "\f101";
	font-family: FontAwesome;
	right: 5px;
	top: 50%;
	margin-top: -12px;
	font-size: 15px;
}
.img_products2 .img{
	width: 731px;
}
.img_products2{
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-top: 10px;
}
.tb_01 th{
	width: 75px;
	font-weight: normal;
}
.contact_item01{
	background: url(../contact/images/bg1.png) no-repeat bottom center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 3%;
	text-align: center;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
}
.contact_item01 h4{
	font-size: 21px;
	color: #000;
	margin: 2% 0 1%;
}
.contact_item01 ul{
	margin-top: 3%;
}
.contact_item01 li{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.contact_item02 a{
	color: #3399FF !important;
}
.tb_contact .red{
	color: #fff;
	background: #e81717;
	padding: 0 5px;
	margin-right: 10px;
}

.tb_contact .blue{
	color: #fff;
	background: #16558f;
	padding: 0 5px;
	margin-right: 10px;
}
.tb_contact dt{
	border-top: 1px solid #dfdfdf;
	padding: 2% 0;
	font-size: 15px;
}
.tb_contact dd{
	padding-bottom: 2%;
}
.list_radio li{
	float: left;
	margin-right: 5%;
	margin-bottom: 5px;
}
.inner02{
	padding: 5px;
	margin-left: 5px;
}
.inner_on{
	width: 100%;
	padding: 5px;
}
.textarea{
	width: 100%;
	height: 100px;
}
.in_pp{
	background: #f4f4f4;
	padding: 2%;
	margin-top: 3%;
}
.in_pp h4{
	margin-bottom: 5px;
}
.in_pp .in_line li{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}


.tbstyle01{
	width: 100%;

}
.tbstyle01 th{
	background: #16558f;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px 2px;
}
.tbstyle01 td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 8px 5px;
}

/*============*/
.list_pr10{
	margin-top: 20px;
}
.list_pr10 li{
	width: 28%;
	float: left;
	margin-right: 2%;
}
.list_pr10 li:last-child{
	margin-right: 0;
	width: 26%;
}
.list_pr10 li:first-child{
	width: 36%;
}
.list_pr10 li p{
	margin-top: 5px;
}
.accessory dl{
	margin-top: 20px;
}
.accessory dl dt{
	background: #16558f;
	border: 1px solid #16558f;
	padding: 2%;
	color: #fff;
	font-weight: bold;
}
.accessory dl dd{
	border: 1px solid #989898;
	padding: 2%;
}


/* */
.text_red {
	color: #ea0505;
}
.text_blue {
	color: #1663ab;
}
.products_item01 .boxbgblue {
	background: #f1f9fd;
	padding: 10px;

}
.products_item01 .boxbgblue ul {
	display: flex;
	justify-content: space-between;
}
.products_item01 .boxbgblue li {
	width: 47%;
}

.tbstyle1 {
  width: 100%; }
  .tbstyle1 th {
    background: #16558f;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    padding: 8px 2px; }
  .tbstyle1 td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 8px 5px; }
.about_item01 .btnlist{
	text-align: center;
}
.about_item01 .btnlist li{
	width: 130px;
	background: #78c1ea url(../aboutus/images/icon.png) no-repeat right 5px center;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 2%;
}
.about_item01 .btnlist li a{
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	color: #fff;
}
.link_map{
	position: relative;
}
.inner_link_map h3{
	color: #16558f;
	font-size: 17px;
	margin: 3% 0;
}
.inner_link_map h3 span{
	font-size: 15px;
	color: #000;
}
.list_bnt_pro14 {
	text-align: center;
}
.list_bnt_pro14 li{
	width: 80%;
	margin: 0 auto 2%;
	border-radius: 3px;
	background: #78c1ea url(../aboutus/images/icon.png) no-repeat right 5px center;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.list_bnt_pro14 li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 5px;
}
.img_pro14 li{
	width: 49%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
.img_pro14 li:last-child{
	margin-right: 0;
}
.img_pro14 li p{
	margin-top: 5px;
}
