@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333333;
	letter-spacing: 1px;
}
body *{
    box-sizing: border-box;
}
.contents {
	position: relative;
}
.hover , .btn a{
    transition: opacity 0.3s ease-out;
}

.hover:hover , .btn a:hover {
    opacity: 0.7;
}

.bold{
    font-weight: bold;
}

.tac{
    text-align: center;
}

.flex{
    display: flex;
}

.inner{
    width: 900px;
    margin: auto;
}

.img_txt{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.font_y {
	color: #c0a000;
}

.font_r {
	color: #e60012;
}
@media screen and (min-width: 769px) {
    .sp{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    img{
        width: 100%;
        height: auto;
    }
    .inner{
        width: 95%;
    }
}

/* ------------------------------
    footer
------------------------------ */
#footer{
    min-width: 1100px;
    padding: 33px 0 23px;
    background: #3a444f;
}
#footer .inner{
    position: relative;
    width: 1100px;
}
p.btn_pagetop{
    position: fixed;
    right: 0;
	margin-right: 2%;
	z-index: 9999;
}
p.btn_pagetop a{
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/btn_pagetop.png) 50% 50% no-repeat;
    border-radius: 70px;
}
#footer dl dt,
#footer dl dd{
    display: inline;
    color: #fff;
}
#footer .sponsor01{
    margin-bottom: 25px;
}
#footer .sponsor02{
    margin-bottom: 5px;
}
#footer .sponsor02,
#footer .sponsor02 dd{
    display: flex;
	align-items: center;
}
#footer .sponsor02 dd img + img{
    padding-left: 15px;
}
#footer .sponsor01 dt,
#footer .sponsor01 dd{
    font-size: 2.4rem;
}
#footer .sponsor02 dt,
#footer .sponsor02 dd{
    line-height: 1.6;
    font-size: 1.2rem;
}
#footer .sponsor01 dd{
	font-weight: bold;
}
#footer .flex{
    justify-content: space-between;
    align-items: flex-end;
}
#footer .copyright{
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
    #footer .btn_pagetop{
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    #footer{
        position: relative;
        min-width: 0;
        padding: 10% 0;
    }
    #footer .inner{
        position: static;
        width: 95%;
    }
	p.btn_pagetop a{
		display: block;
		width: 35px;
		height: 35px;
		background: url(../img/btn_pagetop.png) 50% 50% no-repeat;
		background-size: 100% auto;
		border-radius: 35px;
	}
	#footer .sponsor02,
	#footer .sponsor02 dd{
	display: block;
	}
	#footer .sponsor02 dd img{
		width: 30%;
	}
	#footer .sponsor02 dd img + img{
	padding-left: 15px;
	}
   #footer .sponsor01{
        margin-bottom: 2em;
    }
    #footer .sponsor01 dt,
    #footer .sponsor01 dd{
        font-size: 1.6rem;
    }
    #footer .flex{
        display: block;
    }
    #footer .copyright{
        margin-top: 2em;
    }
}

@media screen and (max-width: 321px) {
	.yoko_block li td dd br.sp{
		display: none;
	}	
}

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

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */