@charset "UTF-8";

html{
  background: #000;
  height: 100%;
}

body {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', sans-serif;
  color: #fff;
  background: url("../img/bg.jpg");
  min-width: 1100px;
  box-sizing: border-box;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
}

li {
  list-style-type: none;
}

a,a:hover {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover{
  opacity: .6;
}

img{
  text-align: center;
}

article {
  margin: auto;
  width: 1050px;
  text-align: center;
}

.inner {
  background: url("../img/main_bg.jpg") no-repeat;
  background-size: 100%;
  height: 1430px;
}

.content_text {
  position: absolute;
  top: 565px;
  width: 1050px;
  font-size: 13px;
}

.tenpo {
  position: absolute;
  top: 880px;
  width: 1050px;
}

.tenpo h2,
.kyujin h2 {
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 2px;
  padding-bottom: 15px;
}

.content_text p {
  text-align: center;
  line-height: 2.5;
  text-shadow: 4px 4px 2px #111212;
}

.tenpo_area {
  display: flex;
  margin: 0 3%;
}

.tenpo_area h3 {
  padding: 2% 10px 0;
}

.tenpo_area h3 img {
  width: 100%;
  vertical-align: bottom;
}

.tenpo_box {
  width: 34%;
  text-align: left;
}

.tenpo_box a {
  color: #fff;
}

.tenpo_box a:hover {
  opacity: 0.5;
}

.tenpo_box_inr {
  background: #ffffff5e;
  width: 91%;
  margin: auto;
}

.tenpo_box_inr img {
  width: 54%;
  padding: 3% 2%;
  vertical-align: middle;
}

.tenpo_box_inr p {
  display: inline-block;
  width: 40%;
}

/*
.list_icon01,
.list_icon02  {
  position: relative;
}
.list_icon01::before {
  content: "";
  background: url('../img/list_icon01.png') no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 15px;
  left: 2px;
  position: absolute;
}

.list_icon02::before {
  content: "";
  background: url('../img/list_icon02.png') no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 13px;
  left: 2px;
  position: absolute;
}
*/

.kyujin {
  position: absolute;
  top: 1160px;
  width: 1050px;
}

.kyujin_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.kyujin_area p {
  width: 30%;
  margin: 0 3%;
}

.kyujin_area img {
  width: 100%;
}

footer {
  position: absolute;
  top: 1855px;
  width: 1050px;
}

footer p {
  font-size: 11px;
  text-align: center;
  line-height: 1.8;
}


/*===================*/
/*ページ別スタイル*/
/*===================*/
.link_wrap {
  left: -35px;
  margin-bottom: 20px;
}
.link_wrap h2 {
  position: relative;
  left: -35px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.link_wrap p {
  margin: 20px;
  text-align: left;
}
.link_wrap li {
  margin-bottom: 20px;
  text-align: left;
  margin-left: 19px;
}
.link_wrap li div:last-child {
  margin: 7px 0;
}
