/* --------------------- xxxxx --------------------- */
/*#chatplusview {
  display: none;
}*/
.sideCvBtn1 {
  display: none;
}
.widthFix {
  width: 700px !important;
}
.block_title {
  text-align: left;
  border-left: 8px solid #1177c7;
  border-bottom: 1px solid #dedede;
  padding:8px 15px;
}

#SeminarContents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 1100px;
  margin:50px auto 0;
  justify-content: space-between;
}
#SeminarContents .main {
  width: 700px;
}
#SeminarContents .apply {
  width: 360px;
  padding:20px;
  position: sticky;
  margin-bottom: 80px;
  top: 85px;
  z-index: 1;
}
.sectionA.apply:before {
  display: none;
}
.title_catch {
  font-size:22px;
  font-weight: bold;
  background-color: #0e74c5;
  padding:12px 20px;
  color: #fff;
  display: table;
  text-align: left;
  margin-bottom: 15px;
}
.seminarTtl .htx2 {
  margin-bottom: 35px;
  font-size:275%;
  text-align: left;
}
.seminerDateList li {
  background-color: #fff;
  padding:inherit;
}
.seminerDateList li a.reserve {
  position: inherit;
  width: 100%;
  padding:10px 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
}

.seminarProblem .item:not(:last-child) {
  margin-bottom: 15px;
}
.seminarProblem .item {
  position:relative;
  overflow:hidden;
}
.seminarProblem .item .htx1 {
  line-height:1.45;
  font-size:130%;
  font-weight:600;
  margin-bottom:16px;
  position: relative;
  padding-left: 40px;
}
.seminarProblem .item .htx1:before {
  background: url(/_pack/img/seminarProblem_check.png) no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: -2px;
  content: "";
  width: 33px;
  height: 28px;
  display: inline-block;
}
.seminarProblem .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.seminarProblem .item .inner .img{
  width: 18%;
}
.seminarProblem .item .inner .desc{
  width: 80%;
}
.seminarProblem .item .tx1 {
  text-align:center;
  line-height:1.6;
  font-weight:400;
}
.seminarProblem .ranking {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5fbff;
  padding:40px 30px 0;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.seminarProblem .ranking .img {
  width: 42%;
}
.seminarProblem .ranking .desc {
  width: 55%;
}
.seminarProblem .ranking .desc .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.seminarProblem .ranking .desc .note {
  font-size: 11px;
  margin-top: 20px;
  line-height: 1.4;
}


.seminarAgenda .agenda ul li span.title {
  font-size: 17px;
}
.seminarDetails .item:not(:last-child) {
  margin-bottom: 20px;
}
.seminarDetails .item {
  position:relative;
  box-shadow: 5px 5px 0px #DEE7EA;
  overflow:hidden;
  border: 1px solid #e5e5e5;
  padding:30px 40px;
}
.seminarDetails .item:before {
  content:" ";
  position:absolute;
  display:block;
  width:90px;
  height:90px;
  background-color:#DCE8F2;
  left:0px;
  top:0px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.seminarDetails .item .num {
  line-height:1;
  position:absolute;
  left:8px;
  top:8px;
  font-size:45px;
  font-style:italic;
}
.seminarDetails .item .htx1 {
  text-align:center;
  line-height:1.45;
  font-size:130%;
  font-weight:600;
  margin-bottom:16px;
}
.seminarDetails .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminarDetails .item .inner .img{
  width: 38%;
}
.seminarDetails .item .inner .tx1{
  width: 57%;å
}
.seminarDetails .item .tx1 {
  text-align:center;
  line-height:1.6;
  font-weight:400;
}

.seminarVoice .comment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.seminarVoice .comment .person{
  width: 12%;
}
.seminarVoice .comment .person img{
  width: 100%;
}
.seminarVoice .comment .text{
  width: 84%;
  background-color: #118ad4;
  padding:20px;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
  margin-left: 3%;
  color: #fff;
  font-size: 15px;
}
.seminarVoice .comment .text:before {
  content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 18px solid #118ad4;
    z-index: 2;
}

.apply {
  padding:0 0 30px 0 !important;
  border-radius: 8px 8px 0 0;
}
.apply .title {
  font-size: 18px;
  color: #fff;
  padding:15px 0;
  background-color: #0e74c5;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.apply .title span {
  position: relative;
  padding-left: 57px;
}
.apply .title span:before  {
  background: url(/_pack/img/seminerDateList_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: -10px;
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
}
.seminerDateList li {
  margin:0 20px;
}

.seminerDateList li .note {
  margin-left: inherit;
  color: #000;
  font-weight: 500;
}
#BtmCv {
  display: none;
}
.seminarSpeaker {
  margin-bottom: 70px;
}
.seminarSpeaker .item:not(:last-child) {
  margin-bottom: 30px;
}
.seminarSpeaker .item {
  position:relative;
  overflow:hidden;
}
.seminarSpeaker .item .htx1 {
  line-height:1.45;
  font-size:130%;
  font-weight:600;
  margin-bottom:10px;
}
.seminarSpeaker .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.seminarSpeaker .item .inner .img{
  width: 18%;
}
.seminarSpeaker .item .inner .desc{
  width: 80%;
}
.seminarSpeaker .item .inner .desc .company{
  font-size: 16px;
  font-weight: 500;
}
.seminarSpeaker .item .inner .desc .name{
  font-size: 22px;
}
.seminarSpeaker .item .inner .desc .name span{
  font-size: 12px;
}
.seminarSpeaker .item .tx1 {
  text-align:center;
  line-height:1.6;
  font-weight:400;
  margin-top: 20px;

}


.seminarReward .item:not(:last-child) {
  margin-bottom: 30px;
}
.seminarReward .item {
  position:relative;
  overflow:hidden;
}
.seminarReward .item .htx1 {
  line-height:1.45;
  font-size:160%;
  font-weight:600;
  margin-bottom:16px;
}
.seminarReward .item .highlight {
  background-color: #0e74c5;
  color: #fff;
  padding:7px;
  text-align: center;
  margin-bottom: 12px;
}
.seminarReward .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminarReward .item .inner .img{
  width: 42%;
}
.seminarReward .item .inner .desc{
  width: 54%;
}
.seminarReward .item .tx1 {
  text-align:center;
  line-height:1.6;
  font-weight:400;
}



.seminerDateList .sub_title {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 22px;
  color: #0e74c5;
}
.seminerDateList .sub_title:before,
.seminerDateList .sub_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0e74c5;
  width: 2px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.seminerDateList .sub_title:before {
  transform: rotate(-35deg);
}
.seminerDateList .sub_title:after {
  transform: rotate(35deg);
}

.seminerDateList .sub_title2 {
  font-size: 16px;
  padding:15px;
}



.resume {
  width: 700px;
  margin: 60px auto 0;
  box-shadow: 5px 5px 0px #DEE7EA;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.resume .left {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  padding:12px 20px;
  align-items: center;
}
.resume .left .head {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:#128ad4;
  text-align:center;
}
.resume .left .head span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100px;
  text-align:center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.resume .left .title {
  font-size: 20px;
  font-weight: 700;
  margin-left:20px;
  line-height: 1.5;
}
.resume .left .title span{
  font-size: 30px;
  background: linear-gradient(transparent 70%, #badff7 70%);
}
.resume .right {
  width: 36%;
  background-color: #dceef9;
  padding:12px 20px;
}
.resume .right img {
  width: 100%;
}


.award2 {
  width: 700px;
  padding:25px 0 40px;
  margin:80px auto 0;
  background: #F5FBFF;
  position: relative;
  z-index: 10;
}
.award2 .title {
  position: absolute;
  top: -6px;
  left: 12px;
}
.award2 .title span{
  font-size: 20px;
  font-weight:600;
  color: #fff;
  background-color: #3575BF;
  padding:8px 20px;
}
.award2 .catch1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0 0 15px;
  text-align: center;
}
.award2 .catch1 span {
  color: #0b91d9;
  font-size: 32px;
}
.award2 .catch2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  margin: 0 0 30px;
  text-align: center;
}
.award2 .catch2 em {
  color: #bd9726;
  position: relative;
    padding: 0 30px;
}
.award2 .catch2 em span.text1 {
  font-size: 65px;
}
.award2 .catch2 em:before {
  content: " ";
  position: absolute;
  display: block;
  width: 19px;
  height: 56px;
  left: 0;
  top: -10px;
  background: url(/_pack/img/title_deco.png) no-repeat center top;
  background-size: contain;
}
.award2 .catch2 em:after {
  content: " ";
  position: absolute;
  display: block;
  width: 19px;
  height: 56px;
  right:5px;
  top: -10px;
  background: url(/_pack/img/title_deco.png) no-repeat center top;
  background-size: contain;
  transform: scale(-1, 1);
}
.award2 .img {
  width: 580px;
  margin:0 auto;
}
.award2 .img img {
  width: 100%;
}
.award2 .note {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}























@media all and (max-width: 840px)  {
/* --------------------- sp --------------------- */
.block_title {
  text-align: left;
  border-left: 8px solid #1177c7;
  border-bottom: 1px solid #dedede;
  padding:6px 12px;
  font-size:130%;
}
.widthFix {
  width: 100% !important;
}
#SeminarContents {
  display: inherit;
  width: 100%;
  margin:20px auto 0;
}
#SeminarContents .main {
  width: 100%;
  margin-right: inherit;
  margin-bottom: 40px;
}
#SeminarContents .apply {
  width: 100%;
  position: inherit;
  margin-bottom: inherit;
  top: inherit;
  z-index: 1;
}
.title_catch {
  font-size:16px;
  font-weight: bold;
  background-color: #0e74c5;
  padding:12px 10px;
  color: #fff;
  display: table;
  text-align: left;
  margin-bottom: 15px;
}
.seminarTtl .htx2 {
  margin-bottom: 20px;
  font-size:160%;
}
.seminarProblem .item {
  margin-right:10px;
  margin-bottom:15px;
  line-height:1.6;
}
.seminarProblem .item .htx1 {
  font-size:106%;
  margin-bottom:10px;
}
.seminarProblem .item .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit;
}
.seminarProblem .item .inner .img{
  width: 28%;
  margin-bottom: 15px;
}
.seminarProblem .item .inner .desc{
  width: 68%;
}
.seminarProblem .item .tx1 {
  font-size:90%;
}
.seminarProblem .ranking {
  display: inherit;
  background-color: #f5fbff;
  padding:25px 15px;
}
.seminarProblem .ranking .img {
  width: 100%;
}
.seminarProblem .ranking .desc {
  width: 100%;
}
.seminarProblem .ranking .desc .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.seminarProblem .ranking .desc .note {
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.4;
  margin-bottom: 20px
}

