@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #fff url("bg.png") repeat;
  background-size: 50px;
  line-height: 1.6;
}

header .l-header__content {
  background-color: #FFF;
}

main {
  padding-top: 100px;
}

header {
  padding-top: 63px !important;
}

header .l-header__content {
  background-color: transparent
}

header .l-headerLogo,
header .p-nav-global {
  background-color: #FFF;
  border-radius: 5px;
}

main {
  padding: 20px 0;
}

.pc {
  display: none;
}

.header {
  padding-top: 20px;
}

h1 {
  width: 85%;
  margin: 0 auto 30px;
}

h1 img {
  width: 100%;
  vertical-align: bottom;
}

.header_txt_bpx {
  width: 90%;
  margin: 0 auto;
  /*background: #f2f2f2;*/
  padding: 10px;
  margin-bottom: 40px;
  box-sizing: border-box;
  
}

.header_txt_b {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.header_txt_m {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}


.n_box {
  width: 80%;
  margin: 0 auto 40px;
  background: #fff;
  padding: 20px;
  border: 3px solid #333;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.n_badge {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 60px;
  height: 60px;
  transform: rotate(10deg);
}

.n_badge img {
  width: 100%;
}

.n_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.n_txt {
  font-size: 1.6rem;
}

.n_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  margin-top: 10px;
}

.n_caution li {

}

.bw_txt {
  font-size: 3.6vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

nav {
  text-align: center;
  padding: 15px 0;
  font-family: 'ヒラギノ角ゴシック','meiryo',sans-serif;
  background: #353535;
}

nav ul li {
  display: inline-block;
  text-align: center;
}

nav ul li a {
  border: solid 2px #CCC;
  background-color: #FFF;
  border-radius: 40px;
  padding: 8px 15px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 45px;
  transition: all 0.2s ease-out;

  border: solid 2px #fff;
}

nav ul li a:hover {
  color: #ccc;
  border: solid 2px #ccc;
}

av a, nav a:link, nav a:visited, nav a:active {
    color: #fff;
    background: none;
}




