@charset "utf-8";
html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "中ゴシックBBB", "Gothic Medium BBB", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  word-wrap: break-word;
  color: #2a201d;
}
body.fontCh {
  font-family: "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}
body.fontKo {
font-family: "돋움","중고딕","중명조",dotum,AppleGothic,Arial,Helvetica,Clean,sans-serif;
}
a:link, a:visited {
  text-decoration: none;
  color: #2a201d;
}

@media screen and (min-width: 60em) {
a, a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
a:hover {
  color: #6699ff;
  text-decoration: underline;
}
a img:hover, a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}
}
@media screen and all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
a, a img {
transition: all .3s ease 0s;
}
}
@-moz-document url-prefix() {
a, a img {
transition: all .3s ease 0s;
}
}
@media screen and screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, a {
transition: all .3s ease 0s;
}
::i-block-chrome, a img {
transition: all .3s ease 0s;
}
}

/* tablet */
@media screen and (max-width: 59.9375em) {
body {
  min-width: 100%;
}
#container {
  min-height: auto;
  margin-bottom: 0;
}
}
/* ----------------------------------------------------
* common header style
* -------------------------------------------------- */
header {
  width: 100%;
  border-top: solid 5px #312623;
  z-index: 888;
}
header .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 3px;
  min-height: 120px;
  box-sizing: border-box;
}
header #ajcLogo {
  float: left;
  margin-top: 10px;
  padding-left: 1%;
  width: 12.9%;
  vertical-align: middle;
}
header #ajcLogo img {
  width: 100%;
  height: auto;
}
header #jpLogo {
  float: right;
  margin-top: 15px;
  margin-right: 1%;
  width: 60%;
  text-align: right;
}
header #jpLogo img {
  width: 28.33333333333333%;
  height: auto;
}
header nav {
  float: right;
}
header #siteNav {
  float: left;
  table-layout: auto;
  text-align: center;
}
header #siteNav li {
  display: inline-block;
  padding: 15px 20px 0;
  width: auto;
  font-size: 15px;
  font-size: .9375rem;
}
header #siteNav li:first-child, header #siteNav li:first-child a {
  padding-left: 0;
}
header #siteNav li:last-child, header #siteNav li:last-child a {
  padding-right: 0;
}
header #siteNav li a {
  display: block;
  box-sizing: border-box;
}
header #language {
  position: absolute;
  right: 1%;
  top: 0;
  z-index: 1;
  display: table;
  text-align: right;
}
header #language li {
  display: table-cell;
  padding-left: 3px;
  min-width: 5em;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
header #language li a {
  display: block;
  padding: 7px 15px 5px;
  background: #ffffff;
  color: #312623;
  text-shadow: -1px -1px 1px rgba( 0, 0, 0, .15);
  border-radius: 0 0 10px 10px;
  border-radius: 0 0 .625em .625em;
  box-shadow: 0 -1px 10px 0 rgba( 0, 0, 0, .3);
}
header #language li a.selected {
  background: #312623;
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba( 0, 0, 0, .75);
}
header .snsButton {
  float:right;
  margin-left: 30px;
}
header #fbButton,
header #twButton {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  text-align: right;
}
/* header #fbButton a {
  display: block;
  padding: 3px;
  width: 2.25em;
  background: #365899;
  border-radius: 10px;
} */
header #fbButton a img{
  width: 100%;
  height: auto;
  border-radius: 100%;
  border-radius: .625rem;
  vertical-align: bottom;
}
header #fbButton span,
header #twButton span{
	display: none;
}
header #igButton {
  float: right;
  padding-left: 7px;
  padding-right: 10px;
  text-align: right;
}
header #igButton a {
  display: block;
  /*padding: 3px;*/
  /* width: 43px; */
  /*background: #365899;*/
  border-radius: 10px;
}
header #igButton a img{
  width: 100%;
  height: auto;
  border-radius: 100%;
  border-radius: .625rem;
  vertical-align: bottom;
}
header #igButton span{
	display: none;
}

