@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/method-images/page-bg.jpg") 50% 80% no-repeat;
}
.gnav__item--method a {
  color: var(--color06);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.recommend__item {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.recommend__tit {
	color: var(--color01);
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.atama-tit {
	width: 200px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.atama-tit {
	width: 130px;
	margin: 0 auto 30px auto;
}
}