.seminarAgenda .agenda ul li span.title {
  font-size: 15px;
}

.seminarDetails .item {
  margin-right:10px;
  margin-bottom:15px;
  line-height:1.6;
  padding:20px 15px;
  box-shadow: 3px 3px 0px #DEE7EA;
}
.seminarDetails .item:before {
  width:75px;
  height:75px;
}
.seminarDetails .item .num {
  left:5px;
  top:5px;
  font-size:38px;
}
.seminarDetails .item .htx1 {
  font-size:106%;
  margin-bottom:10px;
}
.seminarProblem .item .htx1:before {
  background: url(/_pack/img/seminarProblem_check.png) no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 0;
  content: "";
  width: 33px;
  height: 28px;
  display: inline-block;
}
.seminarDetails .item .inner {
  display: inherit;
}
.seminarDetails .item .inner .img{
  width: 100%;
  margin-bottom: 15px;
}
.seminarDetails .item .inner .tx1{
  width: 100%;
}
.seminarDetails .item .tx1 {
}

.seminarVoice .comment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .seminarVoice .comment .person{
    width: 20%;
  }
  .seminarVoice .comment .person img{
    width: 100%;
  }
  .seminarVoice .comment .text{
    width: 75%;
    padding:15px;
    position: relative;
    margin-left: 5%;
    font-size: 14px;
  }
  .seminarVoice .comment .text a {
    color: #C83F20;
    text-decoration: underline;
    font-weight: 700;
  }
  .seminarVoice .comment .text:before {
    content: "";
      position: absolute;
      top: 50%;
      left: -24px;
      margin-top: -12px;
      border: 10px solid transparent;
      border-right: 18px solid #118ad4;
      z-index: 2;
  }
  .apply {
    padding:0 0 40px 0 !important;
    border-radius: 0 0 0 0;
  }
  .apply .title {
    font-size: 17px;
    color: #fff;
    padding:15px 0;
    background-color: #0e74c5;
    border-radius: 0 0 0 0;
    text-align: center;
  }
  .apply .title span {
    position: relative;
    padding-left: 48px;
  }
  .apply .title span:before  {
    background: url(/_pack/img/seminerDateList_icon.png) no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: -7px;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
  }
  .seminerDateList li {
    margin:0 15px;
  }

  /* // BtmCv //
----------------------------------------------- */
  #BtmCv {
      display: block !important;
  }
  #BtmCv {
    position:fixed;
    z-index:400;
    bottom:0px;
    left:0px;
    width:100%;
    background-color:rgba(255,255,255,0.8);
    padding:6px 6px 3px 6px;
    line-height:1;
    transform: translateY(100%);
  }
  #BtmCv.on {
    transform: translateY(0%);
    transition-duration:0.5s;
  }
  #BtmCv .btns {
    display: flex;
    display: -ms-flexbox;
  }
  #BtmCv .btns li {
    width:100%;
  }
  #BtmCv .btns li:nth-of-type(odd) {
    padding-right:2px;
  }
  #BtmCv .btns li:nth-of-type(even) {
    padding-left:2px;
  }
  #BtmCv .btns li a {
    width:100%;
    padding-right:15px;
    border-radius: 3px;
  }
  #BtmCv .btns li a i {
    right:5px;
  }
  #BtmCv .btns li a .tx {
    padding-left:4px;
    padding-right:4px;
  }
  body.cvPage #Footer {
    padding-bottom: 90px;
  }


  .seminarSpeaker .item {
    margin-right:10px;
    margin-bottom:15px;
    line-height:1.6;
  }
  .seminarSpeaker .item .htx1 {
    font-size:106%;
    margin-bottom:5px;
  }
  .seminarSpeaker .item .inner {
    display: inherit;
    text-align: center;
  }
  .seminarSpeaker .item .inner .img{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .seminarSpeaker .item .inner .img img {
    width: 40% !important;
  }
  .seminarSpeaker .item .inner .desc{
    width: 100%;
  }
  .seminarSpeaker .item .inner .desc .company{
    font-size: 14px;
    font-weight: 500;
  }
  .seminarSpeaker .item .inner .desc .name{
    font-size:17px;
  }
  .seminarSpeaker .item .inner .desc .name span{
    font-size: 12px;
  }
  .seminarSpeaker .item .tx1 {
    margin-top: 15px;
  }
  .seminarReward .item {
    margin-right:10px;
    margin-bottom:15px;
    line-height:1.6;
  }
  .seminarReward .item .htx1 {
    font-size:130%;
    margin-bottom:10px;
  }
  .seminarReward .item .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .seminarReward .item .inner .img{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .seminarReward .item .inner .img img{
    width: 70% !important;
  }
  .seminarReward .item .inner .desc{
    width: 100%;
  }
  .seminarReward .item .tx1 {
  }

  .seminerDateList .sub_title {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 22px;
    color: #0e74c5;
  }
  .seminerDateList .sub_title:before,
  .seminerDateList .sub_title:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #0e74c5;
    width: 2px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
  }
  .seminerDateList .sub_title:before {
    transform: rotate(-35deg);
  }
  .seminerDateList .sub_title:after {
    transform: rotate(35deg);
  }

  .seminerDateList .sub_title2 {
    font-size: 16px;
    padding:15px;
  }



}





































