<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.t_text {
 text-align: left;
}


/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print, screen and (min-width: 769px) {
 
 .bosai h2 {
  color: black;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2%;
  text-align: center;
 }
 .bosai h3 {
  padding: 1.3% 0% 1% 1%;
  color: black;
  font-size: 1.5em;
  background: #ffe55f;
  border-left: solid 15px #333333;
  margin-top: 2%;
 }
 .bosai h4 {
  padding: 1% 0% 0.7% 1%;
  color: #4d4d4d;
  font-size: 1.3em;
  background: #f2f2f2;
  margin:1% auto 0 auto;
  width:95%;
 }	
 .top_text {
  width: 95%;
  margin: 0 auto;
  margin-top: 0.5%;
  text-align: center;
  line-height: 1.8em;
 }
 .t_text {
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
  text-align: left;
  line-height: 1.8em;
 }
 .bosai_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 5%;
 }
 .bosai_navi li{
  width: 30%;
  margin-top: 2%;
 }
 .bosai_navi a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 4% 3%;
  border: 2px solid #c0c0c0;
  border-radius: 30px;
  background: white;
  text-decoration: none;
  color: #696969;
  transition: 0.3s;
  font-weight: bold;
 }
 .bosai_navi a:hover{
  background-color: #d3d3d3;
  color: #696969;
  text-decoration: none;
 }
 .bosai_navi a:visited{
  text-decoration: none;
  color: #696969;
 }
 .bosai_navi a:after{
  position: absolute;
  content: '';
  top: 40%;
  right: 4%;
  width: 5px;
  height: 5px;
  border: 0;
  border-top: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
  transform: rotate(45deg);
 }

/*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
 }
 .link-list a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 2rem;
  margin: 0.5em;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  background: #fff;
  color: #696969;
  border: 1px solid #696969;
  border-radius: 5px;
 }
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #696969;
  border-right: 3px solid #696969;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 20px;
  border-radius: 1px;
 }
 .link-list a:hover {
  color: #fff;
  background: #696969;
  border: 1px solid #696969;
 }
 .link-list a:hover:after {
  border-color: #fff;
 }
 .link-list a:visited {
  color: #696969;
 }
 /*　ナビボタンここまで　*/	
	
 .icon {
  width: 500px;
 }
 .icon table {
  width: 370px;
 }
 .icon-flex {
  display: flex;
  flex-direction: row;
 }
 /* 商品テーブル(横4つ) */
 .item_table {
  /* 残*/
  margin: 0px auto;
  width: 905px;
  margin-top: 5px;
  margin-bottom: 5px;
 }
 /* 残*/
 .item_table td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  vertical-align: top;
 }
 .item_table_press &gt; a &gt; img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 /* 商品6個配置テーブル */
 .item_table_mini {
  /* 残*/
  margin: 3px auto;
  margin-top: -7px;
  width: 910px;
  border-collapse: separate;
  border-spacing: 5px;
 }
 .item_table_mini tr {
  margin-left: 20px;
 }
 .item_table_mini td {
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
 }
 .item_table_mini_td {
  width: 15%;
  vertical-align: top;
 }
 .item_table_mini_td &gt; a &gt; img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 /* 商品横2個配置テーブル */
 .item_table_big {
  /* 残*/
  margin: 3px auto;
  margin-top: 5px;
  width: 910px;
  border-collapse: separate;
  border-spacing: 5px;
 }
 .item_table_big td {
  /* 残*/
  padding: 3px;
  margin: 0px 20px;
  border: #efefef solid 1px;
  width: 400px;
  vertical-align: top;
 }
 .item_table_press_big img {
  width: 210px;
  padding: 4px;
  margin-bottom: 3px;
  margin-left: 1px;
 }
 .bosai-topics {
  width: 70%;
  margin: 3% auto 5% auto;
  text-align: left;
  padding: 2% 3%;
  line-height: 1.8em;
  color: #630;
  background-image: url(/images/text_bg.gif);
 }
}



