@charset "utf-8";

/* =================================================
 convention 2018area style
==================================================== */

.sp {
  display: none;
}

.p_fcbriefing .tit_bl .contents_tit {
  background: url(../images/bg_contTit_taikai2018area.png) no-repeat right top;
}

.tit_bl + h2 {
  margin: 58px 0 0;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS Pゴシック", "Lucida Grande", sans-serif;
}

.mainImg {
  width: 920px;
  margin: 40px auto 0;
  margin-right: auto;
}

.contents .bl_detail {
  margin-top: 0px;
}

.detail_in.compact:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contents .text {
  font-size: 16px;
}

/* ----------------------------------------------
 見出し
---------------------------------------------- */

.ttlBand {
  border: 2px solid #e60012;
  padding: 15px 0 15px 18px;
  margin: 30px auto 0;
}

.ttlBand h2 {
  border-left: 5px solid #e60012;
  text-align: left;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  padding-top: 4px;
}


/* ----------------------------------------------
 anchorNav
---------------------------------------------- */

.anchorNav {
  max-width: 920px;
  margin: 40px auto 0;
}

.anchorNav > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-right: none;
}

.anchorNav > .list > .item {
  width: 20%;
}

.anchorNav > .list > .item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 26px;
  background: #f4f4f4;
  border-right: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.anchorNav > .list > .item > a::before {
  position: absolute;
  bottom: 8px;
  left: 50%;
  border-top: 8px solid #e60012;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  color: #e60012;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
}

.anchorNav > .list > .item > a:hover {
  opacity: 1;
  color: #e60012;
}


/* ----------------------------------------------
 detail_in
---------------------------------------------- */

.detail_in .detail {
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 920px;
  margin: 0 auto;
}

.detail_in .heading_04 {
  margin-bottom: 20px;
}

/* ----------------------------------------------
 TaBox
---------------------------------------------- */

.TaBox {
  margin: 40px 30px 40px;
  overflow: hidden;
}

.taInfo {
  width: 440px;
  float: left;
}

.taInfo .taTxt .comment {
  font-size: 18px;
  text-align: left;
  padding: 8px 0 7px;
}

.taInfo img {
  width: 100%;
}

.taImg {
  width: 400px;
  float: right;
}

.taImg img {
  width: 100%;
}

/*コンテンツ*/

/* ----------------------------------------------
 conBox
---------------------------------------------- */

.conBox {
  margin: 0 auto;
  width: 860px;
}

/* ----------------------------------------------
 photo
---------------------------------------------- */

.photo_body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /* display: -webkit-flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.photo_body .photo_deta {
  width: 273px;
}

.photo_body .photo_deta {
  margin-right: 20px;
  margin-bottom: 20px;
}

.photo_body .photo_deta:nth-child(3n) {
  margin-right: 0px;
}

.photo_body .photo_deta .photo_img img {
  width: 100%;
}

/* ----------------------------------------------
 SNS
---------------------------------------------- */


.snsf-c {
  margin-top: 20px;
}

.snsf-c .snsfb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /* display: -webkit-flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.snsf-c .snsfb li {
  width: 48%;
  height: 64px;
  margin-right: 31px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /* display: -webkit-flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.snsf-c .snsfb li:last-child {
  margin-right: 0px;
}

.snsf-c .snsfb li a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}

.snsf-c .snsfb .twitter a {
  background: #2d97d4 url(../images/twitter_icon.png) no-repeat 80px 50%;
}

.snsf-c .snsfb .facebook a {
  background: #375691 url(../images/facebook_icon.png) no-repeat 80px 50%;
}

.snsf-c .snsfb .line a {
  background: #2ea439 url(../images/line_icon.png) no-repeat 15px 50%;
}

.snsf-c .snsfb .twitter .snsname {
  padding-left: 140px;
  position: absolute;
  top: 23px;
  left: 0px;
}

.snsf-c .snsfb .facebook .snsname {
  padding-left: 130px;
  position: absolute;
  top: 23px;
  left: 0px;
}

.snsf-c .snsfb .line .snsname {
  padding-left: 65px;
  position: absolute;
  top: 23px;
  left: 0px;
}