/* --------------------- pc --------------------- */
#transition {
  background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin: 0 auto 60px;
    padding: 40px 0;
    max-width: 1267px;
}
#transition .ttl_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#transition .ttl {
  font-size: 18px;
  font-weight: 700;
}
#transition .btn_area{
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
}
#transition .btn_area a {
  color: #fff;
  padding: 25px 15px;
  font-weight: 700;
  font-size: 24px;
  margin: auto;
  background: #eda321;
  background-size: 10px auto;
  display: block;
  width: 400px;
  text-align: center;
  transition: .3s;
  margin: 0 20px;
}
#transition .btn_area a:hover {
  opacity: 0.7;
}

#schedule .content {
  text-align: center;
  display: block;
  margin: 20px auto 40px;
}
#schedule .content ul {
  display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 15px 20px;
}
#schedule .content ul li {
  text-align: left;
  font-weight: 700;
}

/*書籍プレゼントバナー*/
.bnr_present {
  text-align: center;
  margin:50px 0 30px;
}
.bnr_present img {
  width: 830px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
/* ---------------------  sp --------------------- */
#transition {
  background: #fff;
    border: 1px solid #e7e7e7;
   box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    max-width: 90%;
}
#transition .ttl_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#transition .ttl_area img {
  width: 10%;
}
#transition .ttl {
  font-size: 18px;
  font-weight: 700;
}
#transition .btn_area{
  display: inherit;
  flex-wrap: inherit;
  width: inherit;
  margin: 0 auto;
}
#transition .btn_area a {
  color: #fff;
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px;
  margin: auto;
  background: #eda321;
  background-size: 10px auto;
  display: block;
  width: 90%;
  text-align: center;
  transition: .3s;
}
#transition .btn_area a.first {
  margin-bottom: 20px;
}
#transition .btn_area a:hover {
  opacity: 0.7;
}
#schedule .content {
  text-align: center;
  display: block;
  margin: 15px auto 30px;
}
#schedule .content ul {
  display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 15px 15px;
}
#schedule .content ul li {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  font-size: 90%;
}
#schedule .content ul li:not(:last-child) {
  margin-bottom: 15px;
}

