@charset "utf-8";
/* カテゴリー
---------------------------------------------------- */
#category{
  background:url(/img/about/category_back_tips.png) 50% top no-repeat;
  background-size:cover !important;
}
#category h1:before{
  content:"Tips";
}
#category h1:after{
  content:url(/img/about/tips/category_word_tips.png);
  position:absolute;
  top: 4.5vw;
  left: 120%;
}

/* 共通
---------------------------------------------------- */
body{
  background:url(/img/about/back.png);
}

/* tips Index
---------------------------------------------------- */
#tipsList .flex_box{
  width:100%;
  max-width:940px;
  border:none;
  display: flex;
  flex-wrap: wrap;
}

#tipsList div{
  float:left;
  width:32%;
  border:#CCC 1px solid;
  margin:0 2% 2% 0;
}
#tipsList div:nth-of-type(3n){
  margin-right:0;
}
#tipsList div img{
	width: 100%;
}
#tipsList div p{
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
#tipsList div h3{
  margin-bottom:5px;
  text-align:center;
}
#tipsList div span{
  display:block;
  font-size:14px;
  margin-bottom:15px;
  text-align:center;
}

#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;
}
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;
}
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 li:before{
  content:"" !important;
}
.caution li{
  padding-left:0px !important;
}
.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;
  margin:0 !important;
    top: 0;
    left: 0;
}
.wrap{
  display: block;
  margin: auto auto 25px auto;
  height: 0;
  overflow: hidden;
  position: relative;
}
.wrap{
  padding-top:calc(20/33*92%) !important;
  width:92% !important;
  border:none !important;
  margin:4% !important;
}