@charset "UTF-8";

/* ================================================================
 footer
=================================================================== */
footer {
  width: 100%;
}
footer a:hover{
  opacity: 0.7;
}
footer .contentHr{
  max-width: 100%;
}

/* Recommend */

.recommend{
  margin-bottom: 80px;
}
.recommend .heading{
  text-align: center;
  padding-top: 60px;
}
.recommend .heading h3{
  font-size: 36px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  margin-bottom: 10px;
}
.recommend .heading p{
  font-size: 16px;
  font-weight: bold;
}
.recommend .messageSport{
  text-align: center;
  line-height: 1.8;
  margin: 2em 0 1.5em;
}

.recommend .banner2column{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}
.recommend .banner2column li{
  flex-shrink: 0;
  width: 368px;
}
.recommend .banner2column li img{
  width: 100%;
  max-width: 368px;
}

.recommend .sns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 760px;
  margin: 25px auto 0;
  padding: 10px;
  box-sizing: border-box;
  background: #fdf8e1; /* Old browsers */
  background: -moz-linear-gradient(left, #fdf8e1 0%, #fae5d3 14%, #f7e2e9 28%, #e1deeb 42%, #e1ebf6 58%, #e9f2e0 74%, #e5f3f7 90%, #e5f3f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdf8e1 0%,#fae5d3 14%,#f7e2e9 28%,#e1deeb 42%,#e1ebf6 58%,#e9f2e0 74%,#e5f3f7 90%,#e5f3f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.recommend .sns .icon{
  display: flex;
  align-items: center;
}
.recommend .sns .icon h3{
  font-weight: bold;
  line-height: 1.6;
  margin: 0 25px;
}
.recommend .sns .icon ul{
  display: flex;
}
.recommend .sns .icon ul img{
  width: 40px;
}
.recommend .sns .icon li{
  margin-right: 15px;
}
.recommend .sns .youTube{
  width: 370px;
}
.recommend .sns .youTube img{
  width: 100%;
}


/* footerTop */

.footerTop {
  background-color: #70757c;
  padding: 30px 0;
}
.footerInner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) and (min-width: 737px) {
}
.footerInfo {
  width: 400px;
}
.footerSitemap {
  display: flex;
  margin: 40px 0 30px 20px;
}
.footerSitemap li {
  margin-right: 30px;
  margin-bottom: 20px;
}
.footerSitemap a {
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
}
.paySmartphone {
	background: #fff;
  text-align: center;
  border-radius: 5px;
	box-sizing: border-box;
}
.paySmartphone img{
  width: 334px;
  height: auto;
}
.paySmartphone p {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1em;
}
.paySmartphone p a:hover {
  text-decoration: none;
}

.footerTel {
  width: 410px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
}
.footerTel h4{
  background: #70757c;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footerTel .telNumber {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.footerTel .telNumber dt,
.footerTel .telNumber dd {
  position: relative;
}
.footerTel .telNumber dt {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 8px;
}
.footerTel .telNumber dd{
  padding-left: 45px;
}
.footerTel .telNumber dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url(../../img/common/iconFooterTel@2x.png);
  background-size: 34px 34px;
  background-repeat: no-repeat;
}
.footerTel .telNumber dd .number a {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.footerTel .telNumber dd .number::after {
  content: '無料通話';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 12px;
  letter-spacing: .05em;

  padding: .5em .7em;
  color: #70757c;
  border: solid 1px #70757c;
}
.footerTel .telBottom{
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 80px;  
  font-size: 13px;
}
.footerTel.suppli .telBottom{
  margin-top: 85px;
}
.footerTel .mobile {
  margin-top: .5em;
}
.footerTel .time {
  display: flex;
  line-height: 1.5;
}
.footerTel .time dt,
.footerTel .time dd {
  position: relative;
}
.footerTel .time dt {
  padding-right: 1em;
}
.footerTel .time dd::nth-child(2) {
  margin-left: 5em;
}
.footerTel .time dt::after {
  content: '：';
  position: absolute;
  top: 0;
  right: 0;
}

/* footerBanner */
.footerBanner{
  background: #eee;
  padding: 20px 0;
}
.footerBanner ul{
  display: flex;
  justify-content: center;
}
.footerBanner li{
  width: 340px;
  margin: 0 5px;
}
.footerBanner li img{
  width: 100%;
}

/* footerBottom */
.footerBottom {
  padding: 30px 0;
  position: relative;
}
.footerSubNav{
  line-height: 20px;
}

.footerSubNav li {
  display: inline-block;
  line-height: 1;
  height: 13px;
}
.footerSubNav li {
  margin-right: .6em;
  padding-right: .6em;
  border-right: solid 1px #ccc;
}
.footerSubNav li:last-child {
  border:none;
}
.footerSubNav li a {
  text-decoration: none;
  font-size: 13px;
  color: #555;
  vertical-align: top;
}
.footerSubNav li a:hover {
  opacity: .7;
}
.copyright {
  text-align: right;
}
.copyright small {
  display: block;
  font-size: 12px;
  color: #70757c;
  margin-bottom: 25px;
}
.copyright .imgLogoIm {
  width: 300px;
}
.footerLogos {
  position: absolute;
  top: 40px;
  right: 400px
}
.footerLogos li {
  display: table-cell;
  vertical-align: middle;
}
.footerLogos .logoJdma {
  width: 112px;
  height: auto;
}
.footerLogos li.privacy {
/*  position: relative;*/
  padding-left: 20px;
}
.footerLogos li.privacy .logoPrivacy {
  position: absolute;
  top: -18px;
  width: 50px;
}
