@charset "utf-8";

/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}

br.u-media-pc,
br.u-media-sp {
	font-size: 0;
}

/*--------------------------------------------------------

	clearfix

--------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} /* End hide from IE-mac */

/*--------------------------------------------------------

	common

--------------------------------------------------------*/
.clear {
	clear:both;
}

#container .btn, #container a {
}
#container .btn, #container a:hover {
}

/*--------------------------------------------------------

	font

--------------------------------------------------------*/

.font-serif {
	font-family: georgia,'times new roman',serif;
}

.font-large {
	font-size: 1.4em !important;
}
.font-middle {
	font-size: .8em !important;
}
.font-semi-middle {
	font-size: .7em !important;
}
.font-small {
	font-size: .6em !important;
}
.font-normal {
	font-weight: normal;
}
.font-bold {
	font-weight:bold;
}
.font-br {
    display: block;
}
.font-center {
	text-align:center;
}
.font-right {
	text-align:right;
}

.font-black {
	color: #000;
}
.font-red {
	color: #e60012;
}
.font-green {
	color: #00b050;
}

/**/
.m-b10 {
	margin-bottom: 10px !important;
}
.m-b20 {
	margin-bottom: 20px !important;
}
.m-b80 {
	margin-bottom: 80px !important;
}
.m-t-10 {
	margin-top: -10px !important;
}
.m-t-20 {
	margin-top: -20px !important;
}
.m-t0 {
	margin-top: 0px !important;
}
.m-t10 {
	margin-top: 10px !important;
}
.m-t20 {
	margin-top: 20px !important;
}
.m-t30 {
	margin-top: 30px !important;
}
.m-t35 {
	margin-top: 35px !important;
}
.p-l0 {
	padding-left: 0 !important;
}
.p-l10 {
	padding-left: 10px !important;
}
.p-l20 {
	padding-left: 20px !important;
}
.p-r10 {
	padding-right: 10px !important;
}
.p-r30 {
	padding-right: 30px !important;
}

.ls-m003 {
	letter-spacing: -0.03em;
}
.ls-m005 {
	letter-spacing: -0.05em;
}
.ls-m050 {
	letter-spacing: -0.5em;
}

.ls-m100 {
	letter-spacing: -1em;
}

/*--------------------------------------------------------

	layout

--------------------------------------------------------*/
div#container {
	margin:0 auto;
	padding:0;
	width: 100%;

}

.p-t10 {
	padding-top: 10px;
}
.w_180 {
	width: 180px;
}
.w_200 {
	width: 200px;
}
.w_202 {
	width: 202px;
}
.w_250 {
	width: 250px;
}
.w_560 {
	width: 560px;
}
.w_640 {
	width: 640px;
}
.freeArea {
	margin-top: 0px;
}

.v-align-m{
	vertical-align: middle !important;
}

/*--------------------------------------------------------

	lower

--------------------------------------------------------*/
div#lower a {
	color:#000;
}
div#lower h2 {
	margin: 0 0 30px 0;
}
div#lower h3 {
	margin:30px 0 15px 0;
	color:#D7000F;
}
div#lower h4 {
	margin:15px 0 5px 0;
	font-size:80%;
}
div#lower p {
	font-size:12px;
	line-height:1.8;
}
div#lower ul.style01 {
	margin:20px 0;
	line-height:200%;
}
div#lower{
	width:920px;
	margin:0 auto;
}

/* -----------
　フェードイン
----------- */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




/********************************************************************************

  02. forSP Layout
  *横幅が667px以下の場合
  

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {



/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}

.font-small-sp {
	font-size: .55em !important;
}
.font-br {
    display: inline;
}


/**/

.p-l15-sp {
	padding-left: 15px !important;
}





}
