@charset "utf-8";
/* カテゴリー
---------------------------------------------------- */
#category{
  background:url(/img/sp/category_tips.png) center no-repeat;
}
#category h1::before{
  content:"Tips";
}

/* 共通
---------------------------------------------------- */
body{
  background:url(/img/about/back.png);
}
.flex_box{
  border:none !important;
}

/* tips Index
---------------------------------------------------- */
#tipsList div{
  width:100%;
  border:#CCC 1px solid;
}
#tipsList div + div{
  margin-top:30px;
}
#tipsList img{
  width:100%;
  margin-bottom:15px;
}
#tipsList div h3{
  font-size:1.2em;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
#tipsList div span{
  display:block;
  font-size:0.8em;
  margin-bottom:15px;
  text-align:center;
}
#tipsList div p{
  margin:auto 10px 15px 10px;
}
#tipsList ul{
  margin-left:10px;
}
#tipsList li{
  display:block;
  float:left;
  background:#A8194A;
  text-align:center;
  width:23.5%;
  font-size:11px;
  border-radius:2px;
  color:#FFF;
  padding:5px 0;
  margin:auto 2px 15px auto
}
#tipsList li:last-child{
  margin-right:0;
}
#tipsList div a{
  padding:5px 0;
  margin:auto 10px 15px 10px;
  clear:both;
}
#tipsList p#info{
  margin-bottom: 50px;
  text-align: center;
}
#tipsList p#info span{
  color: #F36;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  line-height: 3.0em;
}

/* tips 共通
---------------------------------------------------- */
#tips h2 + h3{
  margin-top:0px;
}
#tips p + h2{
  margin-top:30px;
}
#indexes{
  background:#F9F9F9;
  border:#CCC 1px solid;
  width:auto;
  padding:15px 15px 5px 15px;
  margin-bottom:45px;
}
#indexes h2{
  color:#333;
  font-size:1.1em;
  margin:0 0 10px 0 ;
  padding:0;
}
#indexes h2::before{
  content:"■";
  margin-right:3px;
}
#indexes > ul{
  margin-left:0;
}
#indexes li{
  font-size:1.0em;
  margin-bottom:15px;
  list-style:none;
}
#indexes li ul{
  margin:10px auto auto 20px
}
body.typeC section h1{
  font-size:1.7em;
  margin-bottom:10px;
}
body.typeC section > h2{
  border-bottom:#FF0 10px solid;
  border-bottom:#FFD0DB 8px solid;
  display:inline-block;
  font-size:1.35em;
  line-height:0.5em;
  margin-bottom:10px;
  position:relative;
}
body.typeC section > h2::before{
  content:url(/img/common/point_typec.png);
  margin-right:3px;
  position:absolute;
  top:-8px;
  left:0;
}
body.typeC section > h3{
  font-size:1.2em;
  font-weight:normal;
}
body.typeC section p{
  margin-bottom:40px;
}
body.typeC a img{
  display:inline-block;
}
.caution{
  border:#999 1px solid;
  padding:10px;
  margin-bottom:45px;
}
.caution strong{
  display:inline-block;
  font-weight:normal;
  background:#F30;
  color:#FFF;
  padding:5px 10px;
  margin-bottom:5px;
}
.caution p{
  margin:auto !important;
}

/*　wrap
---------------------------------------------------- */
.wrap img {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom:0px !important;
}
.wrap{
  padding-top:calc(42/73*100%) !important;
  position: relative;
  width:94% !important;
  border:none !important;
  margin:3% !important;
}