@charset "UTF-8";
/* 共通 */
body {
	font-family: "YakuHanJPs";
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	list-style: none;
}

a{
	cursor: pointer;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 共通 */

/* PC */
@media screen and (min-width: 813px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}

	#Gaiyou p{
		font-size: 18px;
	}

	#Gaiyou ul li{
		font-size: 18px;
		text-indent: -5em;
		margin-left: 5em;
		line-height: 1.7;
		margin-top: 5px;
	}

	#Gaiyou ul li a{
		color: #333;
		transition: all .2s ease-in-out;
		border-bottom:1px solid #333;
	}

	#Gaiyou ul li a:hover{
		opacity:0.8;
		border-bottom:transparent;
	}

	#Menu ul{
		margin: 0;
		padding: 0;
	}

	#Menu ul li{
		padding: 0;
		float: left;
		margin-right: 7px;
	}

	#Menu ul li a{
		transition: all .2s ease-in-out;
	}

	#Menu ul li a:hover{
		opacity: 0.8;
	}

	#Menu ul li:last-child{
		margin-right: 0;
	}

	#Menu .twitter_bnr{
		text-align: center;
	}

	#Menu .twitter_bnr a{
		transition: all .2s ease-in-out;
	}

	#Menu .twitter_bnr a:hover{
		opacity: 0.6;
	}

	#item a{
		transition: all .2s ease-in-out;
	}

	#item a:hover{
		opacity: 0.8;
	}

	#chuijiko{
		font-size: 16px;
	}

	#chuijiko ul li a{
		color: #333;
		transition: all .2s ease-in-out;
		border-bottom:1px solid #333;
	}

	#chuijiko ul li a:hover{
		opacity:0.8;
		border-bottom:transparent;
	}

/* ////////// jQuery TOPへ戻るボタンのためのcss start ////////// */
	#page-top{
		margin:0 0 0 935px;
		width:55px;
		height:55px;
		display:none;
		position:fixed;
	/*	right:16px;*/
		bottom:60px;
		opacity: 0.8;
	}

	#move-page-top img{
		width: 100%;
		transition:all .2s ease-in-out;
	}

	#page-top img:hover{
		opacity: 0.8;
	}
/* ////////// jQuery TOPへ戻るボタンのためのcss end ////////// */
}

/* スマホ */
@media screen and (max-width: 812px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}

	.sp h2 {
    font-family: "YakuHanJPs", "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    padding-left: 60px;
    text-align: left;
    font-size: 50px;
    position: relative;
    border-bottom: 8px solid #e73262;
    letter-spacing: 2px;
	}

	#trading .sp h2{
		padding-left: 50px;
		letter-spacing: 0;
	}

	.sp h2::before {
    display: block;
    content: "";
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background-color: #e73262;
    position: absolute;
    left: 0;
    bottom: 14px;
	}

	.sp h2::after {
    display: block;
    content: "";
    border-radius: 50%;
    width: 23px;
    height: 23px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    bottom: 24px;
	}

	#Gaiyou p{
		font-size: 30px;
	}

	#Gaiyou ul li{
		font-size: 30px;
		text-indent: -5em;
		margin-left: 5em;
		line-height: 1.7;
		margin-top: 5px;
	}

	#Gaiyou ul li a{
		color: #333;
		transition: all .2s ease-in-out;
		border-bottom:1px solid #333;
	}

	#Gaiyou ul li a:hover{
		opacity:0.8;
		border-bottom:transparent;
	}

	#Menu ul{
		margin: 0;
		padding: 0;
	}

	#Menu ul li{
		padding: 0;
		float: left;
		margin-right: 7px;
	}

	#Menu ul li:last-child{
		margin-right: 0;
	}

	#Menu .twitter_bnr{
		width: 100%;
		text-align: center;
	}

	#Menu .twitter_bnr img{
		width: 60%;
	}

	#chuijiko{
		font-size: 30px;
	}

	#chuijiko ul li a{
		color: #333;
		transition: all .2s ease-in-out;
		border-bottom:1px solid #333;
	}

	#chuijiko ul li a:hover{
		opacity:0.8;
		border-bottom:transparent;
	}

	.copyright{
		font-size: 20px;
	}

/* ////////// jQuery TOPへ戻るボタンのためのcss start ////////// */
	#page-top{
		display:none;
		position:fixed;
		bottom:5%;
		right:5%;
		opacity: 0.8;
		width: 150px;
	}
	#move-page-top img{
		width: 100%;
	}
/* ////////// jQuery TOPへ戻るボタンのためのcss end ////////// */
}