/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
 
 .bosai h2 {
  color: black;
  font-size: 1em;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
 }
 .bosai h3 {
  padding: 0.6em 0.6em 0.4em 0.6em; /*文字周りの余白*/
  color: #000; /*文字色603813*/
  font-size: 130%;
  background: #D9D9D9; /*背景色*/
  border-left: solid 15px #000; /*左線（実線 太さ 色）*/
  margin-top: 5%;
  margin-bottom: 2%;
 }
 .top_text {
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
  text-align: center;
  line-height: 1.5em;
 }
 .bosai_navi {
  width: 85%;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 5%;
  border-top: solid #a9a9a9 2px;
  border-bottom: solid #a9a9a9 2px;
  padding: 0.5em 0 0.5em 1.5em;
 }
 .bosai_navi li{
  width: 90%;
  margin: 0 auto;
 }
 .bosai_navi a{
  display: block;
  width: 90%;
  margin: 8% auto;
  color: #696969;
  text-decoration: none;
  font-weight: bold;
 }
 .bosai_navi a:hover{
  color: #696969;
  text-decoration: none;
 }
 .bosai_navi a:visited{
  text-decoration: none;
  color: #696969;
 }
 .bosai_navi a:before{
  content: '▼ ';
 }
	
 /*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 95%;
  margin: 3% 2% 0% 0%;
 }
 .link-list li {
  width: 45%;
 }
 .link-list a {
  position: relative;
  width: 95%;
  display: inline-block;
  padding: 4% 6% 3% 4%;
  margin: 2%;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  background: #fff;
  color: #696969;
  border: 1px solid #696969;
  border-radius: 5px;
 }
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #696969;
  border-right: 3px solid #696969;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 15px;
 }
 .link-list a:hover {
  color: #fff;
  background: #696969;
  border: 1px solid #696969;
 }
 .link-list a:hover:after {
  border-color: #fff;
 }
 .link-list a:visited {
  color: #696969;
 }
 /*　ナビボタンここまで　*/	
	
 .t_text {
  /* 残 */
  width: 90%;
  margin: 1% auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
 }
 .icon {
  background: #f3f3f3;
  border: none;
  padding: 3% 0;
 }
 .icon-flex {
  display: flex;
  flex-direction: column;
 }
 /* 商品一覧 */
 .item_table {
  /* 残 */
  margin: auto;
  margin-top: -2%;
  width: 98%;
  display: block;
 }
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 /* 残 */
 .item_table td {
  /* 残 */
  padding: 3px;
  margin: 0px 0px 10px 0px;
  border: 0;
  width: calc(100% / 2 - 10px);
  display: inline-block;
  vertical-align: top;
 }
 .item_table_press &gt; a &gt; img {
  width: 100%;
 }
 .item_table_press &gt; div &gt; p {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
 }
 .item_table_press_mini &gt; a &gt; img {
  width: 100%;
 }
	
 /* 商品一覧横3つ(小)並び */
 .item_table_mini {
  margin: 0% auto;
  width: 100%;
  margin-top: -1%;
  margin-bottom: -5%;
  display: inline-block;
 }
	
 .item_table_mini tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
	
 /* 残 */
 .item_table_mini td {
  padding: 1%;
  margin: -5px 0px 10px 0px;
  border: 0;
  width: 30%;
  display: inline-block;
  vertical-align: top;
 }
	
.block-link-img-line img {
  width: 100%;
  height: auto;	
}
	
 .item_table_press_mini img {
  border: #efefef solid 1px;
  width: 99%;
  height: 99%;
 }
	
 /* 商品テーブル大 */
 .item_table_big {
  margin: 5px auto;
  margin-left: 0.7%;
  width: 99%;
  justify-content: center;
 }
	
 .item_table_big tr {
  display: inline;
  margin: 0 auto;
  padding: 0;
 }
	
 .item_table_big td {
  padding: 3px;
  margin: 0px 2px 1px 2px;
  border: 0;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
 }
 .item_table_press_big &gt; img {
  border: #efefef solid 1px;
  width: 100%;
  margin-bottom: 1%;
 }
 .item_text {
  margin-bottom: 5%;
  padding-bottom: 1%;
  border-top: none;
  color: #333;
  line-height: 1.5em;
 }
 .bosai-topics {
  width: 80%;
  margin: 3% auto;
  text-align: left;
  padding: 2% 5%;
  line-height: 1.5em;
  color: #630;
  background: #fffaf0;
 }
	
 /* カテゴリに飛ぶボタン */
 .bosai_btn {
  margin: 2% auto;
  margin-bottom: 7%;
  padding: 8px 0px 7px 0px;
  background: #FFD96D;
  width: 90%;
  text-align: center;
  font-size: 3.8vw;
  line-height: 1.2em;
  font-weight: bold;
  border: solid 1px #F1B524;
  border-radius: 10px;
  box-shadow: 2px 2px #F18324;
 }
 .bosai_btn a {
  display: block;
 }
 .bosai_btn a:link {
  color: #603813;
 }
 .bosai_btn a:visited {
  color: #603813;
 }
 .bosai_btn a {
  text-decoration: none;
 }
}</pre></body></html>