﻿@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/* ////////////////////////////////
 * ◇ html
 * ///////////////////////////// */
body {
  font-family: "Noto Serif JP";
  color: #555;
  /*padding-top:4.5rem;/*3.3rem*/
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

a {
  color: #555;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #555;
  text-decoration: none;
  /*background-color: rgba(50, 50, 50, .3);*/
}
h1,h2 {
  font-weight: bold!important;
  color: #333;
}
.art01 {
  list-style:disc !important;
  padding-left: 1rem;
}
.art02 {
  list-style:none !important;
  padding-left:1.2rem;
}
@media screen and (min-width: 0px) and (max-width : 575px) {
  .art02 {
  padding-left:.6rem;
}
}
.art02_list:before {
  content:  "";
  width:  .6rem;
  height:  .6rem;
  display:  inline-block;
  background-color: #555;
  border-radius:  50%;
  /*position:  relative;*/
  /*top: -1px;*/
  /*margin-right: 5px;*/
  margin-right:.4rem;
}
.art03 {
  list-style: none !important;
  padding-left: 0;
}
/* ////////////////////////////////
 * ◇ bootstrap4 beta2
 * ///////////////////////////// */
.container-fluid {
  margin: 0;
  padding: 0;
}
/* -----------------
 *  ▶ Spacer
 * -------------- */
.mt-6,
.my-6 {
  margin-top: 3.5rem !important;
}
.mt-7,
.my-7 {
  margin-top: 4rem !important;
}
mt-lg-7,
.my-lg-7 {
  margin-top: 4rem !important;
}
.mt-8,
.my-8 {
  margin-top: 4.5rem !important;
}
.mt-9,
.my-9 {
  margin-top: 5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 5.5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 6rem !important;
}
.mt-12,
.my-12 {
  margin-top: 6.5rem !important;
}
/* -------------- */
.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 4.5rem !important;
}
/* -------------- */
.ml-6,
.mx-6 {
  margin-left: 3.5rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 4.5rem !important;
}
/* -------------- */
.mr-6,
.mx-6 {
  margin-right: 3.5rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 4.5rem !important;
}

/*xs*/
@media screen and (min-width: 0px) and (max-width : 575px){
}
/*sm*/
@media screen and (min-width: 576px) and (max-width : 767px){
}
/*md*/
@media screen and (min-width: 768px) and (max-width : 991px){
}
/*lg*/
@media screen and (min-width: 992px) and (max-width : 1199px){
}
/*xl*/
@media screen and (min-width : 1200px) {}

/* ////////////////////////////////
 * ■
 * ///////////////////////////// */
/* -----------------
 *  ▶ text
 * -------------- */
/*-- text --*/
/* - end -- */
/* -------------- */
