@charset "UTF-8";
/* 動画エリア追加 */
.box-movie {
  background: #fff2cc;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*
  align-self: stretch !important;
   */
}
@media only screen and (max-width: 640px) {
  .box-movie {
    display: block;
  }
}

.box-movie > * {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .box-movie > * {
    width: 94%;
    margin: 0 auto;
  }
}

.frame-wrapper {
  position: relative;
  width: 100%;
  /*
  height: 0;
   */
  height: 238px;
  /*
  padding-bottom: 56.25%;
   */
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .frame-wrapper {
    height: 182px;
  }
}
.frame-wrapper iframe {
  width: 100%;
  /*
  height: 100%;
   */
  height: 238px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .frame-wrapper iframe {
    height: 182px;
  }
}

.box-merit .link-movie {
  color: #f2855e;
}
.box-merit .link-text {
  padding-top: 3px;
}
.box-merit .link-text:before, .box-merit .link-text:after {
  border-color: #f2855e;
}

/* 関連リンク追加 */
.box-related .box-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .box-related .box-panel {
    display: none;
  }
}
.box-related .box-panel .box {
  width: 50%;
  padding-bottom: 27px;
}
@media only screen and (max-width: 640px) {
  .box-related .box-panel .box {
    width: 100%;
  }
}
.box-related .box-panel .box.single {
  width: 100%;
}
.box-related .box-panel .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.box-related .box-panel .box a .image {
  width: 130px;
}
@media only screen and (max-width: 640px) {
  .box-related .box-panel .box a .image {
    width: 23%;
  }
}
.box-related .box-panel .box a .text {
  padding: 0 15px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .box-related .box-panel .box a .text {
    width: calc(100% - 23%);
  }
}
@media only screen and (min-width: 641px) {

.box-hoken .box-hoken_pic {
    border: solid 1px #4592af;
    padding-bottom: 0;
    text-align: center;
}

.new-balance li a { 
    width: 100%;
}
.new-balance .cv-w-70p{
    width: 60%;
}
.new-balance .cv-w-25p{
    width: 40%;
    padding-left: 0;
}

.new-balance .cv-w-25p .ptb10{
    padding-top: 11px!important;
    padding-bottom: 11px!important;
}


.mb7harf {
    margin-bottom: 7.5px!important;
}
.mb8harf {
    margin-bottom: 8.5px!important;
}
#wideVideo .target-tag {
    float: none;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    padding-top: 5px;
}

#wideVideo #page-title .tag-title.left-side {
    width: 28.5em;
    text-align: center;
    float: left;
    margin-right: 0;
    margin-top: 5px;
}
#wideVideo .panel-inner .tag-title.left-side {
    width: auto;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}    
#wideVideo #page-title .list-group.list-tag.left-side,
#wideVideo .panel-inner .list-group.list-tag.left-side {
    /* font-size: 16px; */
    font-size: 1.6rem;
    bottom: -45px;
    right: auto;
    left: 265px;
}
    
    
    
#wideVideo .panel-inner .target-tag {
    float: none;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}    
    
#wideVideo .container .box-movie{
    flex-wrap: wrap;
    padding: 22px 25px 20px;
    justify-content: space-between;
    align-items: flex-start;
}
#wideVideo .container .box-movie .sp_mt20 {
    width: 95%;
}
#wideVideo .box-movie > * {
    width: 42%;
}
#wideVideo .box-movie .rightArea {
    width: 54.5%;
}
#wideVideo .box-movie .btn.icon-arrow-right{
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wideVideo .box-movie .btn.icon-arrow-right:before {
    order: 3;
    content: "";
    position: relative;
    top: auto;
    right: auto;
    width: 10px;
    height: 10px;
    border-top: solid 3px #808080;
    border-right: solid 3px #808080;
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-top: 7px;
}
#wideVideo .box-movie .btn.icon-arrow-right:after {
    order: 2;
    content: "";
    position: relative;
    top: auto;
    right: auto;
    width: 10px;
    height: 10px;
    border-top: solid 3px #808080;
    border-right: solid 3px #808080;
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-top: 7px;
    left: 2px;
}
#wideVideo .box-movie .frame-wrapper {
    height: 210px;
}
}

@media only screen and (max-width: 640px) {
    #wideVideo .box-movie .sp_mt20 {
        margin-bottom: 20px!important;
        margin-top: 0px!important;
    }
    #wideVideo .box-movie .sp_mt20 br{
        display: none;
    }
    #wideVideo .box-movie .row{
        width: 100%;
        margin: 0px auto 0!important;
    }
    #wideVideo .box-movie .row .col-sp-1  {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-bottom: 15px!important;
    }
    #wideVideo .box-movie {
        display: block;
        padding-left: 7px;
        padding-right: 7px;
    }
    .mb7harf {
        margin-bottom: 10px!important;
    }
    .mb8harf {
        margin-bottom: 10px!important;
    }
    .list-group.list-tag .tag {
        width: 6.6em;
    }
    .last-container.new-balance .cv-w-25p {
        padding-top: 2px!important;
    }
    .last-container.new-balance .cv-w-70p .btn.ptb45,
    .last-container.new-balance .cv-w-25p .btn.ptb15{
        padding: 1.16em 1em!important;
    }
    .last-container.new-balance .cv-w-25p .btn.ptb15.mb7harf {
        margin-bottom: 30px!important;
    }
    
}
