@charset "UTF-8";
/* CSS Document */


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1;
    color: #FFFFFF;
}
 
body {
    font-family:'Noto Serif JP', serif;
}
 
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 99999;
}
 
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #666666;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    z-index: 999;
}
 
 
header  {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#4C4F54;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
	z-index: 9999;
}
header .inner {
    position:relative;
    max-width:1080px;
    margin:0 auto;
    padding:0.5em 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.logo {
    float:left;
    width:23%;
    margin-top: 23px;
}
 
header nav {
    float:right;
    width: 60%;
}
 
header.navOpen nav {
    opacity: 1;
    right: 0;
}
header nav ul {
    width: 100%;
    padding: 0 0 0 0px;
}
header nav ul li {
    float:left;
    width: 16.6666%;
    list-style:none;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:1.5em;
    color:#999;
    text-decoration:none;
}
header nav ul li a:hover {
    text-decoration: underline;
}
 
 
header .button {
    display: none;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {
    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}
 
#contents {
    max-width: 1080px;
    margin:120px auto 0;
    line-height:1.5;
}
#contents p {
    margin: 50px 0 0 0;
}
 
 
 
@media screen and (max-width:1080px){
header .inner {
    padding: 1.5em;
}
header h1 {
    width: 30%;
    margin-top: 0em;
}
header nav {
    width:70%;
}
header nav ul li {
    width: 25%;
}
#contents {
    margin-top:180px;
}
}

li{
	font-size: 12px;
}
 
@media screen and (max-width:480px){

	header{
		z-index: 9999%;
	}
	
	.logo{
		width: 130%;
		height: auto;
        margin: 0;
	}
header .button {
    display:block;
	z-index: 9999;
}
header nav {
    overflow:auto;
    position: fixed;
    top: 0;
    right: -70%;
    float:none;
    width: 45%;
    max-width:320px;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index:9999;
}
header nav ul li {
    float: none;
    width: auto;
}
#contents {
    margin-top:80px;
	z-index: 9999;
}
}

.headerlink{
    color: #FFFFFF;
    font-size: 12px;
}

@media screen and (max-width:480px){
    .headerlink{
        color: #000;
    }
}

.tome{
    width: 3%;
    height: auto;
}

@media screen and (max-width:480px){
    .tome{
        max-width: 10%;
        height: auto;
    }
}


body{
	background-color: #1C1D21;
}

.top { 
	background-image : url(../img/blackconcrete.jpg);
	background-attachment : fixed;
  overflow: hidden;
}


h2{
    color: #fff;
    text-align: center;
    padding-top: 100px;
}

@media screen and (max-width:480px){
    h2{
        font-size: 20px;
        padding-top: 20px;
    }
}




#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 80%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
    text-align: center;
    line-height: 1.8em;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}










h2{
    padding-top: 50px;
}


@media screen and (max-width:480px){
    .card-figure{
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        display: flex;
		margin-right: 20px;
    }

    .card-title{
        font-size: 20px;
    }

    .card-text-tax{
        font-size: 15px;
        line-height: 1.8em;
        font-weight: 100;
    }
    
    h2{
        font-size: 20px;
    }
}






/*スクロールフェードインのcss*/

.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-10px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}





.hover10 {
    border-radius: 20%;
    transition: all 0.6s ease 0s;
  }
  .hover10:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
  }





#footer03 {
    background: #222;
  }
   
  #footer03 .inner-block {
    padding: 30px 0;
  }
   
  #footer03 .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
   
  #footer03 .logo > img {
    width: 120px;
  }
   
  #footer03 .logo .ja {
    padding-left: 20px;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
  }
   
  #footer03 .address {
    margin-top: 20px;
    color: #ccc;
  }
   
  #footer03 .nav li a {
    padding: 10px 0;
    color: #ccc;
    font-weight: bold;
  }
   
  #footer03 .nav .footer-btn-wrap .contact-btn {
    background-color: #0077bb;
    color: #fff;
    text-align: center;
	  margin-top: 50px;
  }
   
  #footer03 .nav .footer-btn-wrap .login-btn {
    background: #c4341a;
    color: #fff;
    text-align: center;
  }
   
  #footer03 .js-aco li a {
    padding-left: 15px;
  }
   
  #footer03 .js-aco li a span {
    position: relative;
   
  }
   
  #footer03 .js-aco li a span::before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    right: calc(100% + 5px);
    margin: auto;
  }
   
  @media only screen and (min-width: 641px) {
    #footer03 .nav .footer-btn-wrap a {
      display: block;
      width: 150px;
      border: 2px solid transparent;
    }
    #footer03 .nav .footer-btn-wrap a + a {
      margin-top: 10px;
    }
    #footer03 .nav .footer-btn-wrap .contact-btn:hover {
      background: #fff;
      color: #0077bb;
      opacity: 1;
    }
    #footer03 .nav .footer-btn-wrap .login-btn:hover {
      background: #fff;
      color: #c4341a;
      opacity: 1;
    }
    #footer03 .area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
   
    #footer03 .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 800px;
    }
   
    #footer03 .nav li a {
      font-size: 14px;
    }
   
    #footer03 .nav li a:hover {
      opacity: 1;
      color: #c4341a;
    }
  }

footer{
    margin-top: 50px;
}

  .footerlogo{
      width: 180%;
      height: auto;
  }

  .footertxt{
      color: #fff;
  }

  .copyright{
      text-align: center;
      color: #FFFFFF;
  }

  ul{
      list-style: none;
  }

  @media only screen and (max-width: 640px) {
    #footer03 .inner-block {
      padding: 30px 10px 10px;
    }
    #footer03 .logo .ja {
      font-size: 12px;
    }
    #footer03 .address {
      margin: 20px 0;
    }
    #footer03 .nav {
      width: calc(100% + 20px);
      margin-left: -10px;
    }
    #footer03 .nav li {
      border-top: 1px solid #555;
    }
    #footer03 .nav li a {
      display: block;
      padding: 12px 20px;
      background-size: 6px auto;
    }
    #footer03 .footer-btn-wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      padding-top: 15px;
      border-top: 1px solid #ebebeb;
    }
    #footer03 .js-aco li a {
      padding-left: 40px;
    }
    #footer03 .nav .footer-btn-wrap a {
      padding: 10px;
      width: 40%;
    }
    #footer03 .copyright {
      font-size: 10px;
      text-align: center;
    }

    .footerlogo{
        width: 60%;
        height: auto;
		margin-right: 300px;
		margin-bottom: 30px;
    }

    .footertxt{
        font-size: 12px;
		text-align: center;
		margin-right: 60px;
    }

    .copyright{
        font-size: 10px;
		margin-left: 30px;
    }
	  .contact-btn{
		  margin-right: 60px;
		  margin-bottom: 30px;
	  }
  }

a{
	text-decoration: none;
}

.tokushu{
  color: #000;
}



  
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px #00000073;
}

table tr {
  background-color: #fff;
}

table th,
table td {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

table  th {
  width: 20%;
  padding: 10px 0;
  font-size: 14px;
  padding: 15px;
  background-color:#4C4F54;
  color:#fff;
  text-align: center;
}

table tr{
  text-align: center;
  width: 20%;
  padding: 20px 0;
  background-color: #fff;
  color:#3a3a3a;
}

table tr:hover{
  background-color:#999;
}


@media screen and (max-width:480px){
    table{
        width: 80%;
    }
}
