@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
 TOP
----------------------------------------------------*/
#header {
  padding: 0;
}
#header div.inr {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 15px;
  width: 100%;
}
#top01 {
  margin: 0 auto;
  padding: 30px;
  overflow: hidden;
  max-width: 1800px;
}
#topMv {
  float: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#whatsNew {
  float: none;
  margin: 0 0 0 -1200px;
  width: 100%;
}
#whatsNew .whatsNewInr {
  margin: 0 0 0 1200px;
  padding: 0 0 0 30px;
}
#whatsNew .whatsNewInr h2 {
  border-top: 1px solid #EEEEEE;
  padding: 40px 0 30px 0;
  position: relative;
}
#whatsNew .whatsNewInr h2:before {
  background-color: #FF0000;
  content: '';
  display: block;
  height: 1px;
  width: 75px;
  position: absolute;
  top: -1px;
  left: 0;
}
#whatsNew .whatsNewInr h2 span {
  display: block;
}
#whatsNew .whatsNewInr h2 span.jp {
  color: #222;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 200;
  margin-bottom: 10px;
}
#whatsNew .whatsNewInr h2 span.en {
  color: #AAA;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
}
#whatsNew .whatsNewInr ul {
  border-bottom: 1px dotted #777;
  margin-bottom: 40px;
}
#whatsNew .whatsNewInr ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
#whatsNew .whatsNewInr ul li a {
  border-top: 1px dotted #777;
  color: #666;
  display: block;
  padding: 20px 15px;
  transition: 0.2s;
  text-decoration: none;
}
#whatsNew .whatsNewInr ul li a:hover {
  background-color: #FCFCFC;
  color: #FF0000;
  text-decoration: none;
}
#whatsNew .whatsNewInr ul li a span.date {
  color: #AAA;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-style: italic;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#whatsNew .whatsNewInr ul li a span.date span {
  background-color: #FF0000;
  color: #FFF;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-size: .9rem;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-left: 12px;
  margin-top: -3px;
  padding: 3px 10px 2px;
  vertical-align: middle;
}
#whatsNew .whatsNewInr ul li a span.title {
  display: block;
  padding-top: 5px;
}
#whatsNew .whatsNewInr .btn {
  text-align: right;
}
#whatsNew .whatsNewInr .btn a {
  border: 2px solid #000;
  color: #222;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  min-width: 180px;
}
#whatsNew .whatsNewInr .btn a:hover {
  border: 2px solid #FF0000;
}
/*-------------------------------------------------------------------------------------------------------
	☆TOPMATERIALS
*/
#topMaterialList {
  margin: 0 auto 60px;
  padding: 0 30px;
  max-width: 1800px;
}
#topMaterialList h2 {
  border-top: 1px solid #EEEEEE;
  padding: 40px 0 50px 0;
  position: relative;
  text-align: center;
}
/*#topMaterialList h2:before {
  background-color: #FF0000;
  content: '';
  display: block;
  height: 1px;
  width: 75px;
  position: absolute;
  top: -1px;
  left: 0;
}*/
/*#topMaterialList h2:after {
  background-color: #FF0000;
  content: '';
  display: block;
  height: 1px;
  margin: 30px auto 0;
  width: 40px;
}*/
#topMaterialList h2 span {
  display: block;
}
#topMaterialList h2 span.jp {
  color: #222;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#topMaterialList h2 span.en {
  color: #AAA;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.1rem;
}
#topMaterialList ul {
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
#topMaterialList ul li {
  display: table;
  float: left;
  line-height: 1.6;
  height: 230px;
  text-align: center;
  vertical-align: top;
  width: 20%;
}
#topMaterialList ul li a {
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #212121;
  display: table-cell;
  height: 230px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  transition: 0.4s;
}
#topMaterialList ul li.last a {
  border-bottom: none;
}
#topMaterialList ul li a:hover {
  color: #FF0000;
}
#topMaterialList ul li a:after {
  border: 1px solid #DDD;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  transition: 0.2s;
}
#topMaterialList ul li a:hover:after {
  border: 10px solid #F3F3F3;
}
#topMaterialList ul li p.name br {
  display: none;
}
/*-------------------------------------------------------------------------------------------------------
	☆TOPMENU
*/
#topMenu {
  margin: 0 auto 85px;
  max-width: 1260px;
  width: 100%;
}
#topMenu ul {
  overflow: hidden;
}
#topMenu ul li {
  float: left;
  width: 48.5%;
}
#topMenu ul li.even {
  float: right;
}
#topMenu ul li a {
  border: 1px solid #DDD;
  border-top: 1px solid #FF0000;
  display: table;
  padding: 25px 30px 25px 50px;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