@media screen and (min-width: 60em) {
header #language li a:hover {
  background: #6699ff;
  box-shadow: 0 0 15px 0 rgba( 102, 153, 255, .75);
  color: #ffffff;
  text-decoration: none;
}
header #language li a.selected:hover {
  box-shadow: 0 -1px 10px 0 rgba( 0, 0, 0, .3);
}
}
header #navBurger {
  display: none;
}
/* scrollHeader */
header.scrollHeader {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px 0 rgba( 0, 0, 0, .35);
  border-top: solid 2px #312623;
  border-bottom: solid 1px #cccccc;
}
header.scrollHeader .inner {
  min-height: 50px;
  padding: 0;
}
header.scrollHeader #ajcLogo {
  margin-top: 3px;
  width: 80px;
}
header.scrollHeader #jpLogo, header.scrollHeader #language {
  display: none;
}
header.scrollHeader #siteNav {
  float: right;
  padding-top: 16px;
}
header.scrollHeader #siteNav li {
  padding: .15em 1.5em 0;
}
header.scrollHeader #fbButton,
header.scrollHeader #igButton,
header.scrollHeader #twButton {
  display: none;
}

/* tablet  */
@media screen and (max-width: 59.9375em) {
header .inner {
  position: relative;
  padding-top: 15px;
  padding-bottom: 0;
  min-height: auto;
  box-sizing: border-box;
}
header #ajcLogo {
  float: left;
  margin-top: 0;
  max-width: 129px;
  vertical-align: middle;
}
header #ajcLogo a {
  display: block;
}
header #jpLogo {
  float: right;
  margin-top: 25px;
  width: 60%;
  text-align: right;
}
header #jpLogo img {
  width: 150px;
  height: auto;
}
header nav {
  clear: both;
  float: none;
  width: 100%;
}
header #siteNav {
  display: table;
  margin: 10px auto 5px;
  text-align: center;
}
header #siteNav li {
  display: table-cell;
  padding: 0 15px;
  font-size: 14px;
  font-size: .875rem;
}
header #siteNav li:first-child {
  display: none;
}
header #siteNav li a {
  display: block;
  padding-bottom: 5px;
}
header #fbButton,
header #twButton {
  padding-right: 15px;
  padding-left: 0;
}
header #fbButton a {
  display: block;
  padding: 3px;
  width: 2em;
  background: #365899;
  border-radius: 10px;
  box-sizing: border-box;
}
header #fbButton a img{
  width: 100%;
  height: auto;
  border-radius: 100%;
  border-radius: 0;
  vertical-align: bottom;
}
header #igButton {
  padding-right: 15px;
  padding-left: 0;
}
header #igButton a,
header #twButton a {
  display: block;
  /*padding: 3px;*/
  width: 2em;
  /*background: #365899;*/
  border-radius: 10px;
  box-sizing: border-box;
}
header #igButton a img,
header #twButton a img{
  width: 100%;
  height: auto;
  border-radius: 100%;
  border-radius: .625rem;
  vertical-align: bottom;
}
header.scrollHeader {
  height: 50px;
}
header.scrollHeader #ajcLogo {
  margin: 5px 0 0;
  width: 70px;
}
header.scrollHeader nav {
  clear: none;
  float: right;
  padding-top: 0;
  width: 80%;
}
header.scrollHeader #siteNav {
  margin: 0;
  padding: 0;
}
header.scrollHeader #siteNav li {
  padding: 17px 1.25% 0;
}
header.scrollHeader #siteNav li a {
  padding-left: 0;
  padding-right: 0;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
#fbPlugin{ display:none; }
header {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba( 0, 0, 0, .25);
  border-bottom: solid 1px #cccccc;
}
header .inner {
  position: relative;
  display: table;
  table-layout: auto;
  padding: 0;
  width: 100%;
  height: 50px;
}
header #ajcLogo {
  float: none;
  display: table-cell;
  padding-left: 10px;
  width: 57%;
  vertical-align: middle;
}
header #ajcLogo img {
  width: 74px;
  height: auto;
}
header #ajcLogo a {
  padding-top: 5px;
}
header #jpLogo {
  float: none;
  display: table-cell;
  padding-top: 5px;
  padding-right: 10px;
  width: 30%;
  vertical-align: middle;
}
header #jpLogo img {
  width: 100%;
  height: auto;
}
header #navBurger, header #navBurger p, header #navBurger span {
  margin: 0;
  transition: all .4s;
  box-sizing: border-box;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header #navBurger {
  display: table-cell;
  padding-right: 5px;
  width: 13%;
  vertical-align: middle;
  text-align: right;
}
header #navBurger p {
  position: relative;
  width: 100%;
  height: 28px;
}
header #navBurger p span {
  position: absolute;
  display: block;
  right: 0;
  width: 32px;
  height: 3px;
  background-color: #2a201d;
  border-radius: 3px;
}
header #navBurger p span:nth-of-type(1) {
  top: 0;
}
header #navBurger p span:nth-of-type(2) {
  margin-top: -1.5px;
  top: 50%;
}
header #navBurger p span:nth-of-type(3) {
  bottom: 0;
}
header #navBurger p.close span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
header #navBurger p.close span:nth-of-type(2) {
  opacity: 0;
}
header #navBurger p.close span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
header nav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: rgba( 35, 24, 21, .9);
  box-shadow: 0 15px 15px -15px rgba( 0, 0, 0, .35);
}
header #language {
  position: relative;
  z-index: 999;
  margin: auto;
  display: table;
  table-layout: fixed;
  width: 99%;
  text-align: center;
  box-sizing: border-box;
}
header #language li {
  display: table-cell;
  padding-left: 0;
  min-width: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
