@charset "utf-8";


/*************************************************
	コンテンツ
**************************************************/
#att_header_top{
  text-align: center;
  margin: 15px 0;
}
#contents{
  /* min-height: 100vh; */
  padding-bottom: 100px;
  position: relative;
    text-align: left;
    font-size: 16px;
}
.contents_inr{
  width: 100%;
  max-width: 780px;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.contents_inr img{
  max-width: 80%;
}
.tx-box{
    margin-bottom: 25px;
}
.tx-box01{
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
}
.marker {
color: #e81919;
}
.att-ttl{
  height:12px;
  margin-top: 10px;
}
.att-ttl span{
  margin-left:8px;
  padding:6px 5px;
  background:white;
  font-weight:bold;
  border-radius:5px;
}
.att-tx{
  border:4px solid #e81919;
  padding:10px;
  font-size:1em;
  border-radius:5px;
}
.line{
  background: linear-gradient(transparent 0, yellow 0);
}
.font_bb{
  color:#e81919;
  font-weight: bold;
}

.contents_inr ul,
p ul{
  margin:0;
   padding-left: 20px;
  list-style-type: disc;
  font-size: 15px;
}
.contents_inr li,p ul li{
    position: relative;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 10px;
}
.contents_inr li::before,
p ul li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -10px;
    top: calc(0.75em - 3px);
}
@media screen and (max-width: 767px) {

.contents_inr img{
  max-width: 100%!important;
}
    #att_header_top{
      padding-top: 5%;
    }
    .contents_inr{
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 2%;
      font-size: 16px;
      box-sizing: border-box;
      }
}
/* --------------- 表 ------------- */
table.t-att {
  width: 100%;
  border-collapse:collapse;
  border-spacing: 0px ;
  margin: 20px 0;
  text-align: left;
}
.t-att th,.t-att td{
  border: 1px solid #ddd;
}
.t-att td,.t-att th{
  padding: 10px;
}
.t-att th{
  background: #bdbdbd;
  color: #000;
  font-size: 16px;
}
.t-att td{
  background: #fff;
}
@media screen and (max-width: 767px) {
  table.t-att {
    width: 100%;
    border-collapse:collapse;
    border-spacing: 0px ;
    margin: 5% auto;
    text-align: left;
  }
  .t-att th,.t-att td{
    display: block;
  }
  .t-att th{
    padding: 2%;
  }
  .t-att td{
    padding:3%;
  }

}
/*--------------- タイトル -------------- */
.contents_inr h1{
  font-size: 18px;
    padding:7px 0 0 0;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

h2.shopg_ttl  {
  font-size:18px;
   margin: 1.2rem 0;
    padding: 10px 5px;
    border-left: 10px solid #f77c17;
    background-color: #efefef;
    font-weight: bold;
    color: #353535;
}
h3 {
  font-size: 16.5px;
  border-bottom: 1px solid #000;
line-height: 1.5;
margin: 15px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .contents_inr h1{
    font-size: 20px;
    line-height: 1;
    padding: 2% 2% 2% 2%;
  }
h2.shopg_ttl {
  font-size:17px!important;
   margin: 1.2rem 0!important;
    padding: 5px 5px!important;
    border-left: 5px solid #f77c17!important;
}
h3 {
  font-size: 15px!important;
  border-bottom: 1px solid #000!important;
line-height: 1.5!important;
margin: 10px 0 10px 0!important;
}
}

/*--------------- 文章系 -------------- */
p{
  font-size: 15px;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  ul li{
    font-size: 14px;
  }
  p{
  font-size: 14px;
  margin: 5px 0;
}
}


/*  footerstyle  */

footer {
  font-size: 12px;
    width: 100%;
    position: absolute;
    bottom:0;
    text-align: center;
}

.footerLinkArea {
    text-align: center;
    padding: 5px 0px;
}

footer ul {
    padding: 4px 0px;
}

footer ul li {
    display: inline-block;
    font-weight: bold;
}


footer ul li a {
  display: inline-block;
  padding:10px 30px;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    overflow: hidden;
    color:#fff!important;
    background: #e81919;
    border-radius: 4px;
    border: 1px solid #e81919;
    text-decoration: none;
}
footer ul li a:hover{
  color:#e81919!important;
  background: #fff;
  border: 1px solid #e81919;
  text-decoration: none;

}
footer small {
    clear: both;
    font-size: 12px;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px;
    display: block;
}

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

    .pcContents {
        display: none;
    }
    .spContents {
        display: block;
    }

    footer{
      padding:5% 0;
    }
    footer ul li a {
      display: block;
      padding:10px 30px;
        text-align: center;
        margin: 0px auto;
        font-size: 14px;
        overflow: hidden;
        color:#fff!important;
        background: #e81919;
        border-radius: 4px;
        border: 1px solid #e81919;
    }
    footer small {
        padding: 4px 0px;
        width: 90%;
    }
    footer small a {
        font-size: 10px;
        font-size: 1px;
    }
}