/*書籍プレゼントバナー*/
.bnr_present {
  text-align: center;
  margin:30px 0 20px;
}
.bnr_present img {
  width: 90%;
}


.resume {
  width: 92%;
  margin: 40px 4% 0;
  display: inherit;
  box-shadow: 3px 3px 0px #DEE7EA;
}
.resume .left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
  align-items: center;
}
.resume .left .head {
  position: relative;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background:#128ad4;
  text-align:center;
}
.resume .left .head span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :20vw;
  text-align:center;
  color: #fff;
  font-size: 3.5vw;
}
.resume .left .title {
  font-size: 4vw;
  font-weight: 700;
  margin-left: 15px;
  line-height: 1.5;
  width: 56vw
}
.resume .left .title span{
  font-size: 7vw;
  background: linear-gradient(transparent 70%, #badff7 70%);
}
.resume .right {
  width: 100%;
  background-color: #dceef9;
  padding:20px 15px;
}
.resume .right .img{
  width: 100%;
  text-align: center;
}
.resume .right .img img {
  width: 55%;
}


.award2 {
 width: 100%;
  padding:25px 10px;
  margin:70px auto 0;
}
.award2 .title {
  position: absolute;
  top: -10px;
  left: 12px;
}
.award2 .catch1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0 0 10px;
  text-align: center;
}
.award2 .catch1 span {
  color: #0b91d9;
  font-size: 32px;
}
.award2 .catch2 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0 0 20px;
  line-height: 1;
}
.award2 .catch2 em {
  color: #bd9726;
  position: relative;
    padding: 0 20px;
}
.award2 .catch2 em span.text1 {
  font-size: 42px;
}
.award2 .catch2 span.text2 {
  font-size: 42px;
}
.award2 .catch2 em:before {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 43px;
  left: 0;
  top: -12px;
  background: url(/_pack/img/title_deco.png) no-repeat center top;
  background-size: contain;
}
.award2 .catch2 em:after {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 43px;
  right:2px;
  top: -12px;
  background: url(/_pack/img/title_deco.png) no-repeat center top;
  background-size: contain;
  transform: scale(-1, 1);
}

.award2 .img {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.award2 .note {
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
}
.award2 .moreover img {
  width: 35%;
}




}



/* --------------------- xxxxx --------------------- */

@media all and (max-width: 840px)  {
/* --------------------- sp --------------------- */

}



/* --------------------- xxxxx --------------------- */

@media all and (max-width: 840px)  {
/* --------------------- sp --------------------- */

}


/* --------------------- xxxxx --------------------- */

@media all and (max-width: 840px)  {
/* --------------------- sp --------------------- */

}