header #language li:first-child {
  padding-left: 1px;
}
header #language li:last-child {
  padding-right: 1px;
}
header #language li a {
  display: block;
  padding: 10px 0;
  background: none;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  border-radius: 0 0 .625rem .625rem;
  box-shadow: 0 0 0;
}
header #language li a.selected {
  background: #ffffff;
  border-left: solid 1px #312623;
  border-right: solid 1px #312623;
  color: #312623;
  text-shadow: 0 0 0;
}
header #siteNav {
  margin-bottom: auto;
  width: 100%;
  padding-top: 10px;
  text-align: left;
}
header #siteNav li {
  display: block;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba( 255, 255, 255, .3);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
header #siteNav li:nth-child(1) {
  display: none;
}
header #siteNav li, header #siteNav li:nth-child(5), header #siteNav li:nth-child(6) {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
header #siteNav li a {
  position: relative;
  display: block;
  padding: 15px 5%;
  width: 100%;
  text-shadow: 0 0 0;
}
header #siteNav li a:link, header #siteNav li a:visited {
  color: #ffffff;
}
header #siteNav li + li a:before {
  content: none;
  margin-right: 0;
}
header #siteNav li a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: "";
  margin: -.25em 0 0 -.25em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 1px;
  transform: rotate(45deg);
}
header .snsButton {
    width: 100%;
}
header #fbButton {
  clear: both;
  float: left;
  padding-right: 0;
  text-align: left;
  width: 100%;
}
header #igButton,
header #twButton {
  clear: both;
  float: left;
  padding-right: 0;
  text-align: left;
  width: 100%;
}
header #
 {
  float: right;
  padding-right: 0;
  text-align: left;
  overflow:hidden;
}
header #fbButton a,
header #twButton a {
  position: relative;
  display: block;
  padding: 13px 5%;
  width: 100%;
  font-size: 13px;
  font-size: .8125rem;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid rgba( 255, 255, 255, .3);
}
header #igButton a{
  position: relative;
  display: block;
  padding: 13px 5%;
  width: 100%;
  font-size: 13px;
  font-size: .8125rem;
  background: none;
  border-radius: 0;
}
header #instaButton a {
  position: relative;
  display: block;
  padding: 13px 5%;
  width: 100%;
  font-size: 13px;
  font-size: .8125rem;
  background: none;
  border-radius: 0;
}
header #fbButton a:link, header #fbButton a:visited {
  color: #fff;
}
header #igButton a:link, header #fbButton a:visited {
  color: #fff;
}
header #instaButton a:link, header #instaButton a:visited {
  color: #fff;
}
header #fbButton a img{
  padding-right: 10px;
  width: 1.75em;
  height: auto;
  vertical-align: middle;
}
header #igButton a img,
header #twButton a img{
  padding-right: 10px;
  width: 1.75em;
  height: auto;
  vertical-align: middle;
  border-radius: 0;
}
header #instaButton a img{
  padding-right: 10px;
  width: 1.75em;
  height: auto;
  vertical-align: middle;
}
header #fbButton a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: "";
  margin: -.25em 0 0 -.25em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 1px;
  transform: rotate(45deg);
}
header #igButton a::after,
header #twButton a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: "";
  margin: -.25em 0 0 -.25em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 1px;
  transform: rotate(45deg);
}
header #fbButton span{
	display: inline-block;
}
header #igButton span,
header #twButton span{
	display: inline-block;
  color: #fff;
}
/* header #instaButton span{
	display: inline-block;
} */
header.backHeader {
  position: absolute;
  z-index: auto;
}
}

