@charset "utf-8";

@media only screen and (max-width: 639px) {
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/

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

　目次

-------------------------------------------------------------------------------

	01. common

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

/** -------------------------------------------------------
 ** 01. common
 ** ------------------------------------------------------- */

/* cmnPc
----------------------------------------------------*/
.cmnPc {
	display: none !important;
}
/* cmnLayout
----------------------------------------------------*/
.cmnLayout01 p,
.cmnLayout01 ul,
.cmnLayout01 figure {
	margin: 15px 0 0;
}
.cmnLayout01 section {
	margin: 30px 0 0;
}
/* cmnTit
----------------------------------------------------*/
.cmnTit01 {
	font-size: 1.6rem;
	background: #D90000;
	color: #fff;
	padding: 10px;
	margin: 0 -10px 10px;
	border-bottom: 1px solid #999;
}
.cmnTit02 {
	font-size: 1.6rem;
	border-bottom: 1px solid #999;
	padding: 0 0 0 15px;
	position: relative;
}
.cmnTit02:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #D90000;
	position: absolute;
	top: 0.4em;
	left: 0;
}
/* cmnPoint
----------------------------------------------------*/
p.cmnPoint01 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
	padding: 0 0 0 5em;
	position: relative;
}
p.cmnPoint01 strong {
	display: inline-block;
	color: #fff;
	background: #D90000;
	padding: 10px;
	position: absolute;
	top: -0.6em;
	left: 0;
}
/* cmnBtn
----------------------------------------------------*/
p.cmnBtn01 {
	text-align: center;
	margin-top: 30px;
}
/* ***************************************************************************** */

}
