/* ==========================================
　　　　上書き用
   ========================================== */
   
.barefeet
 {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

/* ==========================================
　　　　文字サイズ・色
   ========================================== */
.xxsmall {
font-size: xx-small; }

.xsmall {
font-size: x-small; 
}
.small {
font-size: small; 
}

.medium {
font-size: medium; 
}

.large {
font-size: large; 
}

.xlarge {
font-size: x-large; 
}


.red{
    color: #cc0033;
}

.blue{
    color: #0033cc;
}

.mint{
    color: #1fc3be

.rightmint{
    color: #a7d9d9;
}

.gray{
    color: #999999;
}

.darkgray{
    color: #666666;
}


.center{
text-align: center 
}

/* ==========================================
　　　　h設定
   ========================================== */

h1 {
  font-family: "Cookie", "Kosugi Maru", cursive;
}

h2 {
  border-bottom: 3px solid #f5f5f5;
  position: relative;
  margin-bottom: 1.5em;
}

h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #a7d9d9;
  position: relative;
  top: 3px;
}

h3 {
  border-left: 3px solid #a7d9d9;
  padding: 0px 15px;
  margin: 2em 0 1em;
}

h4 {
  color: #a7d9d9;
}


hr {
  height: 2px;
  background-color: #1fc3be;
  width: 100px;
  border: none;
  margin: 0px auto;
}



.swiper-container {
  width: 100%;
  height: 400px;
}


dl.update dt {
  width: 150px;
  margin-bottom: 10px;
  color: #1fc3be;
}