#topMenu ul li a p {
  display: table-cell;
  vertical-align: middle;
}
#topMenu ul li a p.data {}
#topMenu ul li a p.data span {
  display: block;
}
#topMenu ul li a p.data span.jp {
  color: #222;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 200;
  margin-bottom: 15px;
  transition: 0.2s;
}
#topMenu ul li a:hover p.data span.jp {
  color: #FF0000;
}
#topMenu ul li a p.data span.en {
  color: #AAA;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  transition: 0.2s;
}
#topMenu ul li a:hover p.data span.en {
  color: #000;
}
#topMenu ul li a p.img {
  width: 170px;
  text-align: right;
}
/*デバイスの横幅が1500px以下の場合*/
@media only screen and (max-width: 1500px) {
  #topMv {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #topMv img {
    height: auto;
    width: 100%;
  }
  #whatsNew {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  #whatsNew .whatsNewInr {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #whatsNew .whatsNewInr h2 {
    border-right: 1px dotted #BBB;
    display: table-cell;
    vertical-align: middle;
    border-top: none;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
    width: 20%;
  }
  #whatsNew .whatsNewInr h2:before {
    display: none;
  }
  #whatsNew .whatsNewInr ul {
    border-bottom: none;
    display: table-cell;
    padding-left: 4%;
  }
  #whatsNew .whatsNewInr ul li a {
    border-top: none;
    padding: 10px 15px 10px;
    overflow: hidden;
  }
  #whatsNew .whatsNewInr ul li a:hover {
    background-color: transparent;
    color: #FF0000;
    text-decoration: none;
  }
  #whatsNew .whatsNewInr ul li a span.date {
    color: #AAA;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  #whatsNew .whatsNewInr ul li a span.title {
    padding-top: 3px;
  }
  #whatsNew .whatsNewInr .btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #topMaterialList {
    margin: 0 auto 70px;
    max-width: 1260px;
  }
  #topMaterialList ul li {
    height: 180px;
    width: 25%;
  }
  #topMaterialList ul li.last a {
    border-bottom: 1px solid #DDD;
  }
  #topMaterialList ul li a {
    height: 180px;
    vertical-align: middle;
  }
  #topMaterialList ul li p.img img {
    height: 100px;
  }
  #topMaterialList ul li p.name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #topMaterialList ul li p.name br {
    display: inline;
  }
  #topMenu {
    margin: 0 auto 85px;
    padding: 0 30px;
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------------------------------
	☆SP
	-------------------------------------------------------------------------------------------------------
	-------------------------------------------------------------------------------------------------------
	-------------------------------------------------------------------------------------------------------
