/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 10px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 10px;
	position: relative;
	top: 150px;
}
.page-title {
	height: 260px;
	width: 100%;
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
@media screen and (max-width: 620px) {
.content {
	width: 98%;
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 10px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 10px;
	position: relative;
	top: 150px;
}
}
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
.block3 {
	width: 85%;
	margin-right: 5%;
	margin-left: 10%;
	padding-top: 0px;
	padding-bottom: 20px;
	top: 0px;
	text-align: center;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	height: 280px;
}
.block31 {
	float: left;
	height: 150px;
	width: 24%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	
}
.block31 img {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 5px;
	border: 1px solid #999;
	box-shadow:5px 5px 5px #b2b2b2;
	
}
.block3 .block31 h6 {
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
}
.block4 {
	display: inline;
	float: left;
	z-index: 1;
	position: relative;
	top: -70px;
	width: 100%;
	margin-top: 0px;
}
.block41 {
	float: left;
	height: auto;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.block4 .block41 a img {
	height: auto;
	width: 100%;
	border-radius: 5px;
	box-shadow:5px 5px 5px #b2b2b2;
}
.block4 .block41 a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
.block4 .block41 a p {
	margin-top: 93px;
	font-size: 14px;
}
.detail {
	font-size: 16px;
	border: 1px solid #666;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 7px;
}
.detail a {
	text-decoration: none;
}


.list {
	font-size: 16px;
	border: 1px solid #666;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 7px;
	height: auto;
	position: relative;
	top: -170px;
}
.list a{
	text-decoration: none;
}
.detail img {
	position: relative;
	left: 120px;
}

@media screen and (max-width: 620px) {
.block3 {
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 0px;
  padding-bottom: 20px;
  top: -40px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  height: 330px;
}
.block31 {
	float: left;
	height: 128px;
	width: 30%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	
}
.block31 img {

	margin-bottom: 10px;

	border: 1px solid #999;
	box-shadow:5px 5px 5px #b2b2b2;
	
}
.block3 .block31 h6 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #018000;
}
.block4 {
  display: inline;
  float: left;
  z-index: 1;
  position: relative;
  top: -25px;
  width: 100%;
  margin-top: 0px;
}

  .block41 {
    float: center;
    height: 136px;
    width: 38%;
    margin-right: 4%;
    margin-left: 4%;
    margin-top: -10px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
  }
.block4 .block41 a img {
	height: auto;
	width: 100%;
	border-radius: 5px;
}
.block4 .block41 a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	margin-top: 0px;
}
.block4 .block41 a p {
	margin-top: 40px;
	font-size: 12px;
}

.detail {
	font-size: 13px;
	border: 1px solid #666;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	top: -40px;
}

.list {
	font-size: 13px;
	border: 1px solid #666;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 10px;
	height: auto;
	position: relative;
	top: -160px;
}
.detail img {
	position: relative;
	left: 120px;
}
}
.slide6 .text-space .detail {
	position: relative;
	top: -127px;
	color: #FFF;
	background-color: #666;
	opacity: 0.8;
}
.slide6 .text-space .detail a {
	color: #FFF;
	text-decoration: none;
}


/*#sangyoui {
	background-color: #83ADBD;
	border-radius: 8px;
	height: 280px;
	width: 21%;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＤＦ平成明朝体W7";
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}*/


h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: normal;
}
#kukei h1 img {
	height: 135px;
	width: 400px;
}

.pack1 {
	top: 150px;
	position: relative;
}


h1 img{
	margin-bottom: 25px;
}
h2 {
}
h3 {
	font-size: 32px;
	line-height: 40px;
	color: #333;
}




h6 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-weight: bold;

}

p {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォントを指定 */
	line-height: 30px;
	color: #666;

}
h1 {
}


.text-space {
	height: auto;
	width: 86%;
	margin-top: 0px;
}


.number {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #018000;
	position: relative;
	top: -60px;
	margin-bottom: 0px;
	height: auto;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.number .suuji {
	font-size: 80px;
	text-shadow: 3px 4px 3px rgb(167, 183, 183);
	text-align: left;
}
.number .english {
	text-align: left;
	position: relative;
	left: 85px;
	top: -70px;
	margin-left: 15px;
}


.english {
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
}


.text-space2 {
	height: auto;
	width: 100%;
	margin-top: 50px;
}


.jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 14px;
	line-height: 18px;
	color: #333;
	position: relative;
	top: -17px;
}

iframe {
	position: relative;
	top: -95px;
	height: 350px;
}
@media screen and (max-width: 620px) {
.jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 12px;
	line-height: 18px;
	color: #333;
	position: relative;
	top: -50px;
}
p {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォントを指定 */
	line-height: 28px;
	color: #666;

}	
  h3 {
    font-size: 25px;
    line-height: 38px;
    color: #333;
  }
.number .suuji {
	font-size: 60px;
}
.number .english {
	text-align: left;
	position: relative;
	left: 58px;
	top: -39px;
	margin-left: 15px;
}

.english {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: -30px;
}
.slide4 .text-space .number {
	position: relative;
	top: 20px;
}
}
.slide2 .text-space a {
	text-decoration: none;
}
.block3 .block31 a {
	text-decoration: none;
}
.slide4 .text-space .list a {
	text-decoration: none;
}
.slide5 .text-space .detail a {
	text-decoration: none;
}
