<style>

@charset "UTF-8";



 /* コンテンツ01 */
  .top_panel {
    margin: 0 auto;
  }
  .top_panel_box {
    border: solid 1px #ccb78a;
    background: #ccb78a;
  }
  .top_panel-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .top_panel-text {
    color: #333;
    padding: 15px;
    border: solid 1px #ccb78a;
    margin-bottom: 20px;
  }
  /* 新着情報 */
  .top_newbox {
    height: 110px;
    overflow: auto;
    padding: 0;
    font-size: 13px;
  }
  .top_new_content {
    margin-bottom: 20px;
  }
  .table-hover {
    width: 100%;
    border-spacing: 0;
  }
  .top_newbox td {
    border-top: 1px solid #ddd;
  }
  /* コンテンツ02 */
  .top_imgbox1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }





  /* コンテンツ04 */
  .top_imgbox2 img {
    margin-bottom: 5px;
  }
  /* コンテンツ05 */
  .top_imgbox3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 10px;
  }











@media screen and (max-width:768px) {
	

  /* コンテンツ03 */
  .top_itemmenu_content, .top_toggle {
    display: none;
    }
	
  .top_itemmenu_box1_title {
    pointer-events: all;
  }
  .top_toggle {
    display: none;
  }
  .top_itemmenu_box1_title img {
    display: none;
  }
  .top_itemmenu_content {
    border: solid 1px #ccb78a;
    padding: 10px;
  }
  .top_itemmenu_wrap {
    border: solid 1px #ccb78a;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .top_itemmenu_title {
    font-size: 18px;
    background: #ccb78a;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .top_itemmenu_title span {
    margin-left: 5px;
    margin-right: 3.5em;
}
  .top_itemmenu_box1 {
    margin-bottom: 5px;
  }
  .top_itemmenu_box1_title {
    background: #f5f5f5;
    padding: 10px;
    border: solid 1px #e3e3e3;
    border-radius: 4px;
    color: #333333;
  }
  .top_itemmenu_box1_title p {
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_itemmenu_box1_title img {
    width: 75%;
  }
  .top_itemmenu_box1 ul {
    padding-left: 0px;
    }
  .top_itemmenu_box1 li {
    font-size: 15px;
    list-style-type: none;
    color: #333333;
    border: solid 1px #e3e3e3;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_itemmenu_box1 a {
    text-decoration: none;
  }
	
	a.disable-link {
    pointer-events: none;
}
	
	i.fa-solid.fa-square-caret-up.fa-rotate-180 {
    color: #ccb78a;
}
	
  .fa-circle-arrow-right:before {
    color: #ccb78a;
}
}















@media screen and (min-width:769px) {
 
  /* コンテンツ03 */
	
  .top_itemmenu_title {
    display: none;
  }
  .top_itemmenu_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .top_itemmenu_box1 {
    margin-bottom: 5px;
  }
  .top_itemmenu_box1_title {
    position: relative;
  }
  .top_itemmenu_box1_title p {
    position: absolute;
    top: 25%;
    left: 47%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
  }
  .top_itemmenu_box1_title img {
    width: 75%;
  }
  .top_itemmenu_box1 ul {
    padding-left: 16px;
  }
  .top_itemmenu_box1 li {
    font-size: 13px;
    list-style-type: "◆";
    color: #000;
  }
  .top_itemmenu_box1 a {
    text-decoration: underline black;
  }
	
	i.fa-solid.fa-square-caret-up.fa-rotate-180 {
    display: none;
}
	
	i.fa-solid.fa-circle-arrow-right {
    display: none;
}

}




</style>