@charset "utf-8";
/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */

img {
	max-width: 100%;
	height: auto;
}

a:hover img {
	opacity: 0.7;
	filter: alpha( opacity=70 ); /* IE 6,7 */
	-ms-filter: "alpha( opacity=70 )"; /* IE8 */
}

.for_pc {
	display: block !important;
}
.for_sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.for_pc {
		display: none !important;
	}
	.for_sp {
		display: inline-block !important;
	}
}

/* ----------------------------------------------------
	#header
---------------------------------------------------- */
header {
	height: 74px;
	padding: 25px 0 !important;
	border-top: solid 10px #000;
  position: relative;
  z-index: 2;
}
header .logo {
	text-align: center;
}
header .logo a {
	display: block;
	width: 295px;
	height: 74px;
	margin: 0 auto;
}
header .logo img {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	header {
		height: auto;
		padding: 15px 0 !important;
		border-top: solid 5px #000;
	}
	header .logo {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	header .logo a {
		width: auto;
		height: auto;
	}
}

/* ----------------------------------------------------
	#footer new
---------------------------------------------------- */
.l-column {
  margin: 0 auto;
  width: 90%;;
}

@media only screen and (max-height: 799px) {
  .l-column {
    width: 960px;
  }
}
@media only screen and (max-width: 768px) {
  .l-column {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .r-main {
    overflow: hidden;
    padding: 5px 15px 0;
    width: auto;
  }
}

.r-footer {
  background: #f5f5f5;
  padding: 20px 0 80px;
}

@media only screen and (max-width: 768px) {
  .r-footer {
    padding: 0 0 20px;
  }
}

.r-footer-inner {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .r-footer-inner .pagetop {
    bottom: 40px;

    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .r-footer-inner-body {
    padding: 16px 15px 0;
    text-align: center;
  }
}

.r-footer-inner-body strong {
  float: left;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .r-footer-inner-body strong {
    display: block;
    float: none;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-size: 10px;
    line-height: 1.8;
    margin: 0 0 27px;
  }
}

.r-footer-inner-body strong br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .r-footer-inner-body strong br {
    display: block;
  }
}

.r-footer-inner-body small {
  float: right;
  font-family: Helvetica, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  .r-footer-inner-body small {
    display: block;
    float: none;
  }
}

/* ----------------------------------------------------
	#pagetop new
---------------------------------------------------- */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;

  height: 50px;
  width: 50px;
  z-index: 1;
}

.pagetop a {
  position: relative;

  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  width: 100%;
}

.pagetop a::after {
  position: absolute;
  top: 50%;
  left: 50%;

  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: '';
  display: block;
  height: 14px;
  margin: -2px 0 0 -7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
}