﻿@charset "utf-8";
/* --------------------

共通

--------------------*/


/* --------------------
リセット
--------------------*/
html {
  color: #000;
  background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
 *font-size: 100%;
}
legend {
  color: #000;
}
/* --------------------
基本
--------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}
body {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  color: #444444;
  font-size: 1.4rem;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  outline : none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  width: 100%;
  vertical-align: bottom;
}

.inline {
  letter-spacing: -0.4em;
}
.inline li {
  display: inline-block;
  letter-spacing: 0;
}
.txtCenter {
  text-align: center;
}
.txtBold {
  font-weight: bold;
}
.boxLeft {
  float: left;
}
.boxRight {
  float: right;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.spShow {
  display: block;
}
.spHide {
  display: none;
}
#warpAll {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modBoxWrap {
  position: relative;
}
.boxInr {
  position: relative;
  margin: 0 15px;
  box-sizing: border-box;
  z-index: 1001;
}
.modBoxInr {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
}
.modBoxModal {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}
.section {
  position: relative;
}
.ancher {
  padding-top: 40px;
  margin-top: -40px;
}

@media (min-width: 768px) {
body {
  min-width: 980px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.fade:hover {
  opacity: 0.8;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.spShow {
  display: none;
}
.boxInr {
  width: 920px;
  margin: 0 auto;
}
.modBoxModal {
  width: 920px;
  padding-top: 50px;
  margin: 0 auto;
}
.ancher {
  padding-top: 46px;
  margin-top: -46px;
}
}
/* --------------------
header
--------------------*/
header {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 7px 0;
  width: 100%;
  background-color: #ffffff;
}
.headerBrandLogo {
  float: left;
  width: 60px;
}
.headerMenuOpen {
  float: right;
  padding: 4px 0;
  width: 26px;
}
.headerMenuBox {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  box-sizing: border-box;
}
.headerMenuInr {
  overflow-y: auto;
  height: 100%;
}
.headerMenuClose {
  margin-left: auto;
  margin-bottom: 15px;
  padding: 7px 0;
  width: 20px;
}
#contents {
  padding-top: 48px;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media (min-width: 768px) {
header {
  position: absolute;
  padding: 8px 0 10px;
}
header .modBoxInr {
  width: 960px;
}
header .headerBrandLogo {
  position: relative;
  padding-top: 0;
  z-index: 101;
}
header .headerBrandLogo img {
  width: auto;
  height: 34px;
}
}
/* --------------------
sns
--------------------*/
.sns {
  position: relative;
  z-index: 100;
}
.snsList {
  text-align: center;
  padding: 10px 0;
}
.snsList li {
  width: 30px;
  margin: 0 7px;
}

@media (min-width: 768px) {
.sns.pc {
  padding: 2px 0;
}
.snsList {
  height: 30px;
  padding: 0;
  text-align: right;
}
.snsList li {
  width: 30px;
  margin: 0 5px;
}
.snsList li.sp {
  display: none;
}
}
/* --------------------
pagetop
--------------------*/
.pagetop {
  position: fixed;
  z-index: 110;
  right: 0;
  bottom: 80px;
  width: 25px;
  display: none;
}

@media (min-width: 768px) {
.pagetop {
  bottom: 130px;
  width: 35px;
}
}
/* --------------------
footer
--------------------*/
footer {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  position: relative;
  z-index: 99;
}
.footerLink {
  border-top: 2px solid #e5e5e5;
}
.footerLinkList:nth-child(1) {
}
.footerLinkList:nth-child(2) {
}
.footerLinkList {
  display: table;
  width: 100%;
}
.footerLink li {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
}
.footerLink li:before {
  display: block;
  color: #e5e5e5;
  float: left;
  padding: 0 8px;
}
.footerLink li:first-child {
  border-left: none;
}
.footerLink li:first-child:before {
  content: none;
}
.footerLink li a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #535353;
}
.footerLink li a:after {
  content: '';
  margin-left: 5px;
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(https://www.ssp.co.jp/common/images/brand/ex.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footerBox {
  padding: 10px 0;
  line-height: 0;
}
.footerLogoSsp {
  text-align: center;
}
.footerLogoSsp img {
  width: 140px;
}
.footerCopyright {
    text-align: center;
    font-size: 70%;
    margin-top: 3em;
    line-height: normal;
}
.footerCopyright img {
  width: 152px;
}
#brandFooter p, #brandFooter ul, #brandFooter li, #brandFooter ol, #brandFooter dl, #brandFooter dt, #brandFooter dd {
  margin: 0;
  padding: 0;
}
#brandFooter ul, #brandFooter ol, #brandFooter dl {
  list-style-type: none;
}
#brandFooter {
  margin: 0;
  background-color: #fff;
  font-size: 13px;
  border-top: 1px solid #dadada;
}
#brandFooter .container {
  padding-top: 15px;
}
#brandFooter .container .inner {
  width: 1000px;
  margin: 0 auto 0;
  text-align: left;
}
#brandFooter .container .inner .site_link_pc｛
  width:525px;
｝
#brandFooter .container ul.link {
  width: 525px;
  padding-top: 5px;
  float: left;
}
#brandFooter .container ul.link li {
  width: auto;
  float: left;
  line-height: 1;
  margin-right: 20px;
}
* html #brandFooter .container ul.link li {
  display: inline;
  float: none;
}
#brandFooter .container ul.link li.last {
  margin-right: 0;
}
#brandFooter .container dl {
  width: 383px;
  float: right;
  border: 1px solid #dadada;
}
#brandFooter .container dl dt {
  float: left;
  width: 101px;
  line-height: 0;
  height: 22px;
}
#brandFooter .container dl dd {
  margin-left: 107px;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 93%;
  line-height: 1;
}
* html #brandFooter .container dl dd {
  margin-left: 105px;
  padding-top: 7px;
}
#brandFooter .container dl dd #newsTicker a {
  color: #262626;
  text-decoration: none;
}
#brandFooter .container dl dd #newsTicker a:hover {
  text-decoration: underline;
}
#brandFooter .container .inner.last {
  margin: 10px auto 0;
}
#brandFooter .container .inner.last p {
  text-align: right;
  line-height: 1;
}
#brandFooter .container .inner ol {
  float: right;
  width:750px;
}

#brandFooter .container .inner ol li {
  font-size: 92%;
  line-height: 1.2;
  border-left: 1px solid #0E0E67;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
white-space:nowrap;
  margin-bottom:10px;
}
#brandFooter .container .inner ol li:nth-child(5) {
  border: none;
  padding-left: 0;
}
#brandFooter .container .inner ol li.top {
  border: none;
  padding-left: 0;
}
#brandFooter .container .inner ol li a {
  text-decoration: none;
  color: #262626;
}
#brandFooter .container .inner ol li a:after {
  content: '';
  margin-left: 5px;
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(https://www.ssp.co.jp/common/images/brand/ex.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#brandFooter .container .inner ol li a:hover {
  text-decoration: underline;
}
#brandFooter a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

@media (min-width: 768px) {
#brandFooter {
  margin-top: 0;
}

#brandFooter .footerLogoS {
  float: left;
}
#brandFooter .footerLogoS img {
  width: auto;
  height: 45px;
}
}
