@charset "UTF-8";

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 769px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page #topImage {
  background: url(images/topImage.jpg) center 0%/cover no-repeat;
}
#under_page #topImage h1{
  padding:1rem 2rem;
}


/* ----------------------------------------------
sitemap
------------------------------------------------*/
#contents .sitemap{
  text-align: center;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
#contents .sitemap .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#contents .sitemap .flex li{
  width: 49%;
  text-align: center;
  border-bottom:1px dotted #333;
}
#contents .sitemap .flex li:first-of-type,#contents .sitemap .flex li:nth-of-type(2){
  border-top: 1px dotted #333;
}
#contents .sitemap .flex li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
}
#contents .sitemap .flex li a .ja{
  font-size: 18px;
  font-weight: bold;
  margin-right: 1rem;
}
#contents .sitemap .flex li a .en{
  font-size: 15px;
}
@media all and (min-width: 769px) and (max-width: 850px) {
  #contents .sitemap .flex li{
    width: 100%;
  }
  #contents .sitemap .flex li:nth-of-type(2){
    border-top: none;
  }
}
}
/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 769px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page #topImage {
  background: url(images/topImage.jpg) center 0%/cover no-repeat;
}
#under_page #topImage h1{
  padding:1rem 2rem;
}
/* ----------------------------------------------
sitemap
------------------------------------------------*/
#contents .sitemap{
  text-align: center;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
#contents .sitemap .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#contents .sitemap .flex li{
  width: 100%;
  text-align: center;
  border-bottom:1px dotted #333;
}
#contents .sitemap .flex li:first-of-type{
  border-top: 1px dotted #333;
}
#contents .sitemap .flex li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
}
#contents .sitemap .flex li a .ja{
  font-size: 18px;
  font-weight: bold;
  margin-right: 1rem;
}
#contents .sitemap .flex li a .en{
  font-size: 15px;
}
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {

/* ----------------------------------------------
topImage
------------------------------------------------*/
#under_page  #topImage {
  background: url(images/topImage.jpg) center 0%/cover no-repeat;
}
#under_page  #topImage h1{
  padding:1rem 2rem;
}

/* ----------------------------------------------
sitemap
------------------------------------------------*/
#contents .sitemap{
  text-align: center;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
#contents .sitemap .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#contents .sitemap .flex li{
  width: 100%;
  text-align: center;
  border-bottom:1px dotted #333;
}
#contents .sitemap .flex li:first-of-type{
  border-top: 1px dotted #333;
}
#contents .sitemap .flex li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
}
#contents .sitemap .flex li a .ja{
  font-size: 16px;
  font-weight: bold;
}
#contents .sitemap .flex li a .en{
  font-size: 14px;
}
}
