@charset "UTF-8";
/* CSS Document */

/***** Responsive Device Default Settting *****/
/***** PC layout *****/
@media screen and (min-width: 992px) {}
/***** TB layout *****/
@media screen and (min-width: 768px) and (max-width: 991px) {}
/***** iPhone Plus layout *****/
@media screen and (min-width: 0px) and (max-width: 767px) {}
/***** Responsive Device Default Settting *****/



/***** ●●● setting *****/
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 768px) and (max-width: 991px) {

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

}