@charset "utf-8";
/* CSS Document */
.pt{display: block}
.pc{display: block}
.ps{display: block}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}

html,body{
	margin:0;
	padding:0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:16px;
	color:#333333;
	background-color:#FFFFFF;	
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


html,body
{
/*	min-width:1200px;*/
}



img
{
	max-width: 100%;
	border: none;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
	transition: 0.2s;
}

a img:hover {
	opacity: 0.5 ;
}

p
{
	margin: 0px;
	padding: 0px;
}
form
{
	margin: 0px;
	padding: 0px;
}
hr
{
	clear: both;
	margin-top: 24px;
}

a
{
	color:#333333;
	text-decoration: none;
}

a:hover
{
	color: #59BF68 !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none;
	
}

a:active
{
	text-decoration: none;
}


.none{
display: none !important;
}


.fixed {
position: fixed;
width: 100%;
height: 100%;
}

.disp
{
display: inline;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

ul, li {
	margin:0;
	padding:0;
	list-style: none;
	margin-block-start:0;
	margin-block-end: 0;
	padding-inline-start: 0px;
}

dl, dt, dd {
	margin:0;
	padding:0;
}

button {
	border-style:none;
	font-size:1em;
	box-sizing:border-box;
	text-align:left;
	font-weight:bold;
}

#wrapper {
width:100%;
overflow: hidden;
}

.mb15{margin-bottom: 15px}
.mb20{margin-bottom: 20px}
.mb30{margin-bottom: 30px}
.mb40{margin-bottom: 40px}
.mb60{margin-bottom: 60px}
.mb80{margin-bottom: 80px}

.center {text-align: center;}

/* タブレットレイアウト : 768 px ～ 1200 px*/
@media screen and (max-width:1200px)
{
.pt{display: block}
.pc{display: none}
.ps{display: none}
.tb{display: block;}
.ts{display: block;}
.sp{display: none;}	
}

/* タブレット設定  980 以下*/
@media screen and (max-width:980px)
{
.pt{display: block}
.pc{display: none}
.ps{display: none}
.tb{display: block;}
.ts{display: block;}
.sp{display: none;}
	
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{	
.pt{display: none}
.pc{display: none}
.ps{display: block}
.tb{display: none;}
.ts{display: block;}
.sp{display: block;}
	
	
}