@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700&display=swap');
/* reset */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
ul, ol {
  list-style: none
}
button, input, select, textarea {
  margin: 0
}
html {
  box-sizing: border-box
}
*, *:before, *:after {
  box-sizing: inherit
}
img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%
}
iframe {
  border: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0;
  text-align: left
}
i, em {
  font-style: normal;
}
label, button {
  cursor: pointer;
}
/* common */
html {
  font-size: 10px;
  line-height: 1.75;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
  transition: all .3s ease-out;
}
a:hover {
  color: #bc204c;
  text-decoration: underline;
}
a:hover img {
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.6);
}
a img, a::before, a::after, button {
  transition: all .2s ease-out;
}
a i {
  margin-left: 5px;
  vertical-align: middle;
  transition: all .2s ease-out;
}
img {
  vertical-align: bottom;
}
small, sub, sup {
  font-size: .8em;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.forpc {
  display: inline-block !important;
}
.forsp {
  display: none !important;
}
.nobr {
  display: inline-block;
}
.flex-btwn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-cntr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.flex-align-center {
  align-items: center;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-align-base {
  align-items: baseline;
}
.flex-rvs {
  flex-direction: row-reverse;
}
.container {
  width: 100%;
  height: 100%;
  padding: 122px 0 50px;
  background: #f8f8f8;
}
.cntbox {
  width: 1000px;
  margin: 0 auto;
}
.content {
  width: 100%;
  margin: 30px auto;
  padding: 3em 3em;
  background: #ffffff;
}
.btnbox {
  margin: 1em auto;
  letter-spacing: .1em;
  text-align: center;
}
.btnbox a {
  display: inline-block;
  padding: .5em 2em;
  font-size: 1.6rem;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
}
.btnbox a:hover {
  border: 1px solid #bc204c;
  background: #bc204c;
}
.rbtnbox {
  padding: 1em 0;
  letter-spacing: .1em;
  text-align: right;
}
.rbtnbox a {
  display: inline-block;
  padding: .5em 2.5em;
  font-size: 1.4rem;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
}
.rbtnbox a:hover {
  border: 1px solid #bc204c;
  background: #bc204c;
}
.btnbox_s {
  margin: 0 1em;
  letter-spacing: .1em;
  text-align: center;
}
.btnbox_s a {
  display: inline-block;
  padding: .3em 2em;
  font-size: 1.6rem;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
}
.btnbox_s a:hover {
  border: 1px solid #bc204c;
  background: #bc204c;
}
.pdfbtnbox {
  margin: 1em auto;
  letter-spacing: .1em;
}
.pdfbtnbox a {
  display: inline-block;
  padding: .5em 1em;
  font-size: 1.4rem;
  color: #333333;
  border: 1px solid #292b2b;
  background: #ffffff;
}
.pdfbtnbox a:hover {
  text-decoration: none;
  color: #bc204c;
  border: 1px solid #bc204c;
}
.pdfbtnbox a i {
  margin-right: .2em;
  font-size: 2rem;
  vertical-align: middle;
}
.txtlnk {
  margin: 1em auto;
  letter-spacing: .1em;
  text-align: center;
}
.txtlnk a {
  text-decoration: underline;
}
.anchlnk {
  display: inline-block;
  margin: 0 .5em;
  letter-spacing: .1em;
  text-decoration: underline !important;
}
.container .cartbtn {
  display: block;
  margin: .5em auto;
  padding: .7em 0;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .1em;
  text-align: center;
  border: 1px solid #333333;
}
.cartbtn:hover {
  text-decoration: none;
  border: solid 1px #9f0c36;
  color: #9f0c36;
}
.morebtn {
  margin: 20px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.morebtn a {
  position: relative;
  display: inline-block;
  padding: .5em;
  color: #292b2b;
}
.morebtn a::after {
  content: "";
  display: block;
  width: 50px;
  height: 26px;
  margin: 2px auto;
  background: url(/themed/default/images/common/more.svg) 50% 50% / 80% auto no-repeat;
}
.morebtn a:hover {
  text-decoration: none;
}
.morebtn a:hover::after {
  transform: translateY(3px);
}
.pnkzbox {
  padding: 0 0 0 1em;
  background: #ffffff;
}
.pnkzbox .pnkz {
  width: 1000px;
  margin: 0 auto;
}
.pnkzbox .pnkz li {
  position: relative;
  margin: 0 5px;
}
.pnkzbox .pnkz li a::after {
  content: "";
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/themed/default/images/common/arrow-right-s-line.svg) 50% 0% / auto 90% no-repeat;
}
.ttlbox {
  padding: 2em 0;
  text-align: center;
}
.ttlbox h1 {
  font-size: 2.4rem;
  line-height: 1.2em;
  letter-spacing: .2em;
}
.ttlbox h1 small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
.ttlbox h2 {
  margin: 0 auto 2em;
  padding: .5em 0;
  font-size: 2.4rem;
  line-height: 1.2em;
  letter-spacing: .2em;
  background: #f8f8f8;
}
.subtbox {
  padding: 0;
  text-align: center;
}
.subtbox h2 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: .2em;
}
.astrsk{
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4em;
}
.astrsk::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
    line-height: 1.85;
  }
  body {
    font-family: sans-serif;
    font-size: 1.4rem;
    color: #333333;
  }
  .container {
    margin-top: 0;
    padding: 50px 0 0;
  }
  .cntbox {
    width: 100%;
    margin: 0 auto;
  }
  .content {
    margin: 0 auto 1em;
    padding: 1em 10px;
  }
  .forpc {
    display: none !important;
  }
  .forsp {
    display: inline-block !important;
  }
  .btnbox a {
    font-size: 1.6rem;
  }
  .container .cartbtn {
    padding: .5em 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .morebtn {
    margin: 0 auto 10px;
    font-size: 1.8rem;
  }
  .pnkzbox {
    padding: .2em 0 0 .5em;
  }
  .pnkzbox .pnkz {
    width: 100%;
    margin: 0;
  }
  .pnkz {
    margin: 5px 0 0 0;
  }
  .pnkz li {
    margin: 0 5px 5px;
    font-size: 1.2rem;
  }
  .content .ttlbox {
    padding: 15px 0;
  }
  .content .ttlbox h1 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
/* header */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.5);
}
header .cntbox {
  position: relative;
  height: 70px;
  padding: 10px 0;
}
header .hdrlogo {
  position: absolute;
  z-index: 20;
  width: 34%;
  padding: 0 0 0 1%;
  top: 20%;
}
header .hdrlogo a:hover img {
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0);
}
header .menubox {
  display: none;
}
nav {
  padding: 0;
  text-align: center;
  background: rgba(0, 0, 0, 1);
}
nav .cntbox {
  position: absolute;
  top: 0;
  right: calc((100% - 1000px) / 2);
  padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 1);
}
nav .cmnnav {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 28%;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1000px) {
  nav .cmnnav {
    margin: 0 10% 0 0;
  }
}
nav .cmnnav li {
  align-items: center;
  margin: 10px 0 0;
  font-size: 1rem;
  transition: .6s;
  width: 24%;
}
nav .cmnnav li a:hover {
  text-decoration: none;
  color: #bc204c;
}
nav .cmnnav .loginbtn i, nav .cmnnav .hcartbtn i, nav .cmnnav .mailbtn i {
  font-size: 24px;
}
nav .cmnnav .hcartbtn i {
  margin: 0 0 0 -1px;
}
nav .cmnnav .hcartbtn .cart_items {
  width: 22px;
  height: 22px;
  position: relative;
  bottom: 30px;
  left: 46px;
  color: #ffffff;
  background: #000000;
  border-radius: 24px;
  padding: 3% 0;
  transition: .6s;
}
nav .cmnnav .hcartbtn:hover .cart_items {
  background: #bc204c;
}
nav .cmnnav .searchebtn {
  background: #000000;
  display: block;
  width: 34px;
  height: 34px;
  margin: 10px auto 0;
}
nav .cmnnav .searchebtn a {
  width: 100%;
  height: 100%;
}
nav .cmnnav .searchebtn:hover {
  text-decoration: none;
  background: #bc204c;
}
nav .cmnnav .searchebtn i {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  bottom: 4px;
  right: 2px;
}
nav .cmnnav .loginbtn span, nav .cmnnav .hcartbtn span, nav .cmnnav .mailbtn span {
  display: block;
  margin: -10px 0 0;
}
/*
nav .cmnnav li button {
  appearance: none;
  margin: 0 10px;
  padding: .5em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #333333;
  border: 0;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
*/
nav .srchbox {
  width: auto;
  margin: 0 0 0 1em;
  padding: 0;
}
nav .srchbox h2 {
  display: none;
}
nav .srchbox form {
  display: flex;
  justify-content: center;
}
nav .srchbox .input {
  width: 100%;
}
nav .srchbox input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 1em;
  border: 1px solid #cccccc;
  background: #ffffff;
}
nav .srchbox button {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: .6em;
  color: #ffffff;
  border: 1px solid #4a5e69;
  background: #4a5e69;
  cursor: pointer;
}
nav .srchbox button img {
  width: auto;
}
nav .srchbox button:hover {
  background: #000000;
}
nav .ctgbox {
  width: 100%;
  text-align: center;
  background: #292b2b;
}
nav .ctgbox .ctglst {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  nav .ctgbox {
    padding: 1.5% 0;
  }
  nav .ctgbox .ctglst {
    font-size: 1.3rem;
  }
}
nav .ctgbox li {
  position: relative;
  transition: all 0s ease-in .8s;
}
nav .ctgbox li a {
  display: inline-block;
  padding: 1em 1.5em;
  letter-spacing: .3em;
  color: #ffffff;
}
nav .ctgbox li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #9f0c36;
}
nav .ctglst > li > a {
  cursor: default;
}
nav .ctgbox .ctglst li .submenu {
  position: fixed;
  top: auto;
  right: 0;
  left: 0;
  bottom: auto;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
  margin: 0 auto;
  padding: 0 calc((100% - 960px) / 2);
  background: rgba(230,234,237,.98);
  box-shadow: 0px 10px 4px -4px rgba(0,0,0,.4);
  transition: all .3s ease-out 0s;
}
nav .ctgbox .ctglst li:hover > .submenu {
  overflow: visible;
  height: auto;
  padding: 0 calc((100% - 960px) / 2) 2em;
}
nav .ctgbox .ctglst li .submenu > * {
  opacity: 0;
  transition: all .5s ease-out .3s;
}
nav .ctgbox .ctglst li:hover > .submenu > * {
  opacity: 1;
}
nav .ctgbox .ctglst li .submenu .btnmenu {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em 0 0.5em 0;
  border-bottom: 2px solid #333333;
}
nav .ctgbox .ctglst li .submenu .btnmenu > li {
  margin: 0 .5% 1em;
}
nav .ctgbox .ctglst li .submenu .btnmenu > li a {
  display: inline-block;
  padding: .5em .3em .5em 1em;
  color: #333333;
  border: 1px solid #333333;
  background: #ffffff;
}
nav .ctgbox .ctglst li .submenu li a:hover {
  color: #9f0c36;
}
nav .ctgbox .ctglst li .submenu .btnmenu li {
  margin-left: 0;
}
nav .ctgbox .ctglst li .submenu .btnmenu > li a:hover {
  border: 1px solid #9f0c36;
  text-decoration: none;
}
nav .ctgbox .ctglst li .submenu .subt {
  margin: .5em 0;
  font-size: 2rem;
  text-align: left;
  color: #333333;
  margin-bottom: 0.25em;
}
nav .ctgbox .ctglst li .submenu .smenubox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
nav .ctgbox .ctglst li .submenu .smenubox > div {
  width: 100%;
}
nav .ctgbox .ctglst li .submenu .smenubox .sst {
  display: inline-block;
  margin: .5em 0;
  padding: .2em 1em;
  font-size: 1.6rem;
  text-align: left;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #333333;
}
nav .ctgbox .ctglst li .submenu .lnkmenu {
  display: flex;
  flex-wrap: wrap;
}
nav .ctgbox .ctglst li .submenu .lnkmenu li {
  margin: 0 1.5em .7em 0;
}
nav .ctgbox .ctglst li .submenu .lnkmenu a {
  display: inline-block;
  padding: 0;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #333333;
}
nav .ctgbox .ctglst li .submenu .lnkmenu a:hover {
  color: #9f0c36;
  background: 0;
}
nav .ctgbox .ctglst li .submenu .lnkmenu a i {
  margin: 0 .5em 0 0;
}
nav .ctgbox .ctglst li .submenu .linkbox {
  display: block;
  opacity: 0;
  transition: all .5s ease-in .3s;
}
nav .ctgbox .ctglst li:hover > .submenu .linkbox {
  opacity: 1;
}
nav .ctgbox .ctglst li .magbox .nmaginfo .magprc {
  margin: 0 0 .7em;
  font-size: 22px;
}
nav .ctgbox .ctglst li .magbox {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}
nav .ctgbox .ctglst li .magbox .imgbox {
  width: 20%;
}
nav .ctgbox .ctglst li .magbox .nmaginfo {
  width: 80%;
  padding: 0 0 0 2em;
  text-align: left;
  color: #333333;
}
nav .ctgbox .ctglst li .magbox .nmaginfo .magttl {
  margin: 0 0 .7em;
  font-size: 2rem;
}
nav .ctgbox .ctglst li .magbox .nmaginfo .magttl::before {
  content: "最新号";
  display: inline-block;
  margin-right: .5em;
  padding: .2em .5em;
  color: #ffffff;
  background: #d25f27;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.twitter, .ctgbox .ctglst li .submenu .btnmenu li a.facebook, .ctgbox .ctglst li .submenu .btnmenu li a.youtube {
  padding: .5em 1em .5em .3em;
  color: #ffffff;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.twitter {
  background-color: #00acee;
  border: solid 1px #00acee;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.twitter:hover {
  color: #00acee;
  background-color: #ffffff;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.facebook {
  background-color: #3b5998;
  border: solid 1px #3b5998;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.facebook:hover {
  color: #3b5998;
  background-color: #ffffff;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.youtube {
  background-color: #ff0000;
  border: solid 1px #ff0000;
}
nav .ctgbox .ctglst li .submenu .btnmenu li a.youtube:hover {
  color: #ff0000;
  background-color: #ffffff;
}
nav .ctgbox ul.ctglst li a.catLink {
  font-size: 14px;
  padding: .4em 1.8em;
}
nav .ctgbox ul.ctglst li a.catLink:hover {
  text-decoration: none;
}
nav .ctgbox li .magbox a {
  padding: 0;
  color: #333333;
  text-decoration: underline;
}
nav .ctgbox li .magbox a:hover {
  color: #9f0c36;
  text-decoration: none;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  header .cntbox {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  header .hdrlogo {
    position: static;
    z-index: 20;
    width: 100%;
    padding: 10px;
  }
  header .hdrlogo img {
    width: 260px;
  }
  header .menubox {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 150;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding-top: 0;
    cursor: pointer;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0 0 0;
    letter-spacing: .1em;
    text-align: center;
    color: #333333;
  }
  .menu-trigger:hover {
    color: #333333;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #333333;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 18px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 5px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  .menu-trigger:hover span {
    background: #333333;
  }
  nav {
    position: absolute;
    top: 51px;
    right: calc(0% - 100%);
    width: 100%;
    height: auto;
    padding: 1em 1em 2em;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 4px -4px rgba(0,0,0,.4);
    transition: all .3s ease-in .1s;
  }
  nav.navon {
    right: 0;
  }
  nav .cntbox {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
  }
  nav .cmnnav {
    margin: 0 3%;
    width: 100%;
    border-bottom: solid 1px;
    padding: 0;
    background: rgba(255, 255, 255, 1);
  }
  nav .cmnnav li {
    font-size: 1.1rem;
  }
  nav .cmnnav li a:hover {
    text-decoration: none;
    color: #000000;
  }
  nav .cmnnav .loginbtn i, nav .cmnnav .hcartbtn i, nav .cmnnav .mailbtn i, nav .cmnnav .searchebtn i {
    margin: 0 auto .5%;
    font-size: 34px;
  }
  nav .cmnnav .hcartbtn .cart_items {
    position: relative;
    left: 70%;
    bottom: 46px;
    padding: 4px 0 0 3px;
    width: 24px;
    height: 24px;
  }
  nav .cmnnav .hcartbtn i {
    margin: 0 0 0 -4px;
  }
  nav .cmnnav .hcartbtn:hover .cart_items {
    background: #000000;
  }
  nav .cmnnav .searchebtn {
    width: 40px;
    height: 40px;
  }
  nav .cmnnav .searchebtn:hover {
    text-decoration: none;
    background: #000000;
  }
  nav .cmnnav .searchebtn i {
    font-size: 28px;
    position: relative;
    bottom: 4px;
  }
  nav .ctgbox {
    position: static;
    display: block;
    width: 100%;
    padding: 1em 0 0;
    text-align: left;
    background: rgba(255,255,255,1);
  }
  nav .ctgbox .ctglst {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  nav .ctgbox li {
    width: 100%;
  }
  nav .ctgbox li a {
    display: block;
    padding: 1em;
    letter-spacing: 0;
    color: #333333;
  }
  nav .ctgbox .ctglst li .submenu {
    position: static;
    top: auto;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 100;
    overflow: visible;
    display: none;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 0 2%;
  }
  nav .ctgbox .ctglst li:hover > .submenu {
    display: block;
    overflow: visible;
    height: auto;
    padding: 0 2% 2%;
  }
  nav .ctgbox .ctglst li .submenu > * {
    opacity: 1;
  }
  nav .ctgbox .ctglst li .submenu .btnmenu {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em 0 0.5em 0;
    border-bottom: 0;
  }
  nav .ctgbox .ctglst li .submenu .btnmenu > li {
    margin: 0 4% 4% 0;
  }
  nav .ctgbox .ctglst li .submenu .btnmenu > li a {
    padding: .5em .3em .5em 1em;
    border: 0;
    background: #ffffff;
  }
  nav .ctgbox .ctglst li .submenu .btnmenu li {
    width: auto;
  }
  nav .ctgbox .ctglst li .submenu .subt {
    display: none;
  }
  nav .ctgbox .ctglst li .submenu .smenubox {
    display: none;
  }
  nav .ctgbox .ctglst li .magbox {
    display: none;
  }
  nav .ctgbox .ctglst li .submenu .btnmenu li a.twitter, .ctgbox .ctglst li .submenu .btnmenu li a.facebook, .ctgbox .ctglst li .submenu .btnmenu li a.youtube {
    padding: .5em 1em .5em .3em;
    color: #ffffff;
  }
}
/* footer */
footer {
  margin: 0 auto;
  padding: 0 0 10px;
  background: #ffffff;
}
footer .ftrlink {
  padding: 1em 0;
  background: #575757;
  align-items: baseline;
}
footer .ftrlink ul {
  margin: 0;
}
footer .ftrlink li {
  padding: 0 1em;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
footer .ftrlink li a {
  position: relative;
  display: block;
  padding: .5em 1.5em .5em 2em;
  color: #ffffff;
  border-radius: 0;
  background: rgba(159, 12, 54, 0);
}
footer .ftrlink li a:hover {
  text-decoration: none;
  background: rgba(159, 12, 54, 1);
}
footer .ftrlink li a i {
  display: inline-block;
  margin: 0 0 0 1em;
}
footer .ftrlink li .cmplnk {
  color: #fefbc6;
}
footer .cmpbox {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}
footer .cmpbox p {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
  color: #ffffff;
}
footer .cmpbox input {
  width: 80%;
  height: 28px;
  margin: 0;
  padding: 1em;
  font-size: 1rem;
  border: 1px solid #cccccc;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  footer .cmpbox input {
    width: 80%;
    height: 28px;
    margin: 10px 0;
    padding: 1em;
    font-size: 1rem;
    border: 1px solid #cccccc;
    background: #ffffff;
  }
}
footer .cmpbox button {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
  cursor: pointer;
}
footer .cmpbox button i {
  font-size: 2rem;
}
footer .cmpbox button:hover {
  background: #000000;
}
footer .cntbox {
  text-align: center;
}
footer .ftrnav {
  margin: 1em auto 0;
}
footer .ftrnav li {
  padding: 0 2em;
}
footer .ftrnav li:last-child {
  border-right: 0;
}
footer .ftrnav a {
  display: inline-block;
  padding: .5em 1.5em;
  color: #333333;
  border-radius: 0;
  background: rgba(0, 0, 0, .0);
}
footer .ftrnav a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 1);
}
footer .ftrnav a::before {
  content: "・";
}
footer .ftrlogo {
  margin: 30px auto;
  text-align: center;
}
footer .ftrlogo a {
  display: inline-block;
  width: 36%;
  padding: 1em;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0);
}
footer .ftrlogo a:hover {
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, .5);
}
footer .ftrlogo a:hover img {
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0);
}
footer address {
  font-style: normal;
  letter-spacing: .1em;
}
footer address p {
  margin: 0 .5em;
}
footer .ftrcopy {
  font-size: 1.2rem;
  letter-spacing: .1em;
}
footer .totop {
  position: fixed;
  z-index: 10;
  display: none;
  bottom: 5vh;
  right: calc(100vw / 2 - 575px);
  padding: 1em 1em 1.5em;
  font-size: 1rem;
  letter-spacing: .1em;
  color: #ffffff;
  background: rgba(188, 32, 76, .9);
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.6);
}
footer .totop:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(0, 0, 0, .9);
}
footer .totop i {
  display: block;
  margin: 0 auto .3em;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 25px 0 10px;
  }
  footer .ftrlink {
    padding: 1em 0;
  }
  footer .ftrlink li {
    width: 100%;
    padding: 0 .5em;
    font-size: 1.4rem;
    letter-spacing: 0;
    border-bottom: solid 1px;
  }
  footer .ftrlink li a {
    padding: .5em 1.5em .5em .5em;
  }
  footer .ftrnav li {
    width: 50%;
    margin: 0 auto 1em;
    padding: 0 1em;
    text-align: left;
  }
  footer .ftrnav a {
    padding: 0;
  }
  footer .ftrlogo {
    width: 50%;
    margin: 20px auto 30px;
  }
  footer .ftrcopy {
    font-size: 1rem;
    letter-spacing: 0;
  }
  footer .totop {
    bottom: 2vh;
    right: 1vw;
  }
  footer .ftrlink li {
    width: 100%;
    padding: 0 .5em;
    font-size: 1.4rem;
    letter-spacing: 0;
    border-bottom: solid 1px;
  }
  footer .cmpbox {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em 0em 0;
  }
  footer .ftrlogo {
    width: 100%;
    margin: 20px auto 30px;
  }
  footer .ftrlogo a {
    width: 100%;
  }
}

/* tiny_add */
#tiny_add{}
#tiny_add .exam_detail .content h1{
  margin-bottom: 40px;
}
#tiny_add .exam_detail .content h2{
  padding: 10px;
  background-color: #D6D6D6;
  margin-bottom: 15px;
}
#tiny_add .exam_detail .content h3{
  padding: 5px;
  background-color: #E8E8E8;
  margin-bottom: 15px;
}
#tiny_add .exam_detail .content h4{
  margin-bottom: 10px;
}
#tiny_add .exam_detail .content table{}
#tiny_add .exam_detail .content table th,
#tiny_add .exam_detail .content table td{
  padding: 10px;
}
#tiny_add .exam_detail .content table th{
  background-color: #EFEFEF;
}
#tiny_add .exam_detail .content ol li{
  list-style: decimal;
  padding-left: 0.5em;
  margin-left: 1.5em;
  margin-bottom: 15px;
}
#tiny_add .exam_detail .content a{
  text-decoration: underline;
  color: #4186E3;
}
#tiny_add .exam_detail .content .dinfo{
  clear: both;
}