@charset "UTF-8";
html{
scroll-padding-top: 50px;
scroll-behavior: smooth;
}

.bn_list img {
	width:80px!important;
}
.pikList.ir .item h2 a:before {
    content: "";
    position: relative;
    top: 2px;
    left: 0;
    display: inline-block;
    background: url(../images/shared/arrow/right01.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
	margin-right:3px;
}
.pikList.ir .item h2 {
	font-weight: bold;
    font-size:120%;
}

.pikList.ir .pik {
	padding:0;
}
.pikList.ir ul {
	margin-left:1.5rem;
}
.small-pd table th,.small-pd table td {
	padding:5px 10px;
}
.small-pd table {
	margin-bottom: 5px;
}
.small-pd td {
	text-align: justify;
}
/*youtubeの埋め込みレスポンシブル*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
border: solid 1px #999999;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