/* ----------------------------------------------------
* main style
* -------------------------------------------------- */
/* SP */
@media screen and (max-width: 37.5em) {
main {
  padding-top: 56px;
}
}
/* ----------------------------------------------------
* common inner style
* -------------------------------------------------- */
.inner {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  width: 62.5rem;
}

/* tablet */
@media screen and (max-width: 59.9375em) {
.inner {
  width: 94%;
}
}
/* ----------------------------------------------------
* Telephone Box style
* -------------------------------------------------- */
.telBox {
  margin: 30px auto;
  padding: 20px 5%;
  width: 70%;
  text-align: center;
  background: #e5e5e5;
  border-radius: 3px;
  border-radius: .1875rem;
  box-sizing: border-box;
}
.telBox p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-size: .8125rem !important;
  line-height: 1.7;
}
.telBox p + p {
  padding-top: 10px !important;
}

/* SP*/
@media screen and (max-width: 37.5em) {
.telBox {
  padding: 15px 4%;
  width: 90%;
  text-align: left;
}
.telBox p {
  line-height: 1.8;
}
}
/* ----------------------------------------------------
* Block Button style
* -------------------------------------------------- */
.whiteButton a, input.whiteButton {
  margin: 40px auto !important;
  padding: 15px 10px !important;
  width: 50% !important;
  min-height: 50px !important;
  background: #fcfcfc !important;
  box-shadow: 0 0 15px 0 rgba( 0, 0, 0, .2) !important;
  border: solid 1px #cccccc !important;
  border-bottom: solid 1px #8c8c8c !important;
  border-radius: 10px !important;
  border-radius: .625rem !important;
  color: #231815 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
@media screen and all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.whiteButton a, input.whiteButton {
transition: all .3s ease 0s;
}
}
@-moz-document url-prefix() {
.whiteButton a, input.whiteButton {
transition: all .3s ease 0s;
}
}
@media screen and screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, .whiteButton a {
transition: all .3s ease 0s;
}
::i-block-chrome, input.whiteButton {
transition: all .3s ease 0s;
}
}
.whiteButton a {
  display: block !important;
}
input.whiteButton {
  display: inline-block;
}

