@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;
	font-size:10px;
	margin:0;
}
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}
#hed_btn_bdy {
	max-width:980px;
	margin:0 auto;
}
a:hover {
	color:#F30;
}
a:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
.clear {
    clear:both;　/*floatの解除*/
}
#hed_bar {
	width:calc(100% - 10px);
	height:24px;
	margin:0;
	padding:5px;
	color:#FFF;
	text-align:right;
	font-size:18px;
	background:#F66;
}
#hed_bar a {
	color:#FFF;
	text-decoration:none;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#hed_bdy {
	background:#FFF;
	max-width: 980px;
	margin: 0 auto;
}
#sub_copy {
	font-size:14px;
	line-height:110%;
	margin:10px 0;
}
#logo {
	width: 249px;
	float: left;
	margin: 0;
}
.box_250 {
	width: 250px;
	float: right;
	padding: 5px;
	background: #FCC;
	border: dotted 1px #FF6666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#hed_bar a {
	display:none;
}
.wrap {
	max-width:980px;
	display:flex;
	justify-content: center;
	padding:0;
	list-style: none;
	margin: 0 auto;
}
.wrap a {
	color: #FFF;
	text-decoration: none;
}
.btn01 {
	background-color: #F69;
	text-align: center;
	width: calc(100% / 4);
	height: 32px;
	margin: 0 2px;
	font-size: 1.8em;
	padding: 4px;
	color: #FFF;
	line-height: 1.8em;
}
.btn02 {
	position: relative;
	background-color: #F36;
	text-align: center;
	width: calc(100% / 5 - 10px);
	height: 32px;
	margin: 0 1px;
	font-size: 16px;
	padding: 4px;
	color: #FFF;
	line-height: 240%;
	float:left;
}
.btn02 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
	text-decoration:none;
}
.btn02:hover {
	background-color: #693;
}
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
#hed_bdy {
	background:#FFF;
	max-width: 980px;
	margin: 0 auto;
}
#sub_copy {
	font-size:14px;
	line-height:110%;
	margin:10px 0;
}
#logo {
	width: 249px;
	float: none;
	margin: 0;
}
.box_250 {
	width: 98%;
	float: none;
	padding: 5px;
	background: #FCC;
	border: dotted 1px #FF6666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wrap {
	max-width:980px;
	display:flex;
	justify-content: center;
	padding:0;
	list-style: none;
	margin: 0 auto;
}
.wrap a {
	color: #FFF;
	text-decoration: none;
}
.btn01 {
	background-color: #F69;
	text-align: center;
	width: calc(100% / 4);
	height: 32px;
	margin: 0 2px;
	font-size: 1.8em;
	padding: 4px;
	color: #FFF;
	line-height: 1.8em;
}
.btn02 {
	position: relative;
	background-color: #F36;
	text-align: center;
	width: calc(100% / 3 - 10px);
	height: 32px;
	margin: 0 1px;
	font-size: 16px;
	padding: 4px;
	color: #FFF;
	line-height: 240%;
	float:left;
}
.btn02 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
	text-decoration:none;
}

.btn02:hover {
	background-color: #693;
}
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
.btn02 {
	position: relative;
	background-color: #F36;
	text-align: center;
	width: calc(100% / 2 - 10px);
	height: 32px;
	margin: 0 1px;
	font-size: 16px;
	padding: 4px;
	color: #FFF;
	line-height: 240%;
	float:left;
}
.btn02 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
	text-decoration:none;
}

.btn02:hover {
	background-color: #693;
}

}