﻿@charset 'utf-8';

.cmn_container {
	/*width: 100%;*/
  padding: 0 auto 140px;
background: url(/company/efforts/sports_culture/trackfield/special/japan2026/img/comment/bg_cmt.png) repeat; 
}

@media screen and (max-width: 767px) {
	.top_mv { background-color:#30ADFE;
	background-image: none !important;
	}
}

.cmt_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  /*border-bottom: 1px solid #B3DB00;*/
}
@media screen and (max-width: 767px) {
  .cmt_list li {
    display: block;
  }
}

.cmt_list li:first-of-type {
  margin-top: 0;
  margin-top: 0;
}

.cmt_list li .pic {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .cmt_list li .pic {
    margin: 0 auto;
    width: 45%;
  }
}

.cmt_list li .pic img {
  width: 100%;
}

.cmt_list li .txt {
  width: 80%;
}
.cmt_list li .txt　p　{
			color: #fff;
}

@media screen and (max-width: 767px) {
  .cmt_list li .txt {
    width: 100%;
  }
}

.cmt_list li .txt .txt_name {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cmt_list li .txt .txt_name {
    margin-top: .5em;
    text-align: center;
  }
}

.cmt_list li .txt .txt_name .en {
  padding-left: 24px;
  color: #CBAE8B;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cmt_list li .txt .txt_name .en {
    display: block;
    padding-left: 0;
    line-height: .8;
  }
}

.txt_comment{
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .txt_comment {
    margin-top: 1em;
  }
}
