@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
@media screen and (max-width: 767px) {
  /*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block; }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sub {
    bottom: -.25em; }
  sup {
    top: -.5em; }
  img {
    border-style: none;
    vertical-align: bottom; }
  table {
    border-collapse: collapse; }
  button, input, select, textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; }
  textarea {
    overflow: auto;
    resize: vertical; }
  [type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  a, area, button, input, label, select, summary, textarea, [tabindex] {
    touch-action: manipulation; }
  /* home
===========================*/
  /* centerCol
----------------------------------------*/
  .homeContents .centerCol {
    width: 90%;
    margin: auto; }
  .mainImg {
    margin: 0 auto 10px;
    border: 5px solid #fff;
    text-align: center;
    background: url(../images/home/mainimg_bg.gif) no-repeat 0 0; }
  .mainImg img {
    margin: 0 auto; }
  .special {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .special h2 {
    margin-bottom: 10px; }
  .special ul {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .special ul li + li {
    margin-top: 10px; }
  .special ul li img {
    width: 100%; }
  .btn {
    display: block;
    margin: 30px auto 30px;
    width: 66%;
    max-width: 225px; }
  .centerCol .titleArea {
    position: relative; }
  #newissueDiv1 {
    margin-top: 20px; }
  .newBookList {
    overflow: hidden;
    margin: 24px 0 0; }
  .newBookList dl {
    overflow: hidden; }
  .newBookList dl + dl {
    margin-top: 20px; }
  .newBookList dl dd.img {
    width: 30%;
    float: left; }
  .newBookList dl dd.img img {
    border: 1px solid #FFF;
    width: 100%; }
  .newBookList dl dt {
    width: 65%;
    float: right;
    text-align: left;
    margin-bottom: 7px; }
  .newBookList dl dt a {
    background: url(../images/common/sp/list_r.png) no-repeat 16px 2px;
    background-size: 18px 17px;
    display: block;
    font-size: 16px;
    padding-left: 40px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.4; }
  .newBookList dl dd.spec {
    width: 60%;
    font-size: 14px;
    float: right;
    text-align: left;
    margin-bottom: 7px; }
  .newBookList dl dd.txt {
    font-size: 14px;
    width: 60%;
    float: right;
    text-align: left; }
  .newkamiList {
    margin: 20px 0; }
  .newkamiList dl dt {
    margin-bottom: 2px; }
  .newkamiList dl dt a {
    background: url(../images/common/sp/list_r2.png) no-repeat 0 3px;
    background-size: 16px 16px;
    display: block;
    padding-left: 22px;
    font-size: 16px;
    font-weight: bold;
    text-align: left; }
  .newkamiList dl dd {
    text-align: left;
    font-size: 14px; }
  .setkamiList {
    overflow: hidden;
    background: #FFF;
    border-radius: 20px; }
  .setkamiThumb {
    overflow: hidden;
    margin-top: 25px;
    padding-left: 18px; }
  .setkamiThumb li {
    text-align: center;
    margin-right: 20px;
    overflow: hidden; }
  .setkamiThumb li + li {
    margin-top: 20px; }
  .setkamiThumb li > a {
    float: left;
    width: 30%; }
  .setkamiThumb li dl {
    float: left;
    width: 65%;
    margin-left: 5%; }
  .setkamiListIn {
    margin: 0 auto;
    padding: 15px;
    background: #fff0ee;
    border-radius: 10px;
    overflow: hidden;
    text-align: left; }
  .setkamiList dl {
    margin-bottom: 7px; }
  .setkamiList dt a,
  .setkamiList dt span {
    background: url(../images/common/sp/list_r.png) no-repeat 0 1px;
    background-size: 18px 17px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    text-align: left;
    color: #593020; }
  .setkamiList dd {
    font-size: 12px;
    padding-left: 15px; }
  .w710bottom {
    width: 710px;
    height: 15px;
    background: url(../images/common/box_w710_bottom.gif) no-repeat 0 0;
    overflow: hidden; }
  .forPC {
    display: none !important; } }

@media screen and (min-width: 500px) and (max-width: 768px) {
  /* home
===========================*/
  /* centerCol
----------------------------------------*/
  .special {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .special h2 {
    margin-bottom: 10px; }
  .special ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
  .special ul li {
    width: calc(50% - 5px); }
  .special ul li + li {
    margin-top: 0; }
  .special ul li:nth-child(n + 3) {
    margin-top: 10px; }
  .special ul li img {
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  /* home
===========================*/
  /* centerCol
----------------------------------------*/
  .homeContents .centerCol {
    padding-top: 14px; }
  .mainImg {
    border: 5px solid #fff;
    width: 700px;
    height: 272px;
    text-align: center;
    margin-bottom: 15px; }
  .mainImg img {
    margin: 0 auto; }
  .special {
    width: 710px;
    overflow: hidden;
    background: url(../images/common/dot_p.gif) repeat-x bottom;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .special h2 {
    margin-bottom: 10px; }
  .special ul {
    width: 720px;
    overflow: hidden;
    padding-top: 5px; }
  .special ul li {
    float: left;
    margin-right: 10px;
    width: 346px;
    height: 69px; }
  .special ul li:nth-child(n + 3) {
    margin-top: 10px; }
  .special ul li img {
    width: 100%;
    vertical-align: bottom; }
  .centerCol .titleArea {
    width: 710px;
    height: 32px;
    position: relative; }
  .centerCol .titleArea h2 {
    position: absolute;
    left: 0;
    top: 0; }
  .centerCol .titleArea .btn {
    display: block;
    position: absolute;
    left: 548px;
    top: 5px; }
  .newBookList {
    width: 710px;
    overflow: hidden;
    padding: 20px 0 0;
    margin-bottom: 20px; }
  .newBookList dl {
    width: 346px;
    float: left; }
  .newBookList dl dd.img {
    width: 130px;
    float: left; }
  .newBookList dl dd.img img {
    border: 1px solid #FFF; }
  .newBookList dl dt {
    width: 204px;
    float: right;
    text-align: left;
    margin-bottom: 7px; }
  .newBookList dl dt a {
    background: url(../images/common/list_r2.gif) no-repeat 0 1px;
    display: block;
    padding-left: 22px;
    font-weight: bold; }
  .newBookList dl dd.spec {
    width: 204px;
    font-size: 12px;
    float: right;
    text-align: left;
    margin-bottom: 7px; }
  .newBookList dl dd.txt {
    font-size: 13px;
    width: 204px;
    float: right;
    text-align: left; }
  .newkamiList {
    padding-top: 15px;
    margin-bottom: 10px; }
  .newkamiList dl dt {
    margin-bottom: 2px; }
  .newkamiList dl dt a {
    background: url(../images/common/list_r2.gif) no-repeat 0 1px;
    display: block;
    padding-left: 22px;
    font-weight: bold;
    text-align: left; }
  .newkamiList dl dd {
    text-align: left;
    font-size: 12px; }
  .setkamiList {
    width: 710px;
    overflow: hidden;
    background: #FFF;
    text-align: left; }
  .setkamiThumb {
    width: 700px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 18px;
    display: flex;
    flex-flow: wrap; }
  .setkamiThumb li {
    margin-bottom: 15px;
    margin-right: 20px;
    width: calc(33% - 20px); }
  .setkamiThumb > li:hover dl dt a {
    text-decoration: underline; }
  .setkamiThumb li a img {
    width: 100%; }
  .setkamiListIn {
    width: 650px;
    margin: 0 auto;
    padding: 15px;
    background: #fff0ee;
    border-radius: 10px;
    overflow: hidden;
    text-align: left; }
  .setkamiListIn .left {
    width: 320px;
    float: left; }
  .setkamiListIn .right {
    width: 320px;
    float: right; }
  .setkamiList dl {
    margin-top: 4px; }
  .setkamiList dt a,
  .setkamiList dt span {
    background: url(../images/common/list_r.gif) no-repeat 0 3px;
    display: block;
    margin-top: 4px;
    padding-left: 15px;
    font-weight: bold;
    color: #926b01; }
  .setkamiList dd {
    font-size: 12px;
    padding-left: 15px; }
  .w710bottom {
    width: 710px;
    height: 15px;
    background: url(../images/common/box_w710_bottom.gif) no-repeat 0 0;
    overflow: hidden; }
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/home.css.map */
