@import url('https://fonts.googleapis.com/css?family=Oswald');
/*font-family: 'Oswald', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');
/*font-family: 'Roboto', sans-serif;*/

p{
  font-size: 100%;
}
.header{
  margin-top: 10px;
}
.title-img{
  background: url(images/title_img.jpg);
  padding: 3rem;
}
.title-img h1{
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
}
.title-img p{
  text-align: center;
}
.main-1col{
  width: 100%;
}

/* ///////////// main /////////////*/
.content-title{
  font-size: 1.5rem;
  font-weight: bold;
}
.topics-1{
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
.topics-1 p{
  font-size: 0.875rem;
}
.topics-tn-1{
  box-sizing: border-box;
  width: 80%;
  margin: auto; 
  margin-bottom: 24px; 
}
.topics-text-1{
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
}
.topics-2{
  display: -webkit-flex; 
  display: flex;
  margin-bottom: 24px;
}
.topics-tn-2{
  width: 15%;
}
.topics-text-2{
  width: 85%;
  margin-left: 1rem;
}
.topics-2 p{
  font-size: 0.875rem;
}
ul.time-table{
  border-radius: 5px;
  background: #eee;
  padding: 1rem 2rem;
  margin: 24px auto;
}
ul.time-table li{
  border-bottom: solid 1px #fff;
  margin-bottom: 0.5rem;
}
ul.time-table .alphabet{
  font-weight: bold;
  margin-right: 1rem;
}
@media (min-width: 767px) {
  .topics-1{
    display: flex;
    margin: 24px 0;
  }
  .title_img{
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 991px) {
  .topics-1 p{
    font-size: 1rem;
  }
  .topics-2 p{
    font-size: 1rem;
  }
}

/* ///////////// 20191227 /////////////*/
/*ボタン各種*/
.btn-square-pop {
  width: 100%;
  font-size: 1.35rem;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin: 0.5rem;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
span.en{
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) {
  .stock-list{
    display: flex;
    flex-wrap: wrap;
  }
  .btn-square-pop {
    width: 20%;
    margin: 5px;
  }
}

/* ///////////// footer /////////////*/
.footer p,ul{
  font-size: 0.75rem;
}
ul.footer-nav-list{
  display: flex;
  justify-content: center;
  margin: 1rem;
}
ul.footer-nav-list li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-right: solid 1px #aaa;
}
ul.footer-nav-list li:last-child{
  border-right: none;
}
ul.footer-nav-list li a{
  color: #fff;
}
@media (min-width: 767px) {
  .information{
    display: flex;
  }
  .info-map{
    width: 50%;
  }
  .info-text{
    margin-left: 1rem;
  }
  .info-text p{
    font-size: 0.875rem;
  }
  .copyright{
    font-size: 0.75rem;
    line-height: 1;
  }
  .footer p,ul{
    font-size: 0.875rem;
  }
}
@media (min-width: 991px) {
  .info-text p{
    font-size: 1rem;
  }
}
