@charset "shift_jis";

/* ‰º‘w‹¤’Ê
----------------------------------------------------------------------- */
#contentsWrap {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
#contentsWrap p {
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
.textRed {
  color: #e5003b;
}

/* mv */
.mv {
  border-bottom: 1px solid #eee;
}
.mv .inner {
  height: 320px;
  position: relative;
}
.mv h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 60px;
  color: #e5003b;
  margin-left: 465px;
}
.mv ul {
  width: 560px;
  position: absolute;
  bottom: 20px;
  left: 465px;
}
.mv ul li {
  float:left;
  display: table;
	margin-bottom: 10px;
	width: 270px;
}
.mv ul li:nth-child(even) {
  margin-left: 20px;
}
.mv ul li a {
  width: 270px;
  height: 65px;
  padding: 0 10px 0 50px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  display: table-cell;
  vertical-align: middle;
  background: url(/brand/smg_b/img/common_arrow03_white.png) 20px center no-repeat #e5003b;
}

/* copy */
.copy {
  font-size: 18px;
  line-height: 2.1;
  padding-top: 60px;
  color: #666;
  font-weight: bold;
  text-align: center;
}

/* sub title */
.subTtl {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #e5003b;
  margin: 70px 0 50px;
  background: url(/brand/smg_b/img/common_bg_ttlLine.png) left bottom repeat-x;
}

/* layout01 */
.layout01 img {
	display: block;
  margin: 0 auto 40px auto;
}
/* layout02 */
.layout02 .imgLeft {
  width: 380px;
  margin-right: 20px;
  float:left;
}
.layout02 .imgLeft > img {
  display: block;
  margin: 0 auto;
}
.layout02 .contentsRight {
  width: 628px;
  float: left;
}

/* bnr */
.bnr {
  width: 800px;
  border: 2px solid #e5003b;
  border-radius: 15px;
  background: #fff;
  margin: 80px auto;
  display: block;
}
.bnr:hover {
  opacity: 0.8;
}
.bnr img {
  border-radius: 15px;
  display: inline-block;
}
.bnr dl {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin-left: 20px;
}
.bnr dt {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #e5003b;
  margin: 30px 0;
}
.bnr dd {
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}
.bnr p {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  background: #e5003b;
  color: #fff;
  border: 2px solid #e5003b;
  border-radius: 0 0 12px 12px;
  vertical-align: middle;
  margin: 0 !important;
}
.bnr p:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/brand/smg_b/img/icon_arrow02.png) center bottom no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  margin-left: 10px;
  position:relative;
  top:3px;
}
.bnr.bnrLarge img {
  margin-top: 30px;
}
.bnr.bnrLarge dd {
  font-size: 18px;
}
.bnr:hover p{
  opacity: 0.8;
}

/* contents */
.contents {
  margin-top: 100px;
}
.contents li div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #e5003b;
  margin: 0!important;
  padding-top: 5px;
  text-align: left;
}
