@charset "utf-8";
html {
	font-size:6.25%;
	height:100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic","FOT-筑紫明朝 Pr6 M",serif;
    font-size: 18rem;
	color:#000;
	background: #fff;
    margin: 0;
    padding: 0;
	width:100%;
	height:100%;
	position: relative; 
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl{
    font-size: 100%;
    margin: 0;
    padding: 0;
	list-style-type:none;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6, p,dl{
	line-height: 2em;
}
.f_sp{
font-family: source-han-sans-cjk-ja, sans-serif;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}
section p,section ul,section ol,section dl,section table,
article p,article ul,article ol,article dl,article table,
div p,div ul,div ol,div dl,div table{
	margin-bottom:15px;
}
section p:last-child,section ul:last-child,section ol:last-child,section dl:last-child,section table:last-child,
article p:last-child,article ul:last-child,article ol:last-child,article dl:last-child,article table:last-child,
div p:last-child,div ul:last-child,div ol:last-child,div dl:last-child,div table:last-child,
dd:last-of-type,li:last-of-type{
	margin-bottom:0;
}
a img {
    border: medium none;
    margin: 0;
    padding: 0;
	transition:all 0.3s;
}
a img:hover{
	opacity:0.6;
}
a{
color: #146789;
text-decoration: none;
	transition:all 0.5s ease 0s;
	cursor: pointer;
}
a:hover {
    color: #929497;
				text-shadow: 0 0 2px #fffbb8 ;
}
table{
table-layout: fixed;

}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*  color  */
.red {
	color: #ff0033 !important;
}
.blue {
	color: #2ea7e0 !important;
}
.purple{
	color:#006699 !important;
}
.gry01{
	color: #666666 !important;
}
.bk{
	color:#000 !important;
}
.pink{
	color:#F6C !important;
}
.orange{
	color:#ff5151 !important;
}
.yellow{
	color:#FF0 !important;
}
.opa{
	transition:0.3s;
}
.opa:hover{
	opacity:0.6;
}
.t_c{
	text-align:center;
}
@media (min-width: 781px) {
/* display */
.dn_pc{
	display:none !important;
}
.in-block_sp{
	display:inline;
}
.div_mobframe_con {
display: none;
}
}
@media (min-width: 430px) {
.br{
display: none;
}
}
@media (max-width: 780px) {

h1, h2, h3, h4, h5, h6, p{
	line-height:1.7em;
}
/* display */
.dn_mob{
	display:none !important;
}
.db_mob{
	display:block !important;
}
.in-block_sp{
	display:inline-block;
}
.div_mobframe{
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
	position:relative;
}
.div_mobframe_con:before {
	background:url(../img/common/ic_flick.png) no-repeat left top;
	background-size:contain;
    content: " ";
    float: left;
    height: 46px;
    margin-left: -30px;
    position: relative;
    top: 0px;
	left:0px;
    width: 25px;
}
.div_mobframe_con {
    background: #ddd none repeat scroll 0 0;
    color:#a1843c;
    font-size: 16px;
    font-weight: bold;
    min-height: 85px;
    padding: 20px 10px 20px 50px;
				margin-bottom: 15px;
}
}