@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: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8;
}
textarea{
	resize: vertical;
}
select::-ms-expand {
	display: none;
}
body a {
	text-decoration: none;
	color: #000;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
}
*,*:after,*:before{
	box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	body{
		min-width: 1100px;
	}
}
@media screen and (max-width: 768px) {
	img{
		width: 100%;
	}
	p, dt, dd ,li ,th ,td,
	input, button, textarea, select{
		font-size: 1.4rem;
	}
}

/* responsive
--------------------------------*/
@media screen and (min-width: 769px) {
	.sp{
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.pc{
		display: none!important;
	}
}

/* hover
--------------------------------*/
.fade:hover,
a:hover img{
	opacity: 0.7;
}
.fade,a img{
	outline: 1px solid transparent;
	transition: opacity 0.3s;
}

/* common
--------------------------------*/
.wrap{
	max-width: 1000px;
	margin: 0 auto;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.flex{
	display: flex;
	justify-content: space-between;
}


/* ---------------------------------------------
  header
-----------------------------------------------*/


/* ---------------------------------------------
  main
-----------------------------------------------*/


/* ---------------------------------------------
  footer
-----------------------------------------------*/



/* ------------------------------
    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 */