@charset "UTF-8";
/* PC用CSS */
@media print, screen and (min-width: 896px) {
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
body {
	margin:0px;
	padding:0px;
	overflow-x: hidden;/*横スライダしないように*/
	font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;
}

html>body {
	margin:0px;
	padding:0px;
	font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;
}

UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL {
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

li {
	margin: 0px;
	font-size:13px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	line-height:160%;
	letter-spacing:1pt;
}

li A         { color: #62595E; TEXT-DECORATION: none;}
li A:link    { color: #62595E; TEXT-DECORATION: none;}
li A:visited { color: #62595E; TEXT-DECORATION: none;}
li A:hover   { color: #E83428; TEXT-DECORATION: none;}

/*-------------------------------
 ドキュメント要素指定 
-------------------------------*/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
/*-------------------------------
back茶色
-------------------------------*/
.cha{
	background-color:#246DA4;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backグレー
-------------------------------*/
.ccc{
	background-color:#eee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backpc
-------------------------------*/
.bae{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background-image: url("../image/top/back01.png");
	background-repeat: no-repeat;
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.bge2{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background-image: url("../image/top/back02.png");
	background-repeat: no-repeat;
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame1000 {
	width: 1000px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame800 {
	width: 800px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
メニュー固定
-------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #ffffff;
	color: #fff;
}
.fixed A         { color: #333; text-decoration: none}
.fixed A:link    { color: #333; text-decoration: none}
.fixed A:visited { color: #333; text-decoration: none}
.fixed A:hover   { color: #ff3300; text-decoration: none}

/*-------------------------------
コンテンツ
-------------------------------*/
#content {
	margin: 0px 0px 0px 0px;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	/*background-color: #eee;*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content h1 {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	color: #ccc;
	font-size: 80px;
	text-align: center;
	font-style: italic;
}

#content h2 {
	margin: 10px 10px 0px 10px;
	padding: 30px 10px 0px 10px;
	font-size: 25px;
	line-height: 170%;
	color: #246DA4;
	font-weight: bold !important;
	text-align: center;
}
#content h2 A         { color: #246DA4; TEXT-DECORATION: none;}
#content h2 A:link    { color: #246DA4; TEXT-DECORATION: none;}
#content h2 A:visited { color: #246DA4; TEXT-DECORATION: none;}
#content h2 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h3 {
	margin: 30px 20px 10px 20px;
	padding: 3px;
	font-size:20px;
	line-height: 170%;
	color: #fff;
	text-align: center;
	background:#246DA4;
	border-radius: 15px;
}
#content h3 A         { color: #fff; TEXT-DECORATION: none;}
#content h3 A:link    { color: #fff; TEXT-DECORATION: none;}
#content h3 A:visited { color: #fff; TEXT-DECORATION: none;}
#content h3 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h4 {
	margin: 5px;
	padding: 10px 10px 0px 10px;
	font-size:18px;
	color: #333;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dashed #333;
	/*border-radius: 4px;
	background: #fff;*/
}

#content h4 A         { color: #333; TEXT-DECORATION: none;}
#content h4 A:link    { color: #333; TEXT-DECORATION: none;}
#content h4 A:visited { color: #333; TEXT-DECORATION: none;}
#content h4 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h5 {
	margin: 0px 20px 0px 20px;
	padding:0px;
	font-size:20px;
	color: #555;
	line-height: 120%;
}
#content h5 A         { color:#555555; text-decoration:none;}
#content h5 A:link    { color:#555555; text-decoration:none;}
#content h5 A:visited { color:#555555; text-decoration:none;}
#content h5 A:hover   { color:#ff3300; text-decoration:none;}

#content h6 {
	margin: 9px 15px 50px 40px;
	padding: 0px 2px 0px 2px;
	font-size:15px;
	color: #555;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 4px #246DA4;/*左線*/
}
#content h6 A         { color:#555555; text-decoration:none;}
#content h6 A:link    { color:#555555; text-decoration:none;}
#content h6 A:visited { color:#555555; text-decoration:none;}
#content h6 A:hover   { color:#ff3300; text-decoration:none;}



#content p {
	margin: 0px 20px 10px 20px;
	padding:0px;
	font-size:13px;
	line-height: 180%;
	color: #555555;
	text-align: left;
}
#content p A         { color:#555555; text-decoration:none;}
#content p A:link    { color:#555555; text-decoration:none;}
#content p A:visited { color:#555555; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}

/*--------------------------
テーブル０１
--------------------------*/
#content table.type01 {
	width: 90%;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 30px 20px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size:14px;
}

#content table.type01 th {
	width:30%;
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#content table.type01 td {
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: left;
}

/*--------------------------------
お知らせ
--------------------------------*/
#box {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	width: 95%;
	height: 150px; 
	overflow: auto;
	background-color:#fff;
}

#box h5 {
	font-size: 14px; 
	margin: 16px 10px 0px 10px; 
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	color: #333333;
}
	
#box p {
	font-size: 15px; 
	margin: 2px 15px 20px 15px; 
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	color: #333333;
	letter-spacing:1px;
	border-bottom: dotted 1px #858585;
}

#box p A         { color: #0080FF; text-decoration: underline}
#box p A:link    { color: #0080FF; text-decoration: underline}
#box p A:visited { color: #0080FF; text-decoration: underline}
#box p A:hover   { color: #ff3300; text-decoration: none}
/*--------------------------------
2個のCSS
--------------------------------*/
.wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	/*width: 100vw;*/
}
.box2{
	width: 48%;
	margin: 20px 0px;
	padding: 0px;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}

/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	/*height: 100px;*/
	clear: both;
	background-color: #020040;
}

#foot p {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}


#foot p A:link    { color:#fff; text-decoration:none;}
#foot p A:visited { color:#fff;text-decoration:none;}
#foot p A:hover   { color:#ff3300; text-decoration:underline; }

/*--------------------------------
topへボタン
--------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 10px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 60px;     /* ←横幅 */
	height:104px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #246DA4; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 5px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 80%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 0px;  /* ←内側の余白 */
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: #333333;              /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}

/*--------------------------------
MAP
--------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}

/*--------------------------------
非表示
--------------------------------*/
.mob {
	display:none;
}

/*--------------------------------
print setting
--------------------------------*/
@media print {
body {
	-webkit-print-color-adjust: exact;
	top:0 !IMPORTANT;
	left:0 !IMPORTANT;
	width:200mm !IMPORTANT;
	height:290mm !IMPORTANT;
}
#slide {
	width: 1050px;	   /*全体の幅を指定する*/ 
}

.frame1200,.ccc,.cha,.bae,.bae2{
	width: 1050px;	   /*全体の幅を指定する*/ 
}
#foot {
	width: 1050px;	   /*全体の幅を指定する*/ 
}
.product1 {
	margin: 10px 0px;
	padding: 0px;
	width:30%;
	height: auto;
	float: left;
	line-height: 150%;
	overflow: hidden;
	position: relative;
}
}}