@media screen and (min-width: 60em) {
.whiteButton a:hover, input.whiteButton:hover {
  background: #80aaff !important;
  border: solid 1px #73a1ff !important;
  border-bottom: solid 1px #6699ff !important;
  box-shadow: 0 0 15px 0 rgba( 102, 153, 255, .5) !important;
  text-shadow: -1px -1px 1px rgba( 0, 0, 0, .15) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
.whiteButton a, input.whiteButton {
  margin: 30px auto !important;
  padding: 13px 10px !important;
  width: 80% !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
}
.shopButton {
  margin: 0 auto;
  width: 93%;
  text-align: left;
}
.shopButton li {
  display: inline-block;
  margin: 0 auto 10px !important;
  width: 32.5%;
  vertical-align: top;
  text-indent: 0;
}
.shopButton a {
  display: table;
  padding: 20px 15px 20px 105px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba( 0, 0, 0, .2);
  border: solid 1px #e5e5e5;
  border-bottom: solid 1px #cccccc;
  border-radius: 3px;
  border-radius: .1875rem;
  color: #231815;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.3;
  text-align: left;
  box-sizing: border-box;
}
.shopButton a span {
  display: table-cell;
  height: 2.571428571428571em;
  height: 2.571428571428571rem;
  vertical-align: middle;
}
.shopButton li:first-child {
  background: url(../img/sim/bestsports01.jpg) no-repeat 10px center;
  background-size: 90px auto;
}
.shopButton li:nth-child(2) {
  background: url(../img/sim/rakuten01.jpg) no-repeat 10px center;
  background-size: 90px auto;
}
.shopButton li:nth-child(3) {
  background: url(../img/sim/yahoo01.jpg) no-repeat 10px center;
  background-size: 90px auto;
}
.shopButton li:last-child {
  background: url(../img/sim/amazon01.jpg) no-repeat 10px center;
  background-size: 90px auto;
}

@media screen and (min-width: 60em) {
.shopButton a:hover {
  text-decoration: none;
  opacity: .75;
  filter: alpha(opacity=75);
}
}

/* Tablet */
@media screen and (max-width: 59.9375em) {
.shopButton a {
  padding: 15px 15px 15px 85px;
}
.shopButton li:first-child {
  background: url(../img/sim/bestsports01.jpg) no-repeat 10px center;
  background-size: 70px auto;
}
.shopButton li:nth-child(2) {
  background: url(../img/sim/rakuten01.jpg) no-repeat 10px center;
  background-size: 70px auto;
}
.shopButton li:nth-child(3) {
  background: url(../img/sim/yahoo01.jpg) no-repeat 10px center;
  background-size: 70px auto;
}
.shopButton li:last-child {
  background: url(../img/sim/amazon01.jpg) no-repeat 10px center;
  background-size: 70px auto;
}
.shopButton a {
  font-size: 13px;
  font-size: .8125rem;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
.shopButton {
  margin: 0 auto;
  width: 90%;
  text-align: left;
}
.shopButton li {
  display: block;
  margin: 0 auto 10px !important;
  width: 100%;
  vertical-align: top;
  text-indent: 0;
}
.shopButton a {
  padding: 15px 15px 15px 30%;
}
.shopButton li:first-child {
  background: url(../img/sim/bestsports01.jpg) no-repeat 5% center;
  background-size: 20% auto;
}
.shopButton li:nth-child(2) {
  background: url(../img/sim/rakuten01.jpg) no-repeat 5% center;
  background-size: 20% auto;
}
.shopButton li:nth-child(3) {
  background: url(../img/sim/yahoo01.jpg) no-repeat 5% center;
  background-size: 20% auto;
}
.shopButton li:last-child {
  background: url(../img/sim/amazon01.jpg) no-repeat 5% center;
  background-size: 20% auto;
}
}
/* ----------------------------------------------------
* Coution Box style
* -------------------------------------------------- */
.advice {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
  width: 100%;
  background: #ffe8e9;
  border-radius: 3px;
  border-radius: .1875rem;
  color: #e7141a;
  box-sizing: border-box;
}
.advice a, .advice a:link, .advice a:visited {
  color: #e7141a;
  text-decoration: underline;
}
.advice li::before {
  content: "※ ";
  color: #e7141a;
}
.advice li {
  margin-left: 1em;
  margin-bottom: 10px;
  text-indent: -1em;
  font-size: 85%;
  line-height: 1.7;
}

/* SP */
@media screen and (max-width: 37.5em) {
.advice {
  margin-bottom: 25px;
  padding: 20px 10px 5px;
  width: 90%;
  line-height: 1.8;
}
.advice li {
  margin-bottom: 15px;
}
}
/* ----------------------------------------------------
* Other style
* -------------------------------------------------- */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.leftBlock {
  float: left;
}
.rightBlock {
  float: right;
}

.mb10 {
  margin-bottom: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}

.mt10 {
  margin-top: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}

.point{
  color: #e7161a;
  font-weight: bold;
}

.hideALL {
  display: none !important;
}

@media screen and (min-width: 37.5625em) {
.hidePC {
  display: none !important;
}
}
@media screen and (max-width: 59.9375em) {
.hideTB {
  display: none !important;
}
}
@media screen and (max-width: 37.5em) {
.hideSP {
  display: none !important;
}
}

/* ----------------------------------------------------
* List style
* -------------------------------------------------- */
.qaList {
  margin-bottom: 15px;
  padding: 0 2.5%;
}
.qaList dt, .qaList dd {
  margin-top: 10px;
  margin-left: 1em;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.7;
  text-indent: -1em;
}
.qaList dt::before {
  margin-bottom: 5px;
  content: "Q. ";
  color: #e7141a;
  font-weight: bold;
  font-size: 110%;
}
.qaList dd {
  margin-bottom: 15px;
}
.qaList dd::before {
  content: "A. ";
  color: #2a201d;
  font-weight: bold;
  font-size: 110%;
}

/* SP */
@media screen and (max-width: 37.5em) {
.qaList {
  padding: 0 5%;
}
.qaList dt, .qaList dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
}
.simpleList {
  margin-bottom: 15px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.simpleList li {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
}
.simpleList li ul {
  padding: 0;
}
.simpleList li a {
  color: #ff6000;
}

/* SP */
@media screen and (max-width: 37.5em) {
.simpleList {
  padding-left: 5%;
  padding-right: 5%;
}
.simpleList li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
}
.numList {
  margin-bottom: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  list-style: decimal inside;
}
.numList li {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
}
.numList li ul {
  margin: 15px 0 0;
  padding: 0;
}
.numList li ul li {
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
.numList li a {
  color: #ff6000;
}

/* SP */
@media screen and (max-width: 37.5em) {
.numList {
  padding-left: 5%;
  padding-right: 5%;
}
.numList li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
}

/* ----------------------------------------------------
* Link style
* -------------------------------------------------- */
.more {
  text-align: right;
  color: #ff6000;
}
.more a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-weight: normal;
}
.more a::after {
  position: absolute;
  top: 50%;
  right: .5em;
  display: block;
  content: "";
  margin-top: -.3em;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ff6000;
  border-right: 1px solid #ff6000;
  border-radius: 1px;
  transform: rotate(45deg);
}
.more a:link, .more a:visited {
  color: #ff6000;
}

@media screen and (min-width: 60em) {
.more a:hover {
  color: #ff6000;
  text-decoration: underline;
}
}
/* ----------------------------------------------------
* common pageTop style
* -------------------------------------------------- */
#pageTop a {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 777;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background: #737373;
  opacity: .82;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba( 0, 0, 0, .5);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 60em) {
#pageTop a:hover {
  opacity: .95;
  filter: alpha(opacity=95);
}
}
#pageTop a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  margin: -4.48px 0 0 -7.2px;
  margin: -.28rem 0 0 -.45rem;
  width: 11.2px;
  width: .7rem;
  height: 11.2px;
  height: .7rem;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
}

/* tablet */
@media screen and (max-width: 59.9375em) {
#pageTop a {
  padding: 0;
  width: 3rem;
  height: 3rem;
}
}
/* ----------------------------------------------------
* common footer style
* -------------------------------------------------- */
footer {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 20px;
  background: url(../img/bg_ichimatu.png) repeat center center #2a201d;
  box-shadow: 0 5px 10px 0 rgba( 0, 0, 0, .35) inset;
  color: #ffffff;
}
footer a:link, footer a:visited {
  text-decoration: none;
  color: #ffffff;
}
footer a {
  text-shadow: -1px -1px 1px rgba( 0, 0, 0, .75);
}

