@media screen and (min-width: 0px) and (max-width: 920px) {

/* imghover */
　　
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}

a.imgscarot:hover img{
  -moz-transform:scale(0.85) rotate(8deg);
  -o-transform:scale(0.85) rotate(8deg);
  -webkit-transform:scale(0.85) rotate(8deg);
  transform:scale(0.85) rotate(8deg)
  }
.imgscarot img{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  }

/* clearfix */
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


body {
  margin:10px auto;
  text-align:center;
  font-size:12px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "MS P明朝", "MS PMincho", "arial", "sans-serif";
  overflow-y: scroll;
  background-color: #ffffff;
}
html, body, div, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

footer, header, {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width /***/: auto; /* for ie8 */
}



p,li,span {
  word-wrap : break-word;
  overflow-wrap : break-word;
}
#wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  margin-bottom: -25px;
}

#header,#contents,img {
    width: 100%;
}
body　{
    margin: 0;
}
/* header */
#header {
  margin: 0 auto;
  padding: 0;
}
#navi1 {
  float:right;
  padding:0 20px;
}
#navi2 {
 float:right;
}
#navi2 li {
 padding:0 20px; float:left;list-style-type: none;
}

/* contents */
#contents {
  margin-bottom: 10px;
  padding: 90px 0 0 0;
}
h1 {
  padding: 0 0 0 10px;
  margin: 0 0 10px 10px;
  background: url(../../images/header/icon.png) no-repeat left;
  font-weight: bold;
  font-size: 140%;
  color: #444444;
}
/* footer */

#footer .sp_footer p {
  text-align: center;
  color:#484848;
}
.sp_footer ul{
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;

}
.globNav-row{
  width: 100%;
}
.globNav-row li{
  float: left;
  width: 50%;
  background-color: #222;
  border-bottom: 1px solid #333;
  background-image: url(../../images/sp/icon_tap.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 19px 13px !important;
}
.globNav-row a{
  display: block;
  padding: 12px 30px 12px 10px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.spft_s{
  display: inline-flex;
  width: 100%;
}
.spft_s li{
  margin: 3px 15px;
}
.spft_s p{
  font-size: 14px;
}
.copyright{
  font-size: 8px;
  text-align: center;
}

/* link */
a{
  color:#330000;
  text-decoration:underline;
}
a:hover{
  color:#f9406f;
  text-decoration:underline;
}
/* footer link*/
.globNav-row a{
  color:#ffffff;
  text-decoration:none;
}
.globNav-row a:link,{
  color:#ffffff;
  text-decoration:none;
}
.globNav-row a:visited {
  color:#ffffff;
  text-decoration:none;
}
.globNav-row a:hover {
  color:#ffffff;
  text-decoration:underline;
}
.globNav-row a:active {
  color:#ffffff;
  text-decoration:underline;
}
.noline a,.noline a:link,.noline a:hover,.noline a:active{
  text-decoration:none;
}
.pc {
  display: none;
}
.sp {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.sp2 {
  display: block;
  width: 100%;
  height: 73px;
  margin: 0 auto;
  position: fixed;  top: 0; left:0;
  background:#ffffff;
  z-index: 2;
}
/*----------------------------------------------------------------
pankuzu
----------------------------------------------------------------*/
#pankuzu ul{
	padding-left:0px;
	margin:0px 0px 35px;
}
#pankuzu li{
	padding-right:10px;
	font-size:12px;
}
#pankuzu span{
	padding-left:10px;
}

/*----------------------------------------------------------------
共通設定
----------------------------------------------------------------*/
/* float */
.left {
  float: left;
}

/*全体*/
#wrapper img{
	border-style:none;
}
#wrapper li,
#wrapper ul li,
#wrapper ol li{
	list-style-type:none;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.sp_logo {
  position: relative;
  width:280px;
  z-index: 2;
}

/*----------------------------------------------------------------
Contents共通
----------------------------------------------------------------*/
.kakomi {
  width:85%;
  margin:10px auto;
  padding:10px;
}
/*
.kakomi {
  border:#D3D3D3 1px solid;
}
*/

/*----------------------------------------------------------------
side open
----------------------------------------------------------------*/
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  background: #FFFFFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.0);
}

.overlay::after {
  visibility: hidden;
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.header {
  padding: 100px 0;
  background: #161616;
  color: #FFFFFF;
}

.header h1,
.contents h1 {
  margin-bottom: 30px;
  font-size: 20px;
}

.contents {
  padding: 150px 0 250px;
}

.contents p {
  margin-bottom: 50px;
}

/* --------------------------------------------------- side menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 290px;
  height: 100%;
  padding-top: 80px;
  text-align: left;
  font-size: 13px;
  background: #444444;
  z-index: 1;
}

.side-menu__ul {
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: block;
  overflow: auto;
  list-style-type:none;
}

.side-menu__ul--child {
  display: none;
  list-style: none;
  padding-left: 0;
}

.active .side-menu__ul--child {
  display: block;
}

.side-menu__ul--child li > a {
  display: block;
  padding: 10px 0 10px 32px;
  font-size: 12px;
  color: #ccc;
}

.side-menu__ul > li > a,
.side-menu__ul > li h2 {
  display: block;
  padding: 5px 0 5px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.side-menu__ul h2 {
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.side-menu__ul > li > h2:after {
  content: ' +';
  color: #f9406f;
  font-size: 15px;
}

.side-menu__ul > li.active h2:after {
  content: ' -';
}

.side-menu__ul > li > h2:hover,
.side-menu__ul > li a:hover{
  background: #011b57;
  color: #fff;
}
.side-menu__topli {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  text-decoration: none;
}
.side-menu__topli a:active {
  text-decoration: none;
}

.side-menu .lang {
    padding: 0 0 5px 20px;
    position: absolute;
    top: 27px;
}
.side-menu .lang a:first-child{
  margin-right: 10px;
}
.side-menu .lang img{
  width: 70px;
}
/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/* pagetop btn */
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 1px;
}
.sp_footer .pagetop{
  margin: 3px 5px; 
}
.pagetop a {
  display: block;
  width: 45px;
  border-radius: 50%;
  background-color: #f9406f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 5px;
  filter:alpha(opacity=50);
}
.pagetop a:hover {
  display: block;
  width: 45px;
  background-color: #f9406f;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:10px 5px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.anchor{
  display: block;
  padding-top: 75px;
  margin-top: -75px;
  height: 100%;
}