@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* tailwindcssの中で頻繁に使用するものをこのファイルに定義。それ以外のCSSを追加する場合はカスタムCSSに定義 */
.m-4 {
  margin: 1rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.flex {
  display: flex !important;
}
.h-auto {
  height: auto !important;
}
.items-center {
  align-items: center !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.pb-48 {
  padding-bottom: 12rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.p-0 {
  padding: 0px !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.p-8 {
  padding: 2rem !important;
}