@media screen and (min-width: 60em) {
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
}
footer ul {
  margin-bottom: 23px;
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  letter-spacing: -.4;
}
footer ul li {
  display: inline-block;
  margin-right: 11px;
  margin-right: .6875rem;
  padding: 0;
  letter-spacing: normal;
  vertical-align: bottom;
}
footer ul li + li:before {
  content: '|';
  margin-right: 15px;
  margin-right: .9375rem;
}
footer address, footer p {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.5;
}
footer p small {
  display: block;
  margin-bottom: 10px;
}
footer p br {
  display: none;
}

/* tablet */
@media screen and (max-width: 59.9375em) {
footer {
  padding-top: 0;
  min-height: auto;
  background: #231815;
  box-shadow: 0;
  color: #ffffff;
}
footer .inner {
  width: 100%;
}
footer a {
  position: relative;
  display: block;
  padding: 15px 5%;
  text-shadow: -1px -1px 1px rgba( 0, 0, 0, .35);
}
footer ul {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: .8125rem;
  text-align: left;
  letter-spacing: normal;
}
footer ul li {
  margin: 0;
  display: block;
  background: url(../img/bg_ichimatu.png) repeat center center #2a201d;
  box-shadow: 0 0 5px 0 rgba( 0, 0, 0, .5) inset;
  border-bottom: 1px solid rgba( 255, 255, 255, .15);
  vertical-align: bottom;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
footer ul li + li:before {
  content: none;
  margin-right: 0;
}
footer ul li a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: "";
  margin: -.25em 0 0 -.25em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 1px;
  transform: rotate(45deg);
}
footer address, footer p {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.5;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
footer p br {
  display: block;
}
}
/* ----------------------------------------------------
* common clearfix
* -------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;/*\*//*/
height: auto;
overflow: hidden;
/**/
}


#fbPlugin{ position:fixed; bottom:-320px; left:0; z-index:999; -webkit-transition: 0.2s; -moz-transition:  0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
#fbPlugin :hover{ position:fixed; bottom:0; }
