@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.p-sec .comiing {
  border: 1px solid #ccc;
  width: 80%;
  margin: 0 auto;
  -moz-border-radius: 6px;
       border-radius: 6px;
  padding: 30px;
  text-align: center;
}

.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .participant_wrap {
  border: 3px solid #0560bf;
  -moz-border-radius: 6px;
       border-radius: 6px;
  padding: 30px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.p-sec .participant_wrap + .participant_wrap {
  margin-top: 30px;
}

.p-sec .participant_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec .participant_wrap .pix {
  width: 500px;
}

.p-sec .participant_wrap .pix img {
  width: 100%;
  height: auto;
}

.p-sec .participant_wrap .dtl {
  width: 370px;
  margin-left: 30px;
}

.p-sec .participant_wrap .dtl h3 {
  font-size: 16px;
  color: #0560bf;
}

.p-sec .participant_wrap .dtl .txt {
  font-size: 13px;
}

.p-sec .participant_wrap .dtl .txt + h3 {
  margin-top: 10px;
}

.p-sec .participant_wrap .comments {
  border-top: 1px dotted #ccc;
  margin-top: 18px;
  padding-top: 15px;
}

.p-sec .participant_wrap .comments h4 {
  background: url(../images/comment.png) no-repeat 0 50%;
  color: #0560bf;
  padding-left: 100px;
  line-height: 1.2;
  min-height: 27px;
  display: flex;
  align-items: center;
}

/*
.p-sec .participant_wrap .comments h4 {
  background: url(../images/comment.png) no-repeat 0 50%;
  color: #0560bf;
  padding-left: 100px;
  padding-top: 2px;
}
*/

.p-sec .participant_wrap .comments p {
  font-size: 13px;
  margin-top: 4px;
}
