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

/* 0-559px sp-tablet版*/
/*--------------------
Base
---------------------*/

html {
  font-size: 62.5%;
  /*16px×62.5%=10px*/
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.07em;
  line-height: 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  -webkit-text-size-adjust: 100%;
}

body p {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-transform: rotate(0.001deg);
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
  font-size: 1.6rem;
  outline: none;
}


/*
header,main,footer {
	margin: 0 auto;
}
*/

body, html {
  padding: 0;
  /*　追加*/
  margin: 0;
  /*　追加*/
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ie-img {
  display: none;
}


/*--------------------
commom-css
---------------------*/

.text-center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  padding: 0 25px;
}

.text-lowercase {
  text-transform: lowercase;
}

a:hover {
  opacity: 0.5;
}


/*--------------------
display-none
---------------------*/

.pc-img {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-transform: rotate(0.001deg);
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.title-sp-none {
  display: none !important;
}

.pc-br {
  display: none;
}

.sp-br {
  display: block;
}


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

@media screen and (min-width: 560px) {
  /*560px-960px tablet-pc版*/
  body {
    font-size: 14px;
    line-height: 30px;
  }
  .news-page-right p {
    font-size: 14px;
  }
}


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

@media screen and (min-width: 960px) {
  /*960px以上 pc版*/
  .sp-img {
    display: none;
  }
  .pc-img {
    display: block;
  }
  .title-sp-none {
    display: block !important;
  }
  .pc-br {
    display: block !important;
  }
  .sp-br {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
}