*/
/*デバイスの横幅が870px以下の場合*/
@media only screen and (max-width: 870px) {
  #top01 {
    background-color: #FFF;
    padding: 0;
  }
  #topMv {
    background-color: #F7F7F7;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  #whatsNew {
    background-color: #F7F7F7;
    padding: 0 0 40px;
  }
  #whatsNew .whatsNewInr {
    display: block;
  }
  #whatsNew .whatsNewInr h2 {
    background-color: #FFF;
    border-right: none;
    display: block;
    vertical-align: middle;
    position: relative;
    width: auto;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #EEE;
    padding: 40px 0 30px 0;
  }
  #whatsNew .whatsNewInr h2 span.jp {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  #whatsNew .whatsNewInr h2 span.en {
    letter-spacing: 0.1em;
  }
  #whatsNew .whatsNewInr h2:before {
    display: block;
  }
  #whatsNew .whatsNewInr ul {
    border-bottom: none;
    display: block;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #whatsNew .whatsNewInr ul li a {
    border-bottom: 1px dotted #DDD;
    padding: 15px 0 10px;
    overflow: hidden;
  }
  #whatsNew .whatsNewInr .btn {
    display: block;
    padding: 0 20px;
    width: auto;
  }
  #whatsNew .whatsNewInr .btn a {
    background-color: #FFF;
    display: block;
    width: 100%;
  }
  #whatsNew .whatsNewInr .btn a:hover {
    border: 2px solid #000;
  }
  #topMaterialList {
    margin-bottom: 40px;
    padding: 0 0;
  }
  #topMaterialList h2 {
    border-top: 1px solid #FF0000;
    padding: 30px 0 30px 0;
  }
  #topMaterialList h2 span.jp {
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  #topMaterialList h2:after {
    display: none;
  }
  #topMaterialList ul li {
    display: block;
    height: auto;
    text-align: center;
    width: 50%;
  }
  #topMaterialList ul li a {
    display: block;
    height: auto;
    padding: 20px;
    width: 100%;
  }
  @media screen and (orientation: landscape) {
    /* 横向きの場合のスタイル */
    #topMaterialList ul li {
      min-height: 200px;
      width: 33.3%;
    }
    #topMaterialList ul li a {
      min-height: 200px;
    }
  }
  /*
#topMaterialList ul {
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 0;
}
#topMaterialList ul li {
	border-bottom: 1px solid #E0E0E0;
	display: block;
	float: none;
	height: auto;
	text-align: center;
	width: auto;
}
#topMaterialList ul li a {
	border-left: none;
	border-bottom: none;
	display: table;
	height: auto;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	transition: 0.4s;
	width: 100%;
}
#topMaterialList ul li a p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#topMaterialList ul li a p.img {
	padding: 5px 15px;
	width: 25%;
}
#topMaterialList ul li a p.img img {
	height: auto;
	width: 100%;
}
#topMaterialList ul li a p.name {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 5px 15px 5px 25px;
	width: 65%;
}
#topMaterialList ul li a:hover {
	color: #FF0000;
}
#topMaterialList ul li a:after {
	display: none;
}

*/
  #topMenu {
    margin: 0 0 35px;
    padding: 0 15px;
    width: auto;
  }
  #topMenu ul li {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  #topMenu ul li.even {
    float: none;
  }
  #topMenu ul li a {
    padding: 15px 20px 15px 25px;
  }
  #topMenu ul li a p.img {
    width: 90px;
  }
  #topMenu ul li a p.img img {
    height: 70px;
    width: auto;
  }
  #topMenu ul li a p.data span.jp {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /*==========================================*/
  /*-- 20230424デザイン課追加 --*/
  /*==========================================*/
  span.icon_new {
    background-color: #ff0000;
    color: #fff;
    padding: 1rem;
    border-radius: 25px;
  }
}
/*==========================================*/
/*-- 20241008デザイン課追加 --*/
/*==========================================*/
@media only screen and (max-width: 870px) {
  #topNews .inr .tabMenu {
    margin-bottom: 0;
  }
  topNews .inr .tabMenu ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #topNews .inr .tabMenu ul li span {
    display: block;
    padding: 25px 20px 20px;
    font-size: 1.5rem;
  }
  #topNews .inr .tabMenu ul li span em {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    margin-left: 0;
    padding-top: 5px;
  }
  #topNews .inr #tab .tabBox {
    padding: 0 20px;
  }
  #topNews .inr #tab ul li {
    border-bottom: 1px dotted #AAA;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  #topNews .inr #tab ul li a {
    padding: 15px 0;
  }
  #topNews .inr #tab ul li a span.date {
    display: block;
    float: none;
    width: auto;
  }
  #topNews .inr #tab ul li a span.title {
    float: none;
    width: auto;
  }
  #topNews .inr .newsBtn {
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
  #topNews .inr .newsBtn a {
    border: 2px solid #999;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 8px 20px;
    min-width: 120px;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
  }
}