@charset "utf-8";
/* CSS Document */
/* ヘッダー */
.c-header__list-item:nth-child(5) a {
  background-color: #FFE100;
  border-radius: 5px;
  color: #000;
  padding: 10px 30px;
  border-bottom: none;
}
.c-header__list-item:nth-child(5) a:hover {
  background-color: #fff;
  border-bottom: none;
}
/*========= スクロールダウンのためのCSS ===============*/
.scrolldown2 {
  position: absolute;
  bottom: -350px;
  right: 10%;
  display: none;
}
/* ファーストビュー */
.first_view_image {
  background-image: url( "../images/jigyou/sub_top.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}
/* タイトル */
.section-about-kurosawa {
  margin-top: 125px;
}
.section-about-kurosawa-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.section-about-kurosawa-wrap h2 {
  margin-bottom: 125px;
  margin-top: 20px;
  font-size: 3.2rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.kurosawa-logo-img {
  max-width: 240px;
  margin: 0 auto;
}
.kurosawa-logo-img img {
  max-width: 100%;
  height: auto;
}
/* 以下お知らせ */
.section-news {
  background-color: #fff;
}
.section-news-wapper {
  max-width: 1100px;
  margin: -150px auto 300px;
  padding: 0 30px;
}
.section-news-wapper table {
  width: 100%;
}
.section-news-wapper table tr {
  height: 150px;
  border-bottom: dotted 1px #CCCCCC;
  font-size: 22pt;
  text-align: left;
}
.section-news-wapper table tr a{
width: 100%;
height: 100%;
}
.section-news-wapper table tr:last-child {
  border-bottom: none;
}
.section-news-wapper table th {
  width: 20%;
  padding: 60px 0 50px;
  font-size: 1.5rem;
  color: #000;
 font-family:"A-OTF UD新ゴ Pro",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.section-news-wapper table td {
  width: 80%;
  padding: 60px 0 50px;
  font-size: 1.9rem;
  font-family:"A-OTF UD新ゴ Pro",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.td_wrap {
  border-left: solid 1px #FFE100;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  
}
.td_title {
  margin-bottom: 40px;
 font-family:"A-OTF UD新ゴ Pro",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.td_child{
padding-bottom: 15px;
}


@media screen and (max-width: 430px){
.kurosawa-logo-img {
    max-width: 30%;
}
	.section-about-kurosawa-wrap h2 {
		font-size: 2.5rem;
		margin-bottom: 90px;
	}
	.first_view_image{
		height: 600px;
	}
.section-news-wapper table th,td{
width: 100%;
display: block;
}
.section-news-wapper table th{
padding: 15px 0 15px;
}
.section-news-wapper table td{
padding:0 0 25px;
font-size: 1.5rem;
width: 100%;
}
.section-news-wapper table tr {
height: 0;
}
.section-news-wapper table tr:first-child{
border-top:  dotted 1px #CCCCCC;
}
.section-news-wapper table tr:last-child{
border-bottom: dotted 1px #CCCCCC;
}

}