@charset "utf-8";

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

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

　目次

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

	01. common

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

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

/* cmnPc
----------------------------------------------------*/
.cmnPc {
	display: none !important;
}
/* cmnTitBox
----------------------------------------------------*/
.cmnTitBox {
	background: url(/common/img/cmn_bg01.png) repeat center top;
	background-size: 150px;
	margin: 0 -9px;
	padding: 12px 0;
	text-align: center;
}
.cmnTitBox .cmnTitBoxInner {
	background: url(/common/img/cmn_bg02.png) repeat center top;
	background-size: auto;
}
.cmnTitBox .cmnTitBoxTit {
}
/* cmnTit
----------------------------------------------------*/
.cmnTit01 {
	background: #D90000;
	color: #fff;
	font-size: 1.7rem;
	margin: 0 -2px 10px;
	padding: 9px 9px;
	line-height: 1.2;
}
/* cmnPickupArea
----------------------------------------------------*/
.cmnPickupArea .cmnPickupSec {
	margin: 30px 0 0;
}
.cmnPickupArea .cmnPickupSec:first-child {
	margin: 15px 0 0;
}
.cmnPickupArea .cmnPickupSec h3 {
	font-size: 1.9rem;
	line-height: 1.2;
}
.cmnPickupArea .cmnPickupSec h3 strong {
	font-size: 2.2rem;
	color: #FF2626;
	margin: 5px 0 0;
	display: inline-block;
}
.cmnPickupArea .cmnPickupSec figure {
	margin: 5px 0 0;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList01 {
	letter-spacing: -0.4em;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList01 li {
	display: inline-block;
	letter-spacing: normal;
	margin: 10px 10px 0 0;
	font-size: 1.7rem;
	font-weight: bold;
	width: 4.6em;
	text-align: center;
	border-radius: 5px;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList01 li.cmnPickupColor01 {
	background: #D90000;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList01 li.cmnPickupColor02 {
	background: #006DD9;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList01 li.cmnPickupColor03 {
	background: #D98000;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList02 {
	margin: 10px 0 0;
}
.cmnPickupArea .cmnPickupSec .cmnPickupList02 li {
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
.cmnPickupArea .cmnPickupSec p {
	width: 62.8%;
	margin: 10px auto 0;
}
/* cmnPageNavi
----------------------------------------------------*/
.cmnPageNavi01 {
	margin: 0 -1px;
}
/* clearfix */
.cmnPageNavi01:after {
	content: "";
	clear: both;
	display: block;
}
.cmnPageNavi01 li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 9px 0 0;
}
.cmnPageNavi01 li:nth-of-type(2n-1) {
	clear: both;
	padding-right: 4px;
}
.cmnPageNavi01 li:nth-of-type(2n) {
	float: right;
	padding-left: 4px;
}
.cmnPageNavi01 li a {
	display: block;
	color: #fff;
	padding: 3px;
}
.cmnPageNavi01 li a span {
	display: block;
}
/* cmnColorSec
----------------------------------------------------*/
/* clearfix */
.cmnColorSec {
	margin: 20px 0 0;
}
.cmnColorSec01 {
	margin-top: 10px;
}
.cmnColorSec:after {
	content: "";
	clear: both;
	display: block;
}
.cmnColorTit {
	color: #fff;
	font-size: 1.7rem;
	margin: 0 -2px;
	padding: 9px 9px;
	line-height: 1.2;
}
.cmnColorTit span {
	display: inline-block;
	background: #fff;
	color: #000;
	width: 7.9em;
	text-align: center;
	margin: 5px 0 0;
	padding: 2px;
	font-size: 1.4rem;
}
.cmnColorSec01 .cmnColorTit {
	background: #D90000;
}
.cmnColorSec02 .cmnColorTit {
	background: #FF5C26;
}
.cmnColorSec03 .cmnColorTit {
	background: #D9A300;
}
.cmnColorSec04 .cmnColorTit {
	background: #8C8C00;
}
.cmnProductBox {
	width: 50%;
	padding: 0 5px 0 7px;
	margin: 10px 0 0;
	box-sizing: border-box;
	float: left;
}
.cmnProductBox:nth-of-type(2n) {
	float: right;
}
.cmnProductBox a {
	display: block;
	background: #fff;
	padding: 0 5px 5px;
	border: 2px solid;
}
.cmnColorSec01 .cmnProductBox a {
	border-color: #FF0000;
}
.cmnColorSec02 .cmnProductBox a {
	border-color: #FF5C26;
}
.cmnColorSec03 .cmnProductBox a {
	border-color: #D9A300;
}
.cmnColorSec04 .cmnProductBox a {
	border-color: #8C8C00;
}
.cmnProductBox .cmnProductBoxTxt {
	color: #fff;
	background: #00468C;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 -5px;
	padding: 5px;
}
.cmnProductBox .cmnProductBoxTit {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #B25900;
	margin: 10px 0 0;
}
.cmnProductBox figure {
	margin: 10px 0 0;
}
.cmnProductBox figure img {
	width: 100%;
}
.cmnProductBox ul {
}
/* clearfix */
.cmnProductBox ul:after {
	content: "";
	clear: both;
	display: block;
}
.cmnProductBox li {
	display: table;
	color: #fff;
	width: 50%;
	height: 18px;
	box-sizing: border-box;
	padding: 0 4px;
	margin: 5px 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.cmnProductBox li span {
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
}
.cmnProductBox .color01 li {
	float: left;
}
.cmnProductBox .color01 span {
	background: #D90000;
}
.cmnProductBox .mini {
	font-size: 0.9rem;
}
.cmnProductBox .color02 {
	margin: 5px 0 0;
}
.cmnProductBox .color02 li {
	float: right;
}
.cmnProductBox .color02 span {
	background: #006DD9;
}
.cmnProductBox .cmnProductBoxBtn {
	margin: 10px 0 0;
	text-align: center;
}
/* ***************************************************************************** */
}
