@charset "UTF-8";
/* CSS Document */

.t_slider,
.park_slider {
  margin-top: 90px;
}

.t_slider li a,
.park_slider li a {
  width: auto;
  display: block;
  color: #252525;
  position: relative;
}

.t_slider li a img,
.park_slider li a img {
  -webkit-box-shadow: 30px 80px 45px 0px rgba(105, 142, 197, 0.4);
  -moz-box-shadow:  30px 80px 45px 0px rgba(105, 142, 197, 0.4);
  box-shadow: 30px 80px 45px 0px rgba(105, 142, 197, 0.4);
}

.ev_se .t_slider li a img,
.ev_se .park_slider li a img {
  -webkit-box-shadow: 30px 30px 45px 0px rgba(105, 142, 197, 0.4);
  -moz-box-shadow:  30px 30px 45px 0px rgba(105, 142, 197, 0.4);
  box-shadow: 30px 30px 45px 0px rgba(105, 142, 197, 0.4);
}

.t_slider li a div,
.park_slider li a div {
  width: 90%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%)
}

.t_slider span.date,
.park_slider span.date {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 25px;
  right: 20px;
}

.t_slider p,
.park_slider p {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.t_slider span.wb,
.park_slider span.wb {
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #595656;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.t_slider span.cate,
.park_slider span.cate {
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  background: #0d64f2;
  box-sizing: border-box;
  border: 1px solid #0d64f2;
  border-radius: 3px;
  display: inline-block !important;
  margin-right: 5px;
  margin-bottom: 10px;
}

.t_slider p.name,
.park_slider p.name {
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}

.t_slider h2,
.park_slider h2 {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.se_title.centered {
  max-width: 1400px;
  margin: 90px auto 65px;
}

.se_title.centered + .bx-wrapper .t_slider ,
.se_title.centered + .bx-wrapper .park_slider  {
  margin-top: 0;
}


.mp_about{
  width: 100%;
  max-width: 1400px;
  color: #FFF;
  margin: 60px auto;
  padding: 40px 70px 40px 415px;
  background: #0d64f2;
  box-sizing: border-box;
  position: relative;
}

.mp_about::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: #77abff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.mp_about h1{
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}

.mp_about p{
  font-size: 16px;
  line-height: 1.6;
}

.head{
  overflow: hidden;
}

.evse .banner{
  margin-top: -30px;
  margin-bottom: 60px;
}

.evse .banner img:hover{
  transform: scale(1);
}

.evse ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.evse ul li{
  width: 48%;
  margin-bottom: 40px;
}

.evse ul li a{
  color: #252525;
  display: flex;
  justify-content: space-between;
}

.evse ul li a > div{
  width: 43%;
  overflow: hidden;
}

.evse ul li a > div + div{
  width: 52%;
}

.evse ul li a span.wb{
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #595656;
  border-radius: 3px;
  display: inline-block;
}

.evse ul li a span.cate{
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  background: #0ea4a9;
  box-sizing: border-box;
  border: 1px solid #0ea4a9;
  border-radius: 3px;
  display: inline-block !important;
}

span.cate.event{
  background: #003894 !important;
  border: 1px solid #003894 !important;
}

span.cate.cc{
  background: #5c7cac !important;
  border: 1px solid #5c7cac !important;
}

span.cate.cd{
  background: #a07c4e !important;
  border: 1px solid #a07c4e !important;
}

span.cate.seminar{
  background: #e03790 !important;
  border: 1px solid #e03790 !important;
}

span.cate.seminar_mov{
  background: #2e66e9 !important;
  border: 1px solid #2e66e9 !important;
}

span.cate.doc{
  background: #7d36e0 !important;
  border: 1px solid #7d36e0 !important;
}

span.cate.soc{
  background: #4c9fa5 !important;
  border: 1px solid #4c9fa5 !important;
}

span.cate.exh{
  background: #727272 !important;
  border: 1px solid #727272 !important;
}

span.cate.soc_b{
  background: #9a8949 !important;
  border: 1px solid #9a8949 !important;
}

.evse ul li a h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.evse ul li a p.date{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.evse ul li a p.date span{
  font-size: 80%;
}

.feature{
  margin-top: 90px !important;
  padding: 90px 0;
  background: #f1f1f1;
  position: relative;
}

.feature::before{
  content: "";
  width: 100vw;
  height: 100%;
  background:#f1f1f1;
  position: absolute;
  top: 0;
  left: 66.5%;
  transform: translateX(-50%);
  z-index: -1;
}

#column_fv_bnr {
  display: block;
  max-width: 640px;
  width: 90%;
  margin: 15px auto 30px auto;
}

@media screen and (max-width: 1040px) {
  .feature::before{
    left: 50%;
  }
}
.feature ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature ul::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.feature ul li{
  width: 31%;
}

.feature ul li:nth-of-type(n +4){
  margin-top: 40px;
}

.tab_btn,
.tab_btn_link{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 55px;
}

.tab_btn li,
.tab_btn_link li{
  width: 100%;
  min-height: 3em;
  font-size: 16px;
  line-height: 1;
  color: #595656;
  border-bottom: 3px solid #c2c2c2;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
  display: table;
  box-sizing: border-box;
}

.tab_btn li + li,
.tab_btn_link li + li{
  margin-left: 2%;
}

.tab_btn li.active,
.tab_btn_link li.active{
  color: #0d64f2;
  border-bottom: 3px solid #0d64f2;
  transition: .3s;
  cursor: default;
}

.tab_btn_link a,
.tab_btn_link span,
.tab_btn span{
  display: table-cell;
  vertical-align: middle;
}

.tab_btn_link a{
  color: #252525;
}

.latest.pd{
  padding-top: 15px;
}

.latest .tab_box li{
  position: relative;
}

.latest .tab_box li > a{
  color: #252525;
  display: block;
}

.latest .tab_box li > a:hover{
  opacity: 1;
}

.latest .tab_box li + li{
  margin-top: 60px;
}

.tab_box li a > div{
  display: flex;
  justify-content: space-between;
}

.latest .tab_box li a > div > div{
  width: 30%;
  overflow: hidden;
}

.latest .tab_box li a > div > div + div{
  width: 67%;
}

article span.wb,
.h_side span.wb{
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #595656;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: .3s all;
}

article span.cate,
.h_side span.cate{
  min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  background: #0d64f2;
  box-sizing: border-box;
  border: 1px solid #0d64f2;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: .3s all;
}

article span.date,
.h_side span.date{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.has-update_date .h_side span.date {
    display: grid;
    grid-template-rows: repeat(2,1fr);
    justify-items: end;
    gap: 4px;
    top: -12px;
}

.has-update_date .h_side span.date .update_date {
  color: #858A95;
}

@media screen and (max-width: 980px) {
  .has-update_date .h_side span.date {
      gap: calc(5 / 320 * 100vw);
      top: calc(-32 / 320 * 100vw);
  }
}

.latest .tab_box h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 5px
}


.latest .tab_box p{
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.latest .tab_box p.cate_box{
  padding-right: 110px;
}

.latest .tab_box p.hs{
  margin-top: 15px;
}

p.hs span{
  font-size: 12px;
  line-height: 1;
  color: #0d64f2;
  padding: 3px 8px;
  border: 1px solid #c2c2c2;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px 3px 0;
  position: relative;
  z-index: 2;
}

.tab_box .tab02,.tab_box .tab03{
  display: none;
}

.kyw{
  text-align: center;
  margin-top: 90px !important;
  padding: 90px 0;
  background: #f1f1f1;
  position: relative;
}

.kyw::before{
  content: "";
  width: 100vw;
  height: 100%;
  background:#f1f1f1;
  position: absolute;
  top: 0;
  left: 66.5%;
  transform: translateX(-50%);
  z-index: -1;
}

.ss_title{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.kyw h2{
  font-size: 30px;
  line-height: 1;
  margin-bottom: 60px;
}

.kyw ul{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.kyw a{
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px;
  margin: 0 5px 10px 0;
  background: #FFF;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  display: inline-block;
}

.recommend ul{
  display: flex;
  justify-content: space-between;
}

.recommend ul li{
  width: 31%;
  position: relative;
}

.recommend ul li > a{
  color: #252525;
  display: block;
}

.recommend ul li > a:hover{
  opacity: 1;
}

.recommend ul li div{
  overflow: hidden;
}

.recommend ul li div + div{
  margin-top: 10px;
}

.recommend ul li p{
  position: relative;
  padding-right: 90px;
}

.recommend ul li p.hs{
  padding-right: 0;
}

.recommend ul li h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.materials .tab_box ul,
.materials_list .tab_box ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  position: relative;
}

.materials .tab_box ul::after,
.materials .tab_box ul::before{
  content: "";
  width: 23%;
  display: block;
}

.materials_list .tab_box ul::after,
.materials_list .tab_box ul::before{
  content: "";
  width: 32%;
  display: block;
}

.materials .tab_box ul::before,
.materials_list .tab_box ul::before{
  order: 1;
}

.materials .tab_box ul li{
  width: 23%;
  margin-bottom: 35px;
}

.materials_list .tab_box ul li{
  width: 32%;
  margin-bottom: 35px;
}

.materials .tab_box ul li a,
.materials_list .tab_box ul li a{
  color: #252525;
  display: block;
}

.materials .tab_box ul li a:hover,
.materials_list .tab_box ul li a:hover{
  opacity: 1;
}

.materials .tab_box ul li div,
.materials_list .tab_box ul li div{
  margin-bottom: 13px;
  overflow: hidden;
}

.materials_list .tab_box ul li div img{
  width: 100%;
}

.materials h3,
.materials_list h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.ch_list{
  padding: 35px 30px 15px;
  margin-bottom: 60px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.ch_list li{
  font-size: 15px;
  line-height: 1;
  padding-bottom: 15px;
  margin: 0 25px;
  white-space: nowrap;
}

.ch_list li a{
  color: #252525;
}

.ch_list li.active{
  color: #0d64f2;
  border-bottom: 3px solid #0d64f2;
}

.look{
  padding: 100px 50px 90px 0;
  background: #0d64f2;
  position: relative;
}

.look::before{
  content: "";
  width: 50vw;
  height: 100%;
  background: #0d64f2;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1040px) {
  .look::before{
    width: 100vw;
    left: 50%;
  }
}

.look h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 60px;
}

.look > div{
  display: flex;
} 

.look > div > div{
  width: 25%;
  background: #FFF;
  padding-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}

.look > div > div + div{
  border-left: 2px solid #0d64f2;
}

.look h3{
  width: 100%;
  height: 85px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background: #498eff;
  position: relative;
}

.look h3 span{
  width: 100%;
  display: block;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%)
}

.look > div > div > div{
  height: 100%;
  box-sizing: border-box;
}

.look > div > div > div > a{
  width: 50%;
  font-size: 16px;
  line-height: 1;
  color: #595656;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 1px solid #595656;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.look > div > div > div > a:hover{
  color: #FFF;
  opacity: 1 !important;
  border: 1px solid #FFF;
}

.look > div > div > div > a::after {
  content: '';
  width: 102%;
  height: 102%;
  background: #0d64f2;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.look > div > div > div > a:hover::after {
  transform: scale(1, 1);
}

.look ul{
  margin: 20px;
}

.look li + li{
  margin-top: 25px;
}

.look li a{
  font-size: 14px;
  line-height: 1.4;
  color: #595656;
  padding-left: 20px;
  display: block;
  word-wrap: break-word;
}

.look li.b a,
.look li a span{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  display: block;
  font-weight: bold;
}

.look li a::before{
  width: 1.5em;
  content: "＞";
  color: #959595;
  display: inline-block;
  transform: scale(.6,1);
  margin-left: -20px;
}

.relevance{
  margin-top: 0 !important;
  padding: 60px 0 55px;
  background: #f1f1f1;
  position: relative;
}

.relevance::before{
  content: "";
  width: 50vw;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.relevance h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 35px;
}

.relevance > div{
  display: flex;
}

.relevance > div > div{
  width: 33.333%;
}

.relevance h3{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 2px solid #595656;
}

.relevance ul + h3{
  margin-top: 30px;
}

.relevance ul li{
  font-size: 16px;
  line-height: 1.4;
}

.relevance ul li::before{
  content: "＞";
  color: #252525;
  padding-right: 10px;
  display: inline-block;
  transform: scale(0.6,1);
}

.relevance ul li + li{
  margin-top: 10px;
}

.si_title{
  font-size: 45px;
  line-height: 1;
  text-align: center;
  margin-top: 80px;
}

.si_title span{
  font-size: 28px;
  margin-top: 25px;
  display: block;
}

.filter{
  margin-bottom: 60px;
}

.filter h1{
  font-size: 35px;
  line-height: 1.4;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid #2f3e56;
}

.filter_reset{
  margin-bottom: 10px;
}

.filter_btn{
  font-size: 15px !important;
  line-height: 1;
  padding: 13px 50px;
  border: 1px solid #595656;
  white-space: nowrap;
  background: #FFF;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}

.filter_btn::before{
  font-family:'FontAwesome';
  content: "\f1de";
  color: #b2b6bc;
  position: absolute;
  top:50%;
  left: 12px;
  transform: translateY(-50%);
}

.filter_btn::after{
  content: "＞";
  color: #2f3e56;
  display: inline-block;
  position: absolute;
  top:50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg) scale(1,1.5);
  transform-origin: center center;
  transition: .3s;
}

.filter_btn.open::after{
  transform: translateY(-50%) rotate(90deg) scale(1,1.5);
  transform-origin: center center;
  transition: .3s;
}

.filter_reset ul,
.filter_reset li,
.filter_reset p{
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.filter_reset ul{
  max-width: 70%;
}

#result_area{
  margin-top: 15px;
}

.filter_reset #result_area ul{
  max-width: 85%;
}

.filter_reset li,
.filter_reset p{
  cursor: pointer;
  white-space: nowrap;
}

.filter_reset p.reset{
  margin-top: 5px;
}

.filter_reset li{
  padding: 5px 25px 5px 10px;
  margin-bottom: 5px;
  background: #f1f1f1;
  border-radius: 20px;
  position: relative;
}

.filter_reset li::after{
  content: "X";
  color: #0d64f2;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(1,.8);
}

p.result{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  cursor: default;
  margin-right: 40px;
  font-weight: 600;
}

p.result span{
  font-size: 30px;
}

.no-result{
  margin: 50px 0 120px;
}

.no-result p{
  font-size: 16px;
  line-height: 1.8;
}

.filter_box{
  padding: 40px 40px 30px;
  background: #f1f1f1;
  position: relative;
}

.filter_box p.close{
  font-size: 15px;
  line-height: 1;
  padding: 3px;
  color: #191919;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.filter_box dl{
  display: flex;
}

.filter_box dl + dl{
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #c2c2c2;
}

.filter_box dl dt{
  font-size: 15px;
  line-height: 1;
  width: 15%;
}

.filter_box dl dd{
  font-size: 15px;
  line-height: 1;
  width: 85%;
}

.check-list {
	display: flex;
	flex-wrap: wrap;
}

.check-list-item {
	width: 25%;
  margin-bottom: 15px;
}

.radio-list-item{
  margin-bottom: 15px;
}

.radio-list-item input,
.check-list-item input {
	display: none;
}

.radio-list-item label,
.check-list-item label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}

.radio-list-item label::before,
.check-list-item label::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	cursor: pointer;
	vertical-align: middle;
  background-image: url('/jp/-/media/medicom/renew/common/check.png');
	background-size: 100% auto;
  background-position: center bottom;
	position: absolute;
	top: 50%;
	left: 0;
  transform: translateY(-50%)
}

.check-list-item label.is-checked:before,
.check-list-item input:checked + label:before{
	background-image: url('/jp/-/media/medicom/renew/common/check.png');
  background-position: center top;
}

.radio-list-item label::before{
  background-image: url('/jp/-/media/medicom/renew/common/radio.png');
	background-size: 100% auto;
}

.radio-list-item label.is-checked:before,
.radio-list-item input:checked + label:before{
	background-image: url('/jp/-/media/medicom/renew/common/radio.png');
  background-position: center top;
}

.filter_box button,
.filter_box .filter_search_btn{
  width: 200px;
  font-size: 16px;
  line-height: 1;
  padding: 15px 0;
  color: #FFF;
  text-align: center;
  border: none;
  background: #0d64f2;
  border-radius: 50px;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  transition: .3s;
}

.filter_box button:hover{
  opacity: .6;
  transition: .3s;
}

.pager{
  padding: 40px 0 60px;
  margin-top: 80px;
  border-top: 2px solid #2f3e56;
}

.pager ul.pagination{
  display: flex;
  justify-content: center;
  flex-flow: nowrap;
}

.pager ul.pagination li.pagination-list{
  display: inline-block;
}

.pager ul.pagination li.pagination-list + li{
  margin-left: 40px;
}

.pager ul.pagination li.pagination-list a{
  font-size: 20px;
  line-height: 1;
  color: #191919;
  text-align: center;
  padding: 0 6px 25px;
  display: block;
}

.pager ul.pagination li.pagination-list a.active{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border-bottom: 2px solid #003894;
  font-weight: 600;
}

.rank{
  padding: 100px 0;
  background: #f1f1f1;
  position: relative;
}

.rank::before{
  content: "";
  width: 100vw;
  height: 100%;
  background:#f1f1f1;
  position: absolute;
  top: 0;
  left: 66.5%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1040px) {
  .rank::before{
    left: 50%;
  }
}

.rank h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.rank li{
  background: #FFF;
  position: relative;
  padding: 45px 50px 45px 120px;
}

.rank li > a{
  display: block;
  color: #252525;
}

.rank li > a:hover{
  opacity: 1;
}

.rank li + li{
  margin-top: 60px;
}

.rank li p.no{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding-top: 40px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.rank li p.no::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/jp/-/media/medicom/renew/common/icon_crown.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rank li a > div{
  display: flex;
  justify-content: space-between;
}

.rank li a > div > div{
  width: 30%;
  overflow: hidden;
}

.rank li a > div > div + div{
  width: 67%;
}

.rank h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 5px
}

.rank p{
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}

.rank p.hs{
  margin-top: 15px;
}


.videos_rank{
  background: #f1f1f1;
  padding: 85px 60px 110px;
}

.videos_rank > h2{
  text-align: center;
}

.videos_rank ol{
  counter-reset: item;
  display: flex;
  justify-content: space-between;
}

.videos_rank ol li{
  width: 23.5%;
  padding-top: 70px;
  position: relative;
}

.videos_rank ol li::before{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  font-size: 18px;
  color: #595656;
  counter-increment: item;
  content: counter(item);
  padding-top: 35px;
  text-align: center;
  background: url("/jp/-/media/medicom/renew/common/icon_crown.png") center top no-repeat;
  background-size: 33px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.videos_rank ol li a{
  color: #252525;
  display: block;
  overflow: hidden;
}

.videos_rank ol li a:hover{
  opacity: 1;
}

.videos_rank ol li div{
  padding: 10px 15px;
  background: #FFF;
  display: block;
  position: relative;
  z-index: 1;
}

.videos_rank ol li h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.t_event .tab_btn li{
  /*width: 48%;*/
  font-size: 20px;
}

hr{
  width: 100%;
  height: 2px;
  margin: 100px 0;
  border: none;
  background: #2f3e56;
}

.column_head{
  margin: 90px 0 50px;
  border-bottom: 1px solid #595656;
}

.column_head > div{
  width: 980px;
  padding-bottom: 90px;
  margin: 0 auto;
  position: relative;
}

.column_head.old_head {
  margin: 0;
  border-bottom: 0;
}

.column_head.old_head > div{
  width: 100%;
  padding-bottom: 60px;
}

.column_head.old_head h1{
  margin-bottom: 0;
}

.column_head .h_side{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.column_head .h_side > p{
  width: 70%;
  padding-right: 110px;
  padding-top: 5px;
  box-sizing: border-box;
  position: relative;
  padding-right: 166px;
}

.column_head.has-update_date .h_side > p {
    padding-right: 166px;
}

@media screen and (max-width: 980px) {
  .column_head.has-update_date .h_side > p {
      padding-right: 0;
  }
}

.column_head .h_side > div{
  width: 30%;
  margin-top: -5px;
  text-align: right;
}

.column_head .print{
  font-size: 14px;
  line-height: 35px;
  color: #252525;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #595656;
  border-radius: 50px;
}

.column_head .print::before{
  font-size: 160%;
  font-family:'FontAwesome';
  content: "\f02f";
  color: #858a95;
  padding-right: .5em;
  vertical-align: middle;
}

.column_head .h_side .sns{
  display: inline-block;
}

.column_head .h_side .sns a{
  display: inline-block;
  width: 35px;
  margin-left: 15px;
  vertical-align: middle;
}

.column_head h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 45px;
  font-weight: bold;
}

.column_head p.cap{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 19px;
  line-height: 1.8;
}

.column_head p.note{
  font-size: 13px;
  line-height: 1;
  color: #858a95;
  position: absolute;
  bottom: 10px;
  right: 0;
  min-height: 1em;
}

.hashtag{
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto 60px;
}

.hashtag > div{
  width: 74%;
  max-width: 1040px;
  box-sizing: border-box;
}


@media screen and (max-width: 1040px) {
  
  .hashtag{
    padding: 0 4vw;
  }
  
  .hashtag > div{
    width: 100%;
    max-width: inherit;
  }

}

.hashtag a{
  font-size: 13px;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid #c2c2c2;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px 5px 0;
}

.update_note {
  max-width: 1400px;
  padding: 0 15px;
  margin: -20px auto 20px;
  color: #858A95;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .update_note {
    margin: calc(20 / 320 * 100vw) auto;
    padding-left: calc(4vw + 1em);
    font-size: calc(12 / 320 * 100vw);
    text-indent: -1em;
  }
}

.toc{
  background: #f1f1f1;
  padding: 35px 60px 30px;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}

.toc h2{
  font-size: 18px;
  line-height: 1;
  width: 13%;
}

.toc ul{
  width: 87%;
}

.toc ul li{
  font-size: 16px;
  line-height: 1.4;
  padding-left: 18px;
}

.toc ul li::before{
  content: "-";
  color: #595656;
  width: 18px;
  display: inline-block;
  margin-left: -18px;
}

.toc ul li + li{
  margin-top: 20px;
}

.toc ul li a{
  color: #252525;
}

.column a{
  word-break: break-all;
}

.column .contents{
  padding-bottom: 110px;
  position: relative;
}

.column .contents::after{
  content: "";
  width: 410px;
  height: 1px;
  background: #595656;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.column .contents h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 32px;
  line-height: 1.4;
  margin-top: 95px;
  padding: 23px 23px 18px;
  background: #f1f1f1;
  border-left: 12px solid #0d64f2;
}

  /*.column .contents h2 span{
  padding-bottom: 5px;
  border-bottom: 1px solid #595656;
  display: inline-block;
}*/

.column .contents h2 + p,
.column .contents h2 + img,
.column .contents h2 + h3,
.column .contents h2 + div{
  margin-top: 35px;
}

.column .contents h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 23px;
  line-height: 1.4;
  color: #FFF;
  padding: 15px 15px 10px;
  background: #858a95;
}

.column .contents h4{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  border-left: 10px solid #444d53;
  padding-left: 10px;
}

.column .contents h5{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 3px;
  border-bottom: 3px solid #444d53;
}

.column .contents h3 + p,
.column .contents h3 + img,
.column .contents h3 + h2,
.column .contents h3 + h4,
.column .contents h3 + div{
  margin-top: 20px;
}

.column .contents h4 + p,
.column .contents h4 + img,
.column .contents h4 + h2,
.column .contents h4 + h3,
.column .contents h4 + div{
  margin-top: 15px;
}

.column .contents p + h3,
.column .contents img + h3,
.column .contents h4 + h3,
.column .contents div + h3{
  margin-top: 30px;
}

.column .contents h4 + p,
.column .contents h4 + img,
.column .contents h4 + h2,
.column .contents h4 + h3,
.column .contents h4 + div,
.column .contents h5 + p,
.column .contents h5 + img,
.column .contents h5 + h2,
.column .contents h5 + h3,
.column .contents h5+ div{
  margin-top: 15px;
}

.column .contents p + h4,
.column .contents img + h4,
.column .contents h3 + h4,
.column .contents div + h4,
.column .contents p + h5,
.column .contents img + h5,
.column .contents h3 + h5,
.column .contents div + h5{
  margin-top: 25px;
}

.column .contents p{
  font-size: 17px;
  line-height: 1.8;
}

.column .contents p.note,
.column .contents p.caption{
  font-size: 14px;
  line-height: 1.4;
}

.column .contents p.note img{
  margin-bottom: 10px;
}

.column .contents p.caption{
  margin-top: 10px !important;
}

.column .contents p + p{
  margin-top: 45px;
}

.column .contents p + img,
.column .contents img + p,
.column .contents img + div,
.column .contents p + div,
.column .contents div + p,
.column .contents div + div{
  margin-top: 50px;
}

.column .contents .flex_box{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.column .contents .flex_box.fl_end{
  flex-direction: row-reverse;
}

.column .contents .flex_box img{
  width: 100%;
}

.column .contents .flex_box > div + div{
  margin-top: 0;
}

.column .contents .col2{
  width: 48%;
}

.column .contents .col3{
  width: 31%;
}

.column .contents .col4{
  width: 22%;
}

.column .contents .col5{
  width: 18%;
}

.column .contents .col2_l{
  width: 70%;
}

.column .contents .col2_s{
  width: 28%;
}


.column .product_link{
  width: 900px;
  margin: 100px auto;
  padding: 50px 0;
  border: 3px solid #0d64f2;
  box-sizing: border-box;
  text-align: center;
  background: url("/jp/-/media/medicom/renew/under_contets/product_link_bk.jpg") right top no-repeat;
  background-size: 25% auto;
}

.column .product_link h2{
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.column .product_link h2 span{
  font-size: 24px;
  line-height: 1.4;
  color: #0d64f2;
}

.column .product_link h3{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.column .product_link p{
  font-size: 16px;
  line-height: 1.3;
  color: #595656;
  margin-bottom: 25px;
}

.column .product_link p span{
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.column .product_link p span::before,
.column .product_link p span::after{
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.1);
}

.column .product_link p span::before{
  right: auto;
  left: 0;
  transform: scale(-1.1,1.1);
}

.column .product_link a{
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  background: #0d64f2;
  padding: 30px 75px;
  display: inline-block;
  border-radius: 50px;
}

.column .author,
.column .repro,
.column .facility_profile{
  margin-top: 90px;
}
.column .author h3,
.column .repro h3{
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

.column .facility_profile h3{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 !important;
  background: none !important;
  color: #252525;

}

.column .author > div,
.column .facility_profile > div{
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  padding: 60px;
}

.column .author > div > div{
  width: 12%;
}

.column .author > div > div + div{
  width: 83%;
}

.column .facility_profile > div > div{
  width: 45%;
}

.column .facility_profile > div > div + div{
  width: 50%;
}

.column .facility_profile.single > div > div{
  width: 100%;
}

.column .author h4{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.column .author h4 span{
  font-size: 14px;
  padding-left: .3em;
}

.column .author p{
  font-size: 14px;
  line-height: 1.8;
}

.column .facility_profile p{
  font-size: 16px;
  line-height: 1.8;
}

.column .author p + p,
.column .facility_profile p + p{
  margin-top: 20px;
}

.column .repro li + li{
  margin-top: 20px;
}

.column .r_btn{
  margin-top: 90px;
}

.report_list .box h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 5px
}

.report_list .box p{
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}

.report_list .box li a{
  color: #252525;
  display: block;
}

.report_list .box li a:hover{
  opacity: 1;
}

.report_list .box li + li{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}

.fr_seminar > p{
  font-size: 16px;
  line-height: 1.8;
  margin: -20px 0 60px;
}

.t_event .tab_box ul li,
.fr_seminar > ul li{
  position: relative;
}

.t_event .tab_box ul li > a,
.fr_seminar > ul li > a{
  display: block;
  color: #252525;
}

.t_event .tab_box ul li > a:hover,
.fr_seminar > ul li > a:hover{
  opacity: 1;
}

.t_event .tab_box ul li + li,
.ss_list > ul li + li,
.fr_seminar > ul li + li{
  margin-top: 60px;
}

.t_event .tab_box ul li a > div,
.ss_list > ul  li > a,
.fr_seminar li a > div{
  color: #252525;
  display: flex;
  justify-content: space-between;
}

.ss_list > ul  li > a:hover{
  opacity: 1;
}

.t_event .tab_box ul li a > div > div,
.ss_list > ul li a > div,
.fr_seminar > ul li a > div > div{
  width: 30%;
  overflow: hidden;
}

.t_event .tab_box ul li a > div > div + div,
.ss_list > ul a > div + div,
.fr_seminar > ul li a > div > div + div{
  width: 67%;
}

.t_event .tab_box h3,
.ss_list h3,
.fr_seminar h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 5px
}

.t_event .tab_box p,
.ss_list p,
.fr_seminar p{
  font-size: 15px;
  line-height: 1.6;
}

.t_event .tab_box p.date,
.ss_list p.date,
.fr_seminar p.date{
  padding-top: 15px;
  margin-top: 10px;
  border-top:1px solid #c2c2c2;
  position: relative;
  z-index: 1;
}

.t_event .tab_box p.date > span.data_link,
.fr_seminar p.date span.data_link{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #0d64f2;
  display: inline-block;
  vertical-align: middle !important;
  padding-left: 30px;
  margin-right: 15px;
  background: url("/jp/-/media/medicom/renew/common/icon_calendar.png") left center no-repeat;
  background-size: 18px auto;
  transition: .3s all;
}

.t_event .tab_box p.date span.data_link:hover,
.fr_seminar p.date span.data_link:hover{
  opacity: .7;
}

.t_event .tab_box p.date span.data_link span,
.fr_seminar p.date span.data_link span{
  font-size: 15px;
  line-height: 1;
}

.fr_seminar p.date span.zoom{
  font-size: 15px;
  line-height: 1;
  color: #595656;
  background: #f1f1f1;
  display: inline-block;
  padding: 5px 30px 5px 40px;
  position: relative;
}

.fr_seminar p.date span.zoom::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url("/jp/-/media/medicom/renew/common/icon_zoom.png") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}

.t_event p.date span.map{
  font-size: 15px;
  line-height: 1;
  display: block;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}

.t_event p.date span.map::before{
  content: "";
  width: 18px;
  height: 18px;
  background: url("/jp/-/media/medicom/renew/common/icon_map.png") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.t_event p.date span.map span{
  font-size: 15px;
  background: none;
  color: #0d64f2;
  padding-left: 1em;
}

.t_event p.date span.map span::after{
  content: "＞";
  color: #252525;
  display: inline-block;
  padding-left: .5em;
  transform: scale(.6,1)
}

.fr_seminar p.date a + span{
  margin-left: 45px;
}

.ss_list p.date{
  font-size: 15px;
  line-height: 18px;
  padding-left: 30px;
  background: url("/jp/-/media/medicom/renew/common/icon_calendar_g.png") left 15px no-repeat;
  background-size: 18px auto;
}

.ss_list p.date span{
  padding-left: 1em;
}

.ss_list p.map{
  font-size: 15px;
  line-height: 18px;
  padding-left: 30px;
  margin-top: 10px;
  background: url("/jp/-/media/medicom/renew/common/icon_map.png") left center no-repeat;
  background-size: 18px auto;
}

.new_videos .tab_box ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  position: relative;
}

.new_videos .tab_box ul::after,
.new_videos .tab_box ul::before{
  content: "";
  width: 31%;
  display: block;
}

.new_videos .tab_box ul::before{
  order: 1;
}

.new_videos .tab_box ul li{
  width: 31%;
  margin-bottom: 35px;
}

.new_videos .tab_box ul li img{
  width: 100%;
}

.new_videos .tab_box ul li a{
  color: #252525;
  display: block;
}

.new_videos .tab_box ul li a:hover{
  opacity: 1;
}

.new_videos .tab_box ul li div{
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.new_videos .tab_box ul li div span{
  font-size: 14px;
  line-height: 1;
  background: #2f3e56;
  color: #FFF;
  padding: 5px 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.new_videos .tab_box ul li p{
  line-height: 1;
}

.new_videos h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.report_head{
  margin: 90px 0 50px;
  border-bottom: 1px solid #595656;
}

.report_head > div{
  width: 980px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
}

.report_head .h_side{
  text-align: right;
  margin-bottom: 5px;
}

.report_head .h_side > p span.date{
  position: static;
  top: auto;
  right: auto;
}

.report_head h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 38px;
  line-height: 1.5;
  word-break: break-all;
}

.report_head p.note{
  font-size: 13px;
  line-height: 1;
  color: #858a95;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.report .contents{
  position: relative;
}

.report .contents h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin-top: 95px;
}

.report .contents h2 span{
  padding-bottom: 5px;
  border-bottom: 1px solid #595656;
  display: inline-block;
}

.report .contents h2 + p,
.report .contents h2 + img,
.report .contents h2 + div{
  margin-top: 35px;
}

.report .contents p{
  font-size: 17px;
  line-height: 2;
}

.report .contents p + p{
  margin-top: 30px;
}

.report .contents p + img,
.report .contents img + p,
.report .contents div + p,
.report .contents div + img,
.report .contents p + div,
.report .contents img + div{
  margin-top: 50px;
}

.report .contents .c2{
  display: flex;
  justify-content: space-between;
}

.report .contents .c2 > div{
  width: 50%;
}

.report .contents .c2 > div + div{
  width: 45.5%;
}

.report .repo_box{
  padding: 60px;
  background: #f1f1f1;
}

.report .repo_box dl > div{
  display: flex;
  justify-content: space-between;
}

.report .repo_box dl > div + div{
  margin-top: 30px;
}

.report .repo_box dl dt{
  width: 6%;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 2;
}

.report .repo_box dl dd{
  width: 90%;
  font-size: 16px;
  line-height: 2;
}

.report .repo_box dl dd > div{
  display: flex;
  justify-content: space-between;
}

.report .repo_box dl dd div > div{
  width: 68%;
}

.report .repo_box dl dd div > div + div{
  width: 25.6%;
}

.report .repo_box dl dd p + p{
  margin-top: 20px;
}

.report .b_btn{
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background: #0d64f2;
  padding: 13px 50px 13px 30px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 30px;
  position: relative;
}

.report .b_btn::after{
  content: "＞";
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) scale(1,.6) rotate(90deg);
}

.report .r_btn{
  margin-top: 60px;
}

.report .r_btn a{
  min-width: 415px;
  font-size: 20px;
  color: #FFF;
  background: #0d64f2;
  padding: 20px 15px;
  border: none;
}

.past_report{
  padding: 100px 0 90px;
  background: #f1f1f1;
  position: relative;
}

.past_report::before{
  content: "";
  width: 100vw;
  height: 100%;
  background:#f1f1f1;
  position: absolute;
  top: 0;
  left: 66.5%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1040px) {
  .past_report::before{
    left: 50%;
  }
}

.past_report h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.past_report li{
  background: #FFF;
}

.past_report li + li{
  margin-top: 15px;
}

.past_report li a{
  display: block;
  color: #252525;
  padding: 30px 30px 30px 90px;
  position: relative;
}

.past_report li a:hover{
  opacity: 1;
}

.past_report li a::before{
  content: "";
  width: 30px;
  height: 30px;
  background: url("/jp/-/media/medicom/renew/common/icon_file.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.past_report li h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.documents_head{
  max-width: 1040px;
  padding: 0 15px;
  margin: 30px auto 25px;
}

.documents_head h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
}

.documents_box{
  display: flex;
  justify-content: space-between;
}

.documents_box > div{
  width: 40%;
}

.documents_box > div img{
  width: 100%;
}

.documents_box > div + div{
  width: 55%;
}

.btn_sns{
  margin-top: 25px;
  position: relative;
}

.btn_sns > a{
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background: #0d64f2;
  padding: 13px 50px 13px 30px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.btn_sns > a::after{
  content: "＞";
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) scale(1,.6) rotate(90deg);
}

.btn_sns > div{
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.btn_sns > div a{
  width: 35px;
  display: inline-block;
}

.btn_sns > div a + a{
  margin-left: 15px;
}

.documents_box p.date{
  font-size: 15px;
  line-height: 1;
  padding: 15px;
  background: #f1f1f1;
  margin-bottom: 35px;
}

.documents_box p.date span{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: inline-block;
  margin-left: 35px;
}

.documents_box p.date i{
  font-style: normal;
  font-size: 13px;
  color: #595656;
  display: inline-block;
  margin-left: 20px;
}

.documents_box h2{
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
}

.documents_box p{
  font-size: 17px;
  line-height: 1.6;
}

.documents_box p + p{
  margin-top: 20px;
}

.documents .form{
  /*margin-top: 110px;*/
  margin-top: 80px
}

.documents .form h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #0d64f2;
  margin-bottom: 35px;
  font-weight: bold;
}

.documents .form > div {
  background: #FAFAFA;
  padding: 65px 135px;
}

.form_link_bottom {
  margin: 55px auto 0;
	padding: 0;
}

.form_link_bottom p{
  font-size: 16px;
  line-height: 1.3;
}

.link-arrow {
  color: #0d64f2;
  line-height: 1.5;
}

.link-blank {
  color: #5294f7;
  line-height: 1.5;
}

.link-arrow:hover,
.link-arrow:visited,
.link-blank:hover,
.link-blank:visited{
  color: #0056a8;
}

.link-arrow::before{
  content: '＞';
  display: inline-block;
  transform: scale(.6,1);
  padding-right: .3em;
}

.case_list{
  margin-top: 40px;
}

.case_list  > h2{
  font-size: 35px;
  line-height: 1.3;
  padding-bottom: 35px;
  border-bottom: 1px solid #2f3e56;
  margin-bottom: 55px;
}

.case_list > ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  position: relative;
}

.case_list > ul::after{
  content: "";
  width: 31%;
  display: block;
}

.case_list > ul li{
  width: 31%;
  margin-bottom: 60px;
}

.case_list > ul li a{
  display: block;
  color: #252525;
}

.case_list > ul li a:hover{
  opacity: 1;
  transition: .6s
}

.case_list >ul li a div{
  overflow: hidden;
}

.case_list > ul li a img{
  transition: .6s;
}

.case_list > ul li a img:hover{
  opacity: 1;
  transform: scale(1.1);
  transition: .6s;
}

.case_list > ul li a div + div{
  margin-top: 25px;
}

.case_list > ul li a div h3{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: normal;
}

.case_list > ul li a div h3 span{
  font-size: 90%;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-right: 0.5em;
  font-weight: 600;
}

.case_list ul li a div p{
  font-size: 18px;
  line-height: 1.5;
}

.case_list ul li a div p.sp,
.case_list ul li a div p.pc{
  line-height: 1;
}

.case_list ul li a div p.txt{
  font-size: 15px;
  line-height: 1.5;
  margin-top: 5px;
}

.product ul{
  display: flex;
  justify-content: space-between;
}

.product ul li{
  width: 31%;
}

.product ul li a{
  display: block;
}

.products_list .tab_list{
  position: relative;
  background: #0d64f2;
}

.products_list .tab_btn{
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0;
}

.products_list .tab_btn li{
  width: 25%;
  height: 120px;
  border: 1px solid #0d64f2;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: .3s;
  display: block;
}

.products_list .tab_btn li + li{
  border-left: none !important;
  margin-left: 0;
}

.products_list .tab_btn li p{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #0d64f2;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
  font-weight: 600;
}

.products_list .tab_btn li p span{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 80%;
  padding-left: 0.3em;
  display: inline-block;
  font-weight: normal;
}

.products_list .tab_btn li.active{
  background: #498eff;
  transition: .3s;
}

.products_list .tab_btn li.active p{
  color: #FFF !important;
}

.products_list .tab_btn li:hover{
  background: #498eff;
}

.products_list .tab_btn li:hover p{
  color: #FFF !important;
  transition: .3s;
}

.products_list .tab_box{
  color: #FFF;
  padding: 60px 30px;
  background: #0d64f2;
  text-align: center;
}

.products_list .tab_box h4{
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.products_list .tab_box p{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.products_list .tab_box > div > h5{
  font-size: 18px;
  line-height: 1;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
}

.products_list .tab_box ul + h5{
  margin-top: 50px;
}

.products_list .tab_box ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.products_list .tab_box ul::after {
  display: block;
  content:"";
  width: 300px;
}

.products_list .tab_box ul li{
  width: 49%;
  background: #FFF;
  border-radius: 3px;
  overflow: hidden;
  transition: .3s all;
}

.products_list .tab_box ul li:hover{
  opacity: 1;
  transform: translate(3px,3px)
}

.products_list .tab_box ul li:nth-of-type(n + 3){
  margin-top: 2%;
}

.products_list .tab_box ul li a{
  width: 100%;
  height: 100%;
  display: table;
  color: #252525;
}

.products_list .tab_box ul li a:hover{
  opacity: 1;
}

.products_list .tab_box ul li a h5{
  width: 55%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.products_list .tab_box ul li a h5 img{
  width: 80%;
}

.products_list .tab_box ul li a div{
  width: 45%;
  height: 100%;
  text-align: left;
  background: #f1f1f1;
  padding: 18px;
  display: table-cell;
  box-sizing: border-box;
}

.products_list .tab_box ul li a p{
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}


.products_list .tab_box .tab02,
.products_list .tab_box .tab03,
.products_list .tab_box .tab04,
.products_list .tab_box .tab05,
.products_list .tab_box .tab06{
  display: none;
}

.products_list .tab_box .r_btn a{
  border: none;
}

.wcu ul{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
}

.wcu ul li{
  width: 49.5%;
  height: 325px;
  margin-bottom: 1%;
  background: url("/jp/-/media/medicom/renew/img/wcu_pic01.jpg") center center no-repeat;
  background-size: cover !important;
  transition: .3s;
}

.wcu ul li:nth-of-type(2){
  background: url("/jp/-/media/medicom/renew/img/wcu_pic02.jpg") center center no-repeat;
}

.wcu ul li:nth-of-type(3){
  background: url("/jp/-/media/medicom/renew/img/wcu_pic03.jpg") center center no-repeat;
}

.wcu ul li:nth-of-type(4){
  background: url("/jp/-/media/medicom/renew/img/wcu_pic04.jpg") center center no-repeat;
}

.wcu ul li:hover{
  transform: translate(5px,5px);
  transition: .3s;
}

.wcu ul li a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.wcu ul li a div{
  font-size: 18px;
  line-height: 1;
  color: #0d64f2;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%)
}

.wcu ul li a div span{
  font-size: 24px;
  line-height: 1;
  color: #252525;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.wcu ul li a div span::after{
  content: "＞";
  display: inline-block;
  padding-left: 0.5em;
  transform: scale(.6,1);
}

.wcu ul li a div span::before{
  content: "";
  width: 25px;
  height: 1px;
  background: #252525;
  position: absolute;
  bottom: 15px;
  left: 0;
}

/*.wcu ul li:first-of-type a div{
  color: #FFF;
}

.wcu ul li:first-of-type a div span{
  color: #FFF;
}

.wcu ul li:first-of-type a div span::before{
  background: #FFF;
}*/

.product_info_box{
  color: #FFF;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  background: #0d64f2;
}

.product_info_box > div{
  width: 50%;
}

.product_info_box > div + div{
  width: 45%;
}

.product_info_box h3{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.product_info_box p{
  font-size: 14px;
  line-height: 1.6;
}

.product_info_box .r_btn{
  text-align: left;
}

.product_info_box .r_btn a{
  border: none;
}

.case_head{
  margin-top: 20px;
}

.case_head > div{
  max-width: 1400px;
  margin: 0 auto 70px;
}

.case_head img{
  width: 100%;
}

.case_head h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.case_head h1 span{
  font-size: 18px;
  line-height: 1.3;
}

.case_head .ex{
  width: 100%;
  padding: 0 25px;
  margin: -20px 0 5px;
  box-sizing: border-box;
  display: table;
  position: relative;
  z-index: 1;
}

.case_head .ex > div{
  width: 35%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #0d64f2;
  display: table-cell;
  vertical-align: middle;
}

.case_head .ex > div + div{
  width: 65%;
  background: #ddeaff;
}

.case_head .ex > div > p{
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
}

.case_head .ex > div > p span{
  font-size: 24px;
  display: block;
}

.case_head .ex > div > p + p{
  margin-top: 20px;
}
  
.case_head dl > div{
  display: flex;
  justify-content: flex-start;
}

.case_head dl > div + div{
  margin-top: 25px;
}

.case_head dl dt{
  width: 20%;
  font-size: 18px;
  line-height: 1.6;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}

.case_head dl dt::before{
  content: "";
  width: 2px;
  height: 20px;
  background: #595656;
  position: absolute;
  top: .2em;
  left: 0;
}

.case_head dl dd{
  width: 80%;
  font-size: 18px;
  line-height: 1.6;
}

.case_head dl dd a::after{
  content: "＞";
  color: #3d3d3d;
  display: inline-block;
  padding-left: .3em;
  transform: scale(.6,1)
}

.case_head .note{
  font-size: 13px;
  color: #767f8b;
  text-align: right;
  padding: 0 25px;
}

.case_list_under > ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  position: relative;
}

.case_list_under > ul::after{
  content: "";
  width: 31%;
  display: block;
}

.case_list_under > ul li{
  width: 31%;
}

.case_list_under > ul li a{
  display: block;
  color: #252525;
}

.case_list_under > ul li a:hover{
  opacity: 1;
}

.case_list_under >ul li a div{
  overflow: hidden;
}

.case_list_under > ul li a img{
  width: 100%;
  transition: .6s;
}

.case_list_under > ul li a img:hover{
  opacity: 1;
  transform: scale(1.1);
  transition: .6s;
}

.case_list_under > ul li a div + div{
  margin-top: 25px;
}

.case_list_under > ul li a div h3{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: normal;
}

.case_list_under > ul li a div h3 span{
  font-size: 90%;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-right: 0.5em;
  font-weight: 600;
}

.case_list_under ul li a div p{
  font-size: 16px;
  line-height: 1.6;
}

.case_list_under ul li a div p.txt{
  font-size: 15px;
  line-height: 1.5;
}

.case_list_under .r_btn a{
  padding: 20px 45px;
}

.event_head{
  margin: 30px auto 70px;
}

.event_head h1{
  font-size: 38px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}

.event_box > h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1;
  /*color: #595656;*/
  color: #0d64f2;
}

.event_box > div{
  padding: 55px;
  background: #f1f1f1;
  margin-top: 15px;
  margin-bottom: 100px;
}

.event_box h3{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}

.event_box h3::before{
  content: "";
  width: 3px;
  height: 25px;
  background: #595656;
  position: absolute;
  top: .1em;
  left: 0;
}

.event_box h4{
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.event_box > div p{
  font-size: 16px;
  line-height: 2;
}

.event_box > div p + p{
  margin-top: 25px;
}

.event_box > div p + h3,
.event_box > div div + h3,
.event_box > div ul + h3,
.event_box > div div + div{
  margin-top: 45px;
}

.event_box > div p + h4,
.event_box > div div + h4,
.event_box > div ul + h4{
  margin-top: 35px;
}

.event_box .date{
  padding: 35px;
  background: #FFF;
  margin: 45px 0;
}

.event_box .date dl{
  margin-bottom: 20px;
}

.event_box .date dl > div{
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.event_box .date dl > div + div{
  margin-top: 20px;
}

.event_box .date dt{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 90px;
}

.event_box .date dd span{
  font-size: 13px;
  line-height: 1.4;
  color: #595656;
  padding-left: 1em;
}

.event_box .date > p{
  font-size: 16px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.event_box ul.e_list{
  font-size: 16px;
  line-height: 1.4;
}

.event_box ul.e_list li{
  padding-left: 1em;
}

.event_box ul.e_list li::before{
  content: "-";
  width: 1em;
  display: inline-block;
  margin-left: -1em;
}

.event_box ul.e_list li + li{
  margin-top: 15px;
}

.event_box .e_prf{
  display: flex;
  justify-content: space-between;
}

.event_box .e_prf > div{
  width: 210px;
}

.event_box .e_prf > div + div{
  width: 670px;
  margin-top: 0;
}

.event_box .e_prf h4{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.event_box .e_prf ol{
  font-size: 16px;
  line-height: 1.6;
}

.event_box .e_prf ol li{
  padding-left: 80px;
}

.event_box .e_prf ol li span{
  width: 80px;
  margin-left: -80px;
  display: inline-block;
}

.event_box .e_prf ol li + li{
  margin-top: 10px;
}

.event_box > div > h4{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.event_box > ol{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 25px;
}

.event_box > ol li{
  padding-left: 75px;
  position: relative;
}

.event_box > ol li + li{
  margin-top: 15px;
}

.event_box > ol li span{
  height: 25px;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 0 5px;
  /*color: #595656;
  background: #f1f1f1;*/
  color: #FFF;
  background: #0d64f2;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.sv_head{
  margin: 90px 0 100px;
  border-bottom: 1px solid #595656;
}

.sv_head > div{
  width: 980px;
  padding-bottom: 90px;
  margin: 0 auto;
  position: relative;
}

.sv_head .h_side{
  text-align: right;
  margin-bottom: 5px;
}

.sv_head .h_side > p span.date{
  position: static;
  top: auto;
  right: auto;
}

.sv_head h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 38px;
  line-height: 1.5;
  word-break: break-all;
}

.sv_contets h2{
  font-size: 24px;
  line-height: 1;
  color: #595656;
  margin-bottom: 20px;
}

.sv_contets .mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 110px;
}
.sv_contets .mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sv_contets .sv_box{
  padding: 60px;
  background: #f1f1f1;
}

.sv_contets .sv_box dl > div{
  display: flex;
  justify-content: space-between;
}

.sv_contets .sv_box dl > div + div{
  margin-top: 30px;
}

.sv_contets .sv_box dl dt{
  width: 6%;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 2;
}

.sv_contets .sv_box dl dd{
  width: 90%;
  font-size: 16px;
  line-height: 2;
}

.sv_contets .sv_box dl dd span{
  font-size: 13px;
  color: #595656;
  padding-left: 1em;
}
#video_insert_element {  /* flipdeskによるセミナー視聴ページ下部へのコンテンツ挿入タグ */ 
  margin: -50px auto 125px auto; 
}
div#video_insert_element:empty {
  margin: auto auto auto auto;
}

.news_list li{
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}

.news_list li + li{
  margin-top: 30px;
}

.news_list li span,
.news_list li a{
  display: inline-block;
}

.news_list li div{
  width: 30%;
}

.news_list li .news_date{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  min-width: 125px;
  font-size: 16px;
  line-height: 1;
}

.news_list li .cate{
  min-width: 140px;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  padding: 0 5px;
  border: 1px solid #595656;
  border-radius: 2px;
  background: #FFF;
  text-align: center;
  box-sizing: border-box;
}

/*.news_list li .cate:hover{
  opacity: .7;
  transform: translate(3px,3px)
}*/

.news_list li a{
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
}

@media screen and (max-width: 1250px) {
  .news_list li div{
    width: 35%;
  }
  .news_list li a{
    width: 65%;
  }
}

@media screen and (max-width: 1080px) {
  .news_list li div{
    width: 40%;
  }
  .news_list li a{
    width: 60%;
  }
}

@media screen and (max-width: 1040px) {
  .news_list li div{
    width: 30%;
  }
  .news_list li a{
    width: 70%;
  }
}

.mov{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product_case_list {
	display: flex;
	justify-content: space-between;
}
.product_case_list > li {
	width: 32%;
	background: #fff;
}

.product_case_list .ttl {
	padding: 165px 10px 15px;
	font-weight: bold;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	line-height: 1;
}

.product_case_list .karte .ttl {
	background: url("/jp/~/media/medicom/case-studies/thumb_karte_pc.jpg") no-repeat top center;
}
.product_case_list .receipt .ttl {
	background: url("/jp/~/media/medicom/case-studies/thumb_receipt_pc.jpg") no-repeat top center;
}
.product_case_list .history .ttl {
	background: url("/jp/~/media/medicom/case-studies/thumb_history_pc.jpg") no-repeat top center;
}
.product_case_list .note .ttl {
	background: url("/jp/~/media/medicom/case-studies/thumb_note_pc.jpg") no-repeat top center;
}

.product_case_list ul > li:first-child {
	border-top: 1px solid #e7f0f7;
	border-bottom: 1px solid #e7f0f7;
}
.product_case_list ul > li {
	border-bottom: 1px solid #e7f0f7;
}
.product_case_list ul > li a {
	display: block;
	padding: 10px;
	font-size: 14px;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
}



@media screen and (max-width: 980px) {
  
  .t_slider,
  .park_slider {
    margin-top: 8vw;
  }
  
  .t_slider li a img,
  .park_slider li a img,
  .ev_se .t_slider li a img,
  .ev_se .park_slider li a img {
    -webkit-box-shadow:  none;
    -moz-box-shadow:   none;
    box-shadow: none;
  }
  

  .t_slider li a div,
  .park_slider li a div {
    width: 95%;
    padding: 3vw 4vw;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%)
  }

  .t_slider span.date,
  .park_slider span.date {
    display: none;
  }

  .t_slider p,
  .park_slider p {
    font-size: 4vw;
    line-height: 1.4;
  }
  
  .t_slider span.wb,
  .park_slider span.wb {
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    background: #FFF;
    border-radius: 3px;
    margin-right: 1vw;
    margin-bottom: 2vw;
  }
  
  .t_slider span.cate,
  .park_slider span.cate {
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    border-radius: 3px;
    margin-right: 1vw;
    margin-bottom: 2vw;
  }
  
  .t_slider p.name,
  .park_slider p.name {
    font-size: 3vw;
    line-height: 1.4;
  }

  .t_slider h2,
  .park_slider h2 {
    font-size: 4vw;
    line-height: 1.4;
  }

  .se_title.centered {
    max-width: 1400px;
    margin: 12vw auto 5vw;
    padding: 0 6vw;
  }
  
  .se_title.centered + .bx-wrapper .t_slider ,
  .se_title.centered + .bx-wrapper .park_slider  {
    margin-top: 0;
  }
  
  .mp_about{
    color: #FFF;
    margin: 8vw auto 10vw;
    padding: 8vw 6vw;
  }

  .mp_about::before{
    display: none;
  }

  .mp_about h1{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 5vw;
    text-align: center;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
  }

  .mp_about p{
    font-size: 3.8vw;
    line-height: 1.6;
  }
  
  .evse{
    padding-bottom: 5vw;
  }
  
  .evse .se_title{
    margin-bottom: 5vw;
    font-weight: bold;
  }
    
  .evse .se_title span{
    margin-top: 1vw;
    display: block;
  }
  
  .evse .banner{
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .evse ul{
    display: block;
  }

  .evse ul li{
    width: 100%;
    margin-bottom: 0;
  }
  
  .evse ul li + li{
    border-top: 1px solid #c2c2c2;
  }

  .evse ul li a{
    display: block;
    padding: 4vw 0;
  }
  
  .evse ul li:last-of-type a{
    padding-bottom: 0;
  }

  .evse ul li a > div{
    display: none;
  }

  .evse ul li a > div + div{
    display: block;
    width: 100%;
  }

  .evse ul li a span.wb{
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    background: #FFF;
    border-radius: 3px;
    margin-right: 1vw;
  }

  .evse ul li a span.cate{
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    border-radius: 3px;
    margin-right: 1vw;
  }

  .evse ul li a h2{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  .evse ul li a p.date{
    font-size: 4vw;
  }

  .evse ul li a p.date span{
    font-size: 80%;
  }

  .feature{
    margin-top: 20vw !important;
    padding: 15vw 0;
  }

  .feature ul{
    display: block;
    padding: 0 2vw;
  }

  .feature ul li{
    width: 100%;
  }
  
  .feature ul li + li{
    margin-top: 5vw;
  }
  
  .feature ul li:nth-of-type(n +4){
    margin-top: 5vw;
  }
  
  .feature a{
    display: block;
  }

  .tab_btn,
  .tab_btn_link {
    width: 100vw;
    margin-bottom: 10vw;
    margin-left: -6vw;
  }

  .tab_btn li,
  .tab_btn_link li{
    min-height: 4em;
    font-size: 3.3vw;
    line-height: 1.3;
    color: #595656;
    text-align: center;
    border-bottom: 4px solid #c2c2c2;
    transition: .3s;
    cursor: pointer;
  }
  
  .tab_btn li.active,
  .tab_btn_link li.active{
    color: #0d64f2;
    border-bottom: 4px solid #0d64f2;
    transition: .3s;
  }

  .latest .tab_box li + li{
    margin-top: 8vw;
  }
  
  .tab_box li a > div{
    display: block;
    justify-content: space-between;
  }

  .latest .tab_box li a > div > div{
    width: 100%;
    overflow: hidden;
  }

  .latest .tab_box li a > div > div + div{
    width: 100%;
    margin-top: 2vw;
  }
  
  .tab_box li > div{
    display: block;
  }

  .latest .tab_box li > div > div{
    width: 100%;
  }

  .latest .tab_box li > div > div + div{
    width: 100%;
    margin-top: 2vw;
  }

  article span.wb,
  .h_side span.wb{
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1 !important;
    padding: 0.5vw 2vw;
    background: #FFF;
    border-radius: 3px;
    margin-right: 1vw;
    margin-bottom: 1.5vw;
  }

  article span.cate,
  .h_side span.cate{
    min-width: inherit;
    font-size: 3.1vw;
    line-height: 1 !important;
    padding: 0.5vw 2vw;
    border-radius: 3px;
    margin-right: 1vw;
    margin-bottom: 1.5vw;
  }

  article span.date,
  .h_side span.date{
    font-size: 3.1vw;
    line-height: 1;
    padding: 1.5vw 0 0;
  }

    .h_side span.date.has-update_date {
      display: grid;
      grid-template-rows: repeat(2,1fr);
      justify-items: end;
      gap: 4px;
      top: -12px;
  }

  .h_side span.date.has-update_date .update_date {
    color: #858A95;
  }
  
  .latest.pd{
    padding: 2vw 4vw 0;
    box-sizing: border-box;
  }

  .latest .tab_box h3{
    font-size: 3.8vw;
    line-height: 1.4;
    margin: 0 0 2vw
  }


  .latest .tab_box h3 + p{
    display: none;
  }
  
  .latest .tab_box p{
    font-size: 3.5vw;
    line-height: 1.6;
    padding-right: 17vw;
  }

  .latest .tab_box p:first-child {
    height: 5.6vw;
  }
  
  .latest .tab_box p.cate_box{
    padding-right: 18vw;
  }


  .latest .tab_box p.hs{
    display: block;
    margin-top: 0;
    padding-right: 0;
  }

  p.hs span{
    font-size: 3vw;
    line-height: 1;
    padding: 1vw 2vw;
    border: 0.1vw solid #c2c2c2;
    border-radius: 10vw;
    margin: 0 1vw 1vw 0;
  }

  .tab_box .tab02,.tab_box .tab03{
    display: none;
  }
  
  .ss_title{
    font-size: 5.5vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8vw;
  }

  .kyw{
    margin-top: 15vw !important;
    padding: 15vw 0;
  }

  .kyw::before{
    left: 50%;
  }

  .kyw h2{
    font-size: 5.5vw;
    line-height: 1;
    margin-bottom: 8vw;
  }

  .kyw a{
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 1vw 2vw;
    margin: 0 1vw 2vw 0;
    border-radius: 10vw;
  }

  .recommend h2{
    font-size: 5.5vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 10vw;
  }

  .recommend ul{
    display: block;
  }

  .recommend ul li{
    width: 100%;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: 1px solid #c2c2c2;
  }
    
  .recommend ul li > a > div{
    padding-bottom: 0;
    margin-bottom: 2vw;
  }
  
  .recommend ul li:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .recommend ul li div + div{
    margin: 0;
  }
  
  .recommend ul li a > div > div + div{
    padding-top: 3vw;
  }

  .recommend ul li div p{
    padding-right: 18vw;
  }

  .recommend ul li h3{
    font-size: 3.8vw;
    line-height: 1.4;
    margin: 0;
  }

  .materials h2{
    font-size: 5.5vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 10vw;
    font-weight: bold;
  }
  
  /*.materials .tab_btn li{
    padding-top: .9em;
  }
  
  .materials .tab_btn li:first-of-type{
    padding-top: 0;
  }*/
  
  .materials .tab_box ul::after,
  .materials_list .tab_box ul::after{
    width: 48%;
  }

  .materials .tab_box ul::before,
  .materials_list .tab_box ul::before{
    display: none;
  }

  .materials .tab_box ul li,
   .materials_list .tab_box ul li{
    width: 48%;
    margin-bottom: 5vw;
  }

  .materials .tab_box ul li div,
  .materials_list .tab_box ul li div{
    margin-bottom: 2vw;
  }
  
  .materials h3,
  .materials_list h3{
    font-size: 3.8vw;
    line-height: 1.3;
  }
  
  .ch_list{
    padding: 8vw 6vw 0;
    margin-bottom: 10vw;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
  }

  .ch_list li{
    font-size: 3.8vw;
    line-height: 1;
    padding-bottom: 2vw;
    margin: 0 5vw 5vw;
  }

  .ch_list li a{
    color: #252525;
  }

  .ch_list li.active{
    color: #0d64f2;
    border-bottom: 3px solid #0d64f2;
  }

  .look{
    padding: 10vw 0 0;
    background: #0d64f2;
    position: relative;
  }

  .look h2{
    font-size: 5.5vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 10vw;
  }

  .look > div{
    display: block;
  } 

  .look > div > div{
    width: 100vw;
    background: #498eff;
    padding-bottom: 1px;
    margin-left: -6vw;
  }

  .look > div > div + div{
    border-left: none;
    border-top: 1px solid #FFF;
  }
  
  .look h3{
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 1;
    padding: 5vw 6vw;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
  }
  
  .look h3::before,
  .look h3::after{
    content: "";
    width: 3.5vw;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%);
    transition: .3s;
  }
  
  .look h3::after{
    transform: translateY(-50%) rotate(90deg);
  }
  
  .look h3.open::after{
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }

  .look h3 span{
    width: 100%;
    display: block;
    position: static;
    top:auto;
    left: auto;
    transform: translateY(0)
  }

  .look > div > div > div{
    margin: 0 6vw;
    box-sizing: border-box;
    display: none;
  }

  .look > div > div > div > a{
    width: 70%;
    font-size: 4vw;
    line-height: 1;
    padding: 4vw;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 10vw;
    border: none;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 5vw auto;
    transform: translateX(0);
    overflow: hidden !important;
  }
  
  .look > div > div > div > a:hover{
    border: none;
  }


  .look ul{
    margin: 0;
    background: #FFF;
  }

  .look li{
    padding: 4vw;
  }

  .look li + li{
    border-top: 1px solid #498eff;
    margin-top: 0;
  }

  .look li a{
    font-size: 3.5vw;
    line-height: 1.4;
    color: #595656;
    padding-left: 0;
    display: block;
    word-wrap: break-word;
    position: relative;
  }

  .look li.b a,
  .look li a span{
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.8vw;
    display: block;
  }

  .look li a::before{
    width: auto;
    content: "＞";
    color: #959595;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1,1.4);
  }
  
  .relevance{
    padding:  5vw;
    margin-top: 6vw !important;
    background: #f1f1f1;
  }

  .relevance::before{
    display: none;
  }

  .relevance h2{
    font-size: 4vw;
    text-align: left;
    line-height: 1;
    margin-bottom: 4vw;
  }

  .relevance > div{
    display: flex;
    flex-flow: wrap;
  }

  .relevance > div > div{
    width: 50%;
  }

  .relevance h3{
    font-size: 3.5vw;
    line-height: 1;
    margin-bottom: 2vw;
    padding-left: 2vw;
    border-left: 4px solid #0d64f2;
  }

  .relevance ul + h3{
    margin-top: 5vw;
  }

  .relevance ul li{
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 0 4vw;
  }

  .relevance ul li::before{
    width: 4vw;
    content: "＞";
    color: #252525;
    padding-right: 0;
    display: inline-block;
    transform: scale(0.6,1);
    margin-left: -4vw;
  }

  .relevance ul li + li{
    margin-top: 2vw;
  }
  
  .si_title{
    font-size: 6.5vw;
    line-height: 1.3;
    text-align: center;
    margin-top: 10vw;
  }

  .si_title span{
    font-size: 3vw;
    margin-top: 1vw;
    display: block;
  }

  .filter{
    margin-bottom: 10vw;
  }

  .filter h1{
    font-size: 5vw;
    line-height: 1.4;
    padding-bottom: 2vw;
    margin-bottom: 5vw;
    border-bottom: 2px solid #2f3e56;
  }

  .filter_reset{
    padding: 0 4vw;
    margin-bottom: 8vw;
  }

  .filter_btn{
    width: 100%;
    font-size: 3.5vw !important;
    line-height: 1;
    padding: 3vw 10vw;
    border-radius: 1vw;
    margin-bottom: 5vw;
    margin-top: 0 !important;
    display: block;
    box-sizing: border-box;
  }

  .filter_btn::before{
    font-family:'FontAwesome';
    content: "\f1de";
    color: #b2b6bc;
    position: absolute;
    top:50%;
    left: 4vw;
    transform: translateY(-50%);
  }

  .filter_btn::after{
    content: "＋";
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    transform-origin: center center;
  }

  .filter_btn.open::after{
    transform: translateY(-50%);
  }
  
  .filter_reset ul,
  .filter_reset li,
  .filter_reset p{
    font-size: 3.5vw;
    line-height: 1;
    margin: 0 1vw 1vw;
  }
  
  .filter_reset ul,
  .filter_reset p{
    display: block;
    margin: 0;
    margin-top: 3vw;
  }
  
  .filter_reset p.reset{
    padding: 1vw 2vw;
  }
  
  .filter_reset ul{
    max-width: 100%;
  }
  
  .filter_reset ul{
    margin-left: -1vw;
  }
  
  #result_area{
    margin-top: 3vw;
  }

  .filter_reset #result_area ul{
    max-width: 100%;
  }

  .filter_reset li{
    padding: 1vw 5vw 1vw 2vw;
    background: #f1f1f1;
    border-radius: 3vw;
    position: relative;
  }

  .filter_reset li::after{
    right: 2vw;
  }
  
  p.result{
    font-size: 3.5vw;
    cursor: default;
    margin-right: 5vw;
    margin-left: 4vw;
  }

  p.result span{
    font-size: 6vw;
  }
  
  .no-result{
    margin: 10vw 4vw 20vw;
  }

  .no-result p{
    font-size: 3.8vw;
    line-height: 1.6;
  }
  
  .filter_box{
    width: 95%;
    padding: 8vw 4vw;
    background: #f1f1f1;
    border-radius: 1vw;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
  }
  
  .filter_box > div{
    max-height: 90vh;
    overflow: scroll;
  }
  
  .filter_box::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .filter_box::before{
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
  }

  .filter_box p.close{
    font-size: 5vw;
    line-height: 1;
    padding: 1vw;
    top: 2vw;
    right: 3vw;
  }

  .filter_box dl{
    display: block;
    padding-bottom: 3vw;
  }

  .filter_box dl + dl{
    padding-top: 6vw;
    padding-bottom: 0;
    margin: 0;
  }

  .filter_box dl dt{
    font-size: 4vw;
    line-height: 1;
    width: 100%;
    margin-bottom: 5vw;
  }

  .filter_box dl dd{
    font-size: 3.8vw;
    line-height: 1.2;
    width: 100%;
  }

  .check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .check-list-item {
    width: 49%;
    margin-bottom: 3vw;
  }

  .radio-list-item{
    margin-bottom: 3vw;
  }

  .radio-list-item input,
  .check-list-item input {
    display: none;
  }

  .radio-list-item label,
  .check-list-item label {
    width: 100%;
    display: block !important;
    position: relative;
    cursor: pointer;
    padding-left: 6vw;
    box-sizing: border-box;
  }

  .radio-list-item label::before,
  .check-list-item label::before {
    width: 4.5vw;
    height: 4.5vw;
    top: 0;
    left: 0;
    transform: translateY(0)
  }

  .filter_box button{
    width: 50%;
    font-size: 3.8vw;
    line-height: 1;
    padding: 3vw 0;
    border-radius: 10vw;
    margin: 5vw auto 0;
  }

  .pager{
    padding: 10vw 0 0;
    margin-top: 10vw;
    border-top: 2px solid #2f3e56;
  }

  .pager ul.pagination li.pagination-list + li{
    margin-left: 5vw;
  }

  .pager ul.pagination li.pagination-list a{
    font-size: 3.5vw;
    padding: 0 1vw 3vw;
  }

  .pager ul.pagination li.pagination-list a.active{
    border-bottom: 3px solid #003894;
  }

  .rank{
    padding: 15vw 0;
    background: #f1f1f1;
    position: relative;
  }

  .rank h2{
    font-size: 4vw;
    margin-bottom: 10vw;
  }

  .rank li{
    background: #FFF;
    position: relative;
    padding: 11vw 5vw 3vw;
  }

  .rank li + li{
    margin-top: 8vw;
  }

  .rank li p.no{
    width: 100%;
    font-size: 4vw;
    text-align: center;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 3vw;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    display: block;
    background: #f1f1f1;
  }

  .rank li p.no::before{
    content: "";
    width: 6.5vw;
    height: 6.5vw;
    background: url("/jp/-/media/medicom/renew/common/icon_crown.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-10vw);
  }

  .rank li a > div{
    display: block;
    justify-content: space-between;
  }

  .rank li a > div > div{
    width: 40%;
  }

  .rank li a > div > div + div{
    width: 100%;
    margin-top: 2.5vw;
  }

  .rank h3{
    font-size: 3.5vw;
    line-height: 1.3;
    margin: 0;
    width: 50%;
    position: absolute;
    top: 11vw;
    right: 5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  
  .rank h3 + p{
    display: none;
  }

  .rank p{
    font-size: 3.3vw;
    line-height: 1;
    position: relative;
  }
  
  .rank li a > div > div p{
    padding-right: 18vw;
  }

  .rank p.hs{
    display: block;
    margin-top: 1vw;
    padding-right: 0;
  }
  
  .videos_rank{
    width: 100vw;
    margin-left: -6vw;
    padding: 15vw 6vw;
    box-sizing: border-box;
  }

  .videos_rank ol{
    display: block;
  }

  .videos_rank ol li{
    width: 100%;
    padding-top: 8vw;
    position: relative;
  }
  
  .videos_rank ol li + li{
    margin-top: 10vw;
  }

  .videos_rank ol li::before{
    width: 100%;
    font-size: 4vw;
    color: #595656;
    padding-top: 0;
    text-align: center;
    background: none;
    padding-left: 3vw;
  }
  
  .videos_rank ol li::after{
    content: "";
    width: 8vw;
    height: 8vw;
    background: url("/jp/-/media/medicom/renew/common/icon_crown.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-8vw)
  }

  .videos_rank ol li a{
    padding: 3vw;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    align-items: flex-start;
  }
  
  .videos_rank ol li img{
    width: 40% !important;
    height: auto;
  }

  .videos_rank ol li div{
    width: 55%;
    padding: 0;
  }

  .videos_rank ol li h3{
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .t_event .tab_btn li{
    font-size: 4vw;
  }

  hr{
    width: 100vw;
    height: 2px;
    margin: 15vw 0;
    margin-left: -6vw;
  }
  
  .column_head{
    margin: 10vw 0 5vw;
    border-bottom: none;
  }
  
  .column_head.has-update_date{
    margin-top: calc(54 / 320 * 100vw);
  }

  .column_head > div{
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  
  .column_head.old_head {
    margin: 0;
  }

  .column_head.old_head > div{
    width: 100%;
    padding: 0 0 5vw;
  }
  .column_head .h_side{
    display: block;
    margin-bottom: 0;
  }

  .column_head .h_side > p{
    width: 100%;
    padding-right: 20vw;
    padding-top: 1vw;
  }

  .column_head .h_side > div{
    width: 100%;
    margin-top: 0;
    text-align: right;
    position: absolute;
    bottom: 3.2vw;
    right: 4vw;
  }

  .column_head.has-update_date .h_side > div{
    bottom: calc(21 / 320 * 100vw);
  }

  .column_head .print{
    font-size: 5vw;
    line-height: 5vw;
    padding: 0;
    display: inline-block;
    border: none;
  }
  
  .column_head .print span{
    display: none;
  }

  .column_head .print::before{
    font-size: 120%;
    font-family:'FontAwesome';
    content: "\f02f";
    color: #858a95;
    padding-right: 1vw;
    vertical-align: bottom;
  }

  .column_head .h_side .sns{
    display: inline-block;
  }

  .column_head .h_side .sns a{
    display: inline-block;
    width: 7vw;
    margin-left: 3.5vw;
    vertical-align: bottom;
  }

  .column_head h1{
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  
  .column_head div.sp{
    margin-bottom: 5vw;
  }

  .column_head p.cap{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .column_head p.note{
    font-size: 3.3vw;
    line-height: 1;
    color: #858a95;
    padding: 5vw 0;
    margin-top: 5vw;
    border-top: 1px solid #ccd3dc;
    border-bottom: 1px solid #ccd3dc;
    position: static;
    bottom: auto;
    right: auto;
  }

  .column_head.has-update_date p.note{
    padding-right: calc(110 / 320 * 100vw);
    padding-left: 1em;
    font-size: calc(12 / 320 * 100vw);
    line-height: 1.4;
    text-indent:  -1em;
  }

  .hashtag{
    margin-bottom: 5vw;
  }

  .hashtag a{
    font-size: 3vw;
    line-height: 1;
    padding: 1vw 2vw;
    border: 1px solid #c2c2c2;
    display: inline-block;
    border-radius: 10vw;
    margin: 0 1vw 1vw 0;
  }
  
  .column{
    width: 100vw;
    margin-left: -6vw;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .toc{
    background: #f1f1f1;
    padding: 6vw;
    margin-bottom: 10vw;
    display: block;
  }

  .toc h2{
    font-size: 4vw;
    line-height: 1;
    width: 100%;
    margin-bottom: 5vw
  }

  .toc ul{
    width: 100%;
  }

  .toc ul li{
    font-size: 3.8vw;
    line-height: 1.4;
    padding-left: 4vw;
  }

  .toc ul li::before{
    width: 4vw;
    margin-left: -4vw;
  }

  .toc ul li + li{
    margin-top: 5vw;
  }

  .column .contents{
    padding-bottom: 15vw;
  }

  .column .contents::after{
    width: 55%;
  }

  .column .contents h2{
    font-size: 5.5vw;
    line-height: 1.4;
    /*margin-top: 15vw;*/
    padding: 2vw 2vw 2vw 4vw;
    border-left: 3vw solid #0d64f2;
  }
  
  

  /*.column .contents h2 span{
    padding-bottom: 1vw;
  }*/

  .column .contents h2 + p,
  .column .contents h2 + img,
  .column .contents h2 + h3,
  .column .contents h2 + div{
    margin-top: 8vw;
  }
  
  .column .contents h3{
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 2.5vw;
  }
  
  .column .contents h4{
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4vw;
    line-height: 1.4;
    border-left: 2vw solid #444d53;
    padding-left: 3vw;
  }
  
  .column .contents h5{
    font-size: 3.8vw;
    line-height: 1.4;
    padding-bottom: 1vw;
    border-bottom: .8vw solid #444d53;
  }
  .column .contents h3 + p,
  .column .contents h3 + img,
  .column .contents h3 + h2,
  .column .contents h3 + h4,
  .column .contents h3 + div{
    margin-top: 5vw;
  }
  
  .column .contents p + h3,
  .column .contents img + h3,
  .column .contents h4 + h3,
  .column .contents div + h3{
    margin-top: 8vw;
  }
  
  .column .contents h4 + p,
  .column .contents h4 + img,
  .column .contents h4 + h2,
  .column .contents h4 + h3,
  .column .contents h4 + div,
  .column .contents h5 + p,
  .column .contents h5 + img,
  .column .contents h5 + h2,
  .column .contents h5 + h3,
  .column .contents h5 + div{
    margin-top: 5vw;
  }
  
  .column .contents p + h4,
  .column .contents img + h4,
  .column .contents h3 + h4,
  .column .contents div + h4,
  .column .contents p + h5,
  .column .contents img + h5,
  .column .contents h3 + h5,
  .column .contents div + h5{
    margin-top: 8vw;
  }

  .column .contents p{
    font-size: 3.8vw;
    line-height: 1.8;
  }
  
  .column .contents p.note,
  .column .contents p.caption{
    font-size: 3vw;
    line-height: 1.4;
  }
  
  .column .contents p.note img{
    margin-bottom: 1.5vw;
  }
  
  .column .contents p.caption{
     margin-top: 1.5vw;
  }

  .column .contents p + p{
    margin-top: 5vw;
  }

  .column .contents p + img,
  .column .contents img + p,
  .column .contents img + div,
  .column .contents p + div,
  .column .contents div + p,
  .column .contents div + div{
    margin-top: 5vw;
  }
  
  .column .contents .flex_box{
    display: block;
  }
  
  .column .contents .flex_box > div + div{
    margin-top: 5vw;
  }
  
  .column .contents .flex_box > div > h3{
    margin-top: 10vw;
  }

  .column .contents .col2,
  .column .contents .col3,
  .column .contents .col4,
  .column .contents .col5,
  .column .contents .col2_l,
  .column .contents .col2_s{
    width: 100%;
  }
  
  .column .product_link{
    width: 100%;
    margin: 10vw auto;
    padding: 8vw 8vw;
    border: 3px solid #0d64f2;
    background: url("/jp/-/media/medicom/renew/under_contets/product_link_bk.jpg") right top no-repeat;
    background-size: 35% auto;
  }

  .column .product_link h2{
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 3vw;
  }

  .column .product_link h2 span{
    font-size: 5vw;
    line-height: 1.4;
    color: #0d64f2;
  }

  .column .product_link h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }

  .column .product_link p{
    font-size: 3.5vw;
    line-height: 1.3;
    color: #595656;
    margin-bottom: 3vw;
  }

  .column .product_link p span{
    display: inline-block;
    padding: 0 3vw;
    position: relative;
  }

  .column .product_link p span::before,
  .column .product_link p span::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #595656;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1) rotate(15deg);
  }

  .column .product_link p span::before{
    right: auto;
    left: 0;
    transform: scale(1) rotate(-15deg);
  }

  .column .product_link a{
    font-size: 4vw;
    padding: 5vw 6vw;
    display: inline-block;
    border-radius: 10vw;
  }

  .column .author,
  .column .repro,
  .column .facility_profile{
    margin-top: 15vw;
  }
  .column .author h3,
  .column .repro h3{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 5vw;
  }
  
  .column .facility_profile h3{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .column .author > div,
  .column .facility_profile > div{
    background: #f1f1f1;
    display: block;
    padding: 10vw 8vw;
  }

  .column .author > div > div{
    width: 100%;
    text-align: center;
  }
  
  .column .author > div > div img{
    width: 35%;
  }
  
  .column .facility_profile > div > div{
    width: 100%;
  }

  .column .facility_profile > div > div + div{
    width: 100%;
    margin-top: 8vw
  }

  .column .author > div > div + div{
    width: 100%;
    margin-top: 5vw;
    text-align: left;
  }

  .column .author h4{
    font-size: 3.3vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  .column .author h4 span{
    font-size: 3vw;
    padding-left: .3em;
  }

  .column .author p{
    font-size: 3vw;
    line-height: 1.8;
  }
  
  .column .facility_profile p{
    font-size: 3.5vw;
    line-height: 1.6;
  }
  
  .column .facility_profile p + p
  .column .author p + p{
    margin-top: 6vw;
  }

  .column .repro li + li{
    margin-top: 5vw;
  }

  .column .r_btn{
    margin-top: 10vw;
  }
  
  .report_list .box h3{
    font-size: 3.5vw;
    line-height: 1.4;
    margin: 0;
  }

  .report_list .box h3 + p{
    display: none;
  }

  .report_list .box li + li{
    margin-top: 5vw;
    padding-top: 5vw;
  }
  
  .fr_seminar > p{
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 0 0 8vw;
  }
    
  .t_event .tab_box ul li + li,
  .ss_list > ul  li + li,
  .fr_seminar > ul li + li{
    margin-top: 8vw;
  }
  
  .t_event .tab_box ul li a > div,
  .ss_list > ul li > a,
  .fr_seminar > ul li a > div{
    display: block;
  }
  
  .t_event .tab_box ul li a > div > div,
  .ss_list > ul li > a > div,
  .fr_seminar > ul li a > div > div{
    width: 100%;
  }
  
  .t_event .tab_box ul li a > div > div + div,
  .ss_list > ul li > a > div + div,
  .fr_seminar > ul li a  > div > div + div{
    width: 100%;
    margin-top: 2vw;
  }

  .t_event .tab_box h3,
  .ss_list h3,
  .fr_seminar h3{
    font-size: 4vw;
    line-height: 1.4;
    margin:  0 0 1vw;
  }
  
  .t_event .tab_box h3 + p,
  .ss_list h3 + p,
  .fr_seminar h3 + p{
    display: none;
  }
  
  .t_event .tab_box p.date,
  .fr_seminar p.date{
    padding-top: 2vw;
    margin-top: 1vw;
    border-top: none;
  }

  .t_event .tab_box p.date span.data_link,
  .fr_seminar p.date span.data_link{
    font-size: 4vw;
    line-height: 5vw;
    display: block;
    padding-left: 6vw;
    margin: 0;
    background: url("/jp/-/media/medicom/renew/common/icon_calendar.png") left center no-repeat;
    background-size: 4vw auto;
  }

  .t_event .tab_box p.date span.data_link span,
  .fr_seminar p.date span.data_link span{
    font-size: 4vw;
    line-height: 5vw;
    padding-left: 2vw;
  }

  .fr_seminar p.date span.zoom{
    font-size: 3.8vw;
    line-height: 1;
    color: #595656;
    background: #f1f1f1;
    padding: 1.5vw 4vw 1.5vw 8vw;
    margin-top: 2vw;
  }

  .fr_seminar p.date span.zoom::before{
    width: 4vw;
    height: 4vw;
    left: 2vw;
  }
  
  .t_event p.date span.map{
    font-size: 3.3vw;
    line-height: 1.3;
    display: block;
    margin-top: 2vw;
    padding-left: 6vw;
  }

  .t_event p.date span.map::before{
    content: "";
    width: 4vw;
    height: 4vw;
    background: url("/jp/-/media/medicom/renew/common/icon_map.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0)
  }

  .t_event p.date span.map span.data_link{
    font-size: 3.3vw;
    line-height: 1.3;
    background: none;
    padding-left: .5em;
    display: inline-block;
  }

  .t_event p.date span.map span::after{
    content: "＞";
    color: #252525;
    display: inline-block;
    padding-left: .5em;
    transform: scale(.6,1)
  }


  .fr_seminar p.date a + span{
    margin-left: 0;
    margin-top: 2vw;
  }
  
  .ss_list p.date{
    min-height: 3.5vw;
    font-size: 3.5vw;
    line-height: 1.3;
    padding-left: 5vw;
    margin-top: 2vw;
    padding-top: 2vw;
    background: url("/jp/-/media/medicom/renew/common/icon_calendar_g.png") left 2.3vw no-repeat;
    background-size: 3.5vw auto;
  }

  .ss_list p.date span{
    padding-left: 1em;
  }

  .ss_list p.map{
    min-height: 3.5vw;
    font-size: 3.5vw;
    line-height: 1.3;
    padding-left: 5vw;
    margin-top: 1vw;
    background: url("/jp/-/media/medicom/renew/common/icon_map.png") left .1em no-repeat;
    background-size: 3.5vw auto;
  }
  
  /*.new_videos .tab_btn li{
      padding-top: .9em;
    }
  
  .new_videos .tab_btn li:first-of-type{
    padding-top: 0;
  }*/
  
  .new_videos .tab_box ul::after,
  .new_videos .tab_box ul::before{
    content: "";
    width: 48%;
    display: block;
  }

  .new_videos .tab_box ul li{
    width: 48%;
    margin-bottom: 5vw;
  }

  .new_videos .tab_box ul li div{
    margin-bottom: 2vw;
    position: relative;
  }

  .new_videos .tab_box ul li div span{
    font-size: 3vw;
    line-height: 1;
    background: #2f3e56;
    color: #FFF;
    padding: 1vw 2vw;
  }
  
  .new_videos .tab_box ul li p{
    line-height: 1;
    font-size: 3.1vw;
  }
  .new_videos h3{
    font-size: 3.5vw;
  }
  
  .new_videos .r_btn{
    margin-top: 5vw;
  }
  
  .report_head{
    margin: 10vw 0 5vw;
    border: none;
  }

  .report_head > div{
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .report_head .h_side{
    text-align: right;
    margin-bottom: 2vw;
  }

  .report_head .h_side > p span.date{
    position: static;
    top: auto;
    right: auto;
  }

  .report_head h1{
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 10vw;
  }

  .report_head p.note{
    font-size: 3.3vw;
    line-height: 1;
    text-align: right;
    position: static;
    bottom: auto;
    right: auto;
  }

  .report .contents{
    position: relative;
    margin-bottom: 10vw;
  }
  
  .report .contents h2{
    font-size: 5.5vw;
    line-height: 1.4;
    margin-top: 15vw;
  }

  .report .contents h2 span{
    padding-bottom: 1vw;
  }

  .report .contents h2 + p,
  .report .contents h2 + img,
  .report .contents h2 + div{
    margin-top: 8vw;
  }

  .report .contents p{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .report .contents p + p{
    margin-top: 5vw;
  }

  .report .contents p + img,
  .report .contents img + p,
  .report .contents div + p,
  .report .contents div + img,
  .report .contents p + div,
  .report .contents img + div{
    margin-top: 5vw;
  }

  .report .contents .c2{
    display: block;
  }

  .report .contents .c2 > div{
    width: 100%;
  }

  .report .contents .c2 > div + div{
    width: 100%;
    margin-top: 5vw;
  }

  .report .repo_box{
    width: 100vw;
    padding: 8vw 4vw 25vw;
    box-sizing: border-box;
    margin-left: -6vw;
    position: relative;
  }

  .report .repo_box dl dt{
    width: 20%;
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.5vw;
    line-height: 2;
  }

  .report .repo_box dl dd{
    width: 80%;
    font-size: 3.5vw;
    line-height: 2;
  }
  
  .report .repo_box dl > div + div{
    margin-top: 3vw;
    display: block;
  }
  
  .report .repo_box dl > div + div dd{
    width: 100%;
    font-size: 3.5vw;
    line-height: 2;
  }

  .report .repo_box dl dd > div{
    display: block;
  }

  .report .repo_box dl dd div > div{
    width: 100%;
  }

  .report .repo_box dl dd div > div + div{
    width: 45%;
    margin: 5vw auto 0;
  }

  .report .repo_box dl dd p + p{
    margin-top: 5vw;
  }

  .report .b_btn{
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    white-space: nowrap;
    background: #0d64f2;
    padding: 3vw 8vw;
    border-radius: 10vw;
    display: inline-block;
    margin-top: 5vw;
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%)
  }

  .report .b_btn::after{
    right: 4vw;
  }

  .report .r_btn{
    margin: 0 0 15vw;
  }

  .report .r_btn a{
    min-width: inherit;
    font-size: 4vw;
    color: #FFF;
    background: #0d64f2;
    padding: 5vw 10vw;
  }
  
  .past_report{
    padding: 15vw 0;
    background: #f1f1f1;
    position: relative;
  }

  .past_report h2{
    font-size: 5vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8vw;
  }

  .past_report li + li{
    margin-top: 5vw;
  }

  .past_report li a{
    padding: 4vw 4vw 4vw 12vw;
    position: relative;
  }

  .past_report li a::before{
    width: 6vw;
    height: 6vw;
    left: 3vw;
  }

  .past_report li h3{
    font-size: 3.8vw;
    line-height: 1.4;
  }
  
  .documents_head{
    padding: 0 6vw;
    margin: 5vw auto 3vw;
  }

  .documents_head h1{
    font-size: 6vw;
    line-height: 1.5;
  }

  .documents_box{
    display: block;
  }

  .documents_box > div{
    width: 100%;
  }

  .documents_box > div + div{
    width: 100%;
    margin-top: 5vw;
  }

  .btn_sns{
    margin-top: 5vw;
    position: relative;
  }

  .btn_sns > a{
    font-size: 3.8vw;
    line-height: 1;
    color: #FFF;
    background: #0d64f2;
    padding: 2vw 10vw 2vw 5vw;
    border-radius: 10vw;
    display: inline-block;
    position: relative;
  }

  .btn_sns > a::after{
    right: 4vw;
  }

  .btn_sns > div a{
    width: 7vw;
    display: inline-block;
  }

  .btn_sns > div a + a{
    margin: 0 3vw;
  }

  .documents_box p.date{
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100vw;
    font-size: 3.5vw;
    line-height: 1;
    padding: 5vw 6vw;
    background: #f1f1f1;
    margin-bottom: 5vw;
    margin-left: -6vw;
    box-sizing: border-box;
  }

  .documents_box p.date span{
    margin-left: -11.5vw;
    padding-left: 15vw;
  }

  .documents_box p.date i{
    font-size: 3vw;
    display: block;
    margin-left: 15vw;
    margin-top: 2vw;
  }

  .documents_box h2{
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }

  .documents_box p{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .documents_box p + p{
    margin-top: 5vw;
  }

  .documents .form{
    margin-top: 10vw;
  }

  .documents .form h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }

  .documents .form > div {
    padding: 10vw 6vw;
  }
  
  .form_link_bottom {
    margin: 8vw auto 0;
  }

  .form_link_bottom p{
    font-size: 3.8vw;
    line-height: 1.5;
  }
  
  .case_list{
    margin-top: 8vw;
  }
  
  .case_list  > h2{
    font-size: 5vw;
    line-height: 1.3;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 8vw;
  }

  .case_list > ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
  }

  .case_list > ul::after{
    content: "";
    width: 48%;
    display: block;
  }

  .case_list > ul li{
    width: 48%;
    margin-bottom: 5vw;
  }

  .case_list > ul li a:hover img{
    opacity: 1;
    transform: scale(1.1);
    transition: .6s;
  }

  .case_list > ul li a div + div{
    margin-top: 3vw;
  }

  .case_list > ul li a div h3{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }

  .case_list > ul li a div h3 span{
    font-size: 90%;
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding-right: 0;
    display: block;
  }

  .case_list ul li a div p{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .case_list ul li a div p.txt{
    display: none;
  }

  .case_list ul li a div p + p{
    margin-top: 2vw;
  }
  
  .product ul{
    display: block;
    padding: 0 4vw;
  }

  .product ul li{
    width: 100%;
  }
  
  .product ul li + li{
    margin-top: 5vw;;
  }
  
  .products_list .tab_list{
    background: #FFF;;
  }
  
  .products_list .tab_btn{
    display: none;
  }
  
  .products_list .tab_box > h2{
    width: 100vw;
    font-size: 4vw;
    line-height: 1;
    text-align: left;
    color: #FFF;
    padding: 8vw 6vw;
    box-sizing: border-box;
    background: #0d64f2;
    margin-top: 1vw;
    margin-left: -6vw;
    position: relative;
    cursor: pointer;
  }
  
  .products_list .tab_box > h2::before,
  .products_list .tab_box > h2::after{
    content: "";
    width: 3vw;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 7vw;
    transform-origin: center center;
    transform: translateY(-50%);
    transition: .3s;
    z-index: 1;
  }
  
  .products_list .tab_box > h2::after{
    transform: translateY(-50%) rotate(-90deg);
  }
  
  .products_list .tab_box > h2.open::after{
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }
  
  .products_list .tab_box{
    color: #FFF;
    padding: 0;
    background: none;
    text-align: center;
  }
  
  .products_list .tab_box > div{
    width: 100%;
    background: #498eff;
    padding: 10vw 6vw;
    margin-left: -6vw;
  }
  
  .products_list .tab_box h4{
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }

  .products_list .tab_box p{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 8vw;
    text-align: left;
    padding: 0 3vw;
  }
  
  .products_list .tab_box p br{
    display: none;
  }

  .products_list .tab_box > div > h5{
    font-size: 4vw;
    line-height: 1;
    text-align: left;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
    border-bottom: 1px solid #FFF;
  }

  .products_list .tab_box ul + h5{
    margin-top: 10vw;
  }

  .products_list .tab_box ul{
    display: block;
  }

  .products_list .tab_box ul::after {
    display: none;
  }

  .products_list .tab_box ul li{
    width: 100%;
    background: #FFF;
    border-radius: 0;
    overflow: hidden;
  }
  
  .products_list .tab_box ul li + li{
    margin-top: 2vw;
  }

  .products_list .tab_box ul li:nth-of-type(n + 3){
    margin-top: 2vw;
  }

  .products_list .tab_box ul li a{
    display: block;
  }

  .products_list .tab_box ul li a h5{
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 2vw 0;
  }
  
  .products_list .tab_box ul li a h5::after{
    content: "＞";
    font-size: 4vw;
    color: #4e5e76;
    display: block;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%) scale(.6,1);
  }

  .products_list .tab_box ul li a h5 img{
    width: auto;
    height: 14vw;
  }

  .products_list .tab_box ul li a div{
    width: 100%;
    padding: 3vw;
    display: block;
  }

  .products_list .tab_box ul li a p{
    font-size: 3.5vw;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 0;
  }
  
  .products_list .tab_box .tab01,
  .products_list .tab_box .tab02,
  .products_list .tab_box .tab03,
  .products_list .tab_box .tab04,
  .products_list .tab_box .tab05,
  .products_list .tab_box .tab06{
    display: none;
  }
  
  .products_list .tab_box .r_btn{
    margin-top: 8vw;
  }

  .products_list .tab_box .r_btn a{
    border: none;
  }
  
  .wcu ul{
    display: block;
  }

  .wcu ul::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #0d64f2;
    position: absolute;
    top: 5vw;
    right: -6vw;
    z-index: -1;
  }
  
  .wcu ul li{
    width: 100%;
    height: 40vw;
    margin-bottom: 3vw;
  }
  
  .wcu ul li:hover{
    transform: translate(0);
  }
  
  .wcu ul li a div{
    font-size: 3vw;
    left: 6vw;
  }

  .wcu ul li a div span{
    font-size: 5vw;
    padding-bottom: 6vw;
  }

  .wcu ul li a div span::after{
    content: "＞";
    font-size: 110%;
    transform: scale(.6,1);
  }

  .wcu ul li a div span::before{
    width: 5vw;
    height: 2px;
    bottom: 3vw;
  }
  
  .product_info_box{
    width: 100vw;
    padding: 15vw 6vw 30vw;
    display: block;
    box-sizing: border-box;
    margin-left: -6vw;
    position: relative;
  }

  .product_info_box > div{
    width: 100%;
  }

  .product_info_box > div + div{
    width: 100%;
    margin-top: 8vw;
  }

  .product_info_box h3{
    font-size: 6vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8vw;
  }

  .product_info_box p{
    font-size: 3.8vw;
    line-height: 1.4;
  }

  .product_info_box .r_btn{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10vw;
    left: 0;
  }
  
  .case_head{
    margin-top: 10vw;
    margin-bottom: 15vw;
  }

  .case_head > div{
    padding: 0 4vw;
    margin: 0 auto 5vw;
  }

  .case_head img{
    max-width: inherit;
    width: 100vw !important;
    margin-left: -4vw;
    display: block;
  }

  .case_head h1{
    font-size: 5vw;
    margin-bottom: 3vw;
  }

  .case_head h1 span{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .case_head .ex{
    width: 100%;
    padding: 0;
    margin: -5vw 0 1vw;
    box-sizing: border-box;
    display: block;
  }

  .case_head .ex > div{
    width: 100%;
    height: auto;
    padding: 4vw;
    display: block;;
    vertical-align: middle;
  }

  .case_head .ex > div + div{
    width: 100%;
  }

  .case_head .ex > div > p{
    font-size: 3.5vw;
    line-height: 1.5;
    color: #FFF;
  }

  .case_head .ex > div > p span{
    font-size: 5vw;
    display: block;
  }

  .case_head .ex > div > p + p{
    margin-top: 2vw;
  }

  .case_head dl > div{
    display: block;
  }

  .case_head dl > div + div{
    margin-top: 4vw;
  }

  .case_head dl dt{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.6;
    padding-left: 3vw;
  }

  .case_head dl dt::before{
    content: "";
    width: 3px;
    height: 3vw;
    background: #595656;
    position: absolute;
    top: .4em;
    left: 0;
  }

  .case_head dl dd{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 1vw;
  }

  .case_head dl dd a::after{
    content: "＞";
    color: #3d3d3d;
    display: inline-block;
    padding-left: .3em;
    transform: scale(.6,1)
  }

  .case_head .note{
    font-size: 3vw;
    color: #767f8b;
    text-align: right;
    padding: 0;
  }

  .case_list_under > ul{
    display: block;
  }

  .case_list_under > ul::after{
    display: none;
  }

  .case_list_under > ul li{
    width: 100%;
  }
  
  .case_list_under > ul li + li{
    padding-top: 5vw;
    margin-top: 5vw;
    border-top: 1px solid #c2c2c2;
  }

  .case_list_under > ul li a{
    display: flex;
    justify-content: space-between;
    color: #252525;
    margin-bottom: 2vw;
  }

  .case_list_under > ul li a:hover{
    opacity: 1;
  }


  .case_list_under > ul li a:hover img{
    transform: scale(1);
  }
  
  .case_list_under > ul li a > div{
    margin-top: 0;
    width: 40%;
  }

  .case_list_under > ul li a div + div{
    margin-top: 0;
    width: 55%;
  }

  .case_list_under > ul li a div h3{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  .case_list_under > ul li a div h3 span{
    font-size: 100%;
    padding-right: 0;
    display: block;
  }

  .case_list_under ul li a div p{
    font-size: 3.8vw;
    line-height: 1.6;
  }
  
  .case_list_under ul li a div p.ps{
    display: none;
  }

  .case_list_under ul li a div p.txt{
    font-size: 3vw;
    line-height: 1.5;
  }

  .case_list_under .r_btn a{
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 3.2vw 15vw;
  }
  
  .event_head{
    margin: 5vw auto 10vw;
  }

  .event_head h1{
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 3vw;
  }

  .event_box > h2{
    font-size: 5vw;
    font-weight: bold;
  }

  .event_box > div{
    width: 100vw;
    padding: 10vw 6vw;
    margin-top: 2vw;
    margin-bottom: 15vw;
    margin-left: -6vw;
    box-sizing: border-box;
  }

  .event_box h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 5vw;
    padding-left: 3vw;
    font-weight: bold;
  }

  .event_box h3::before{
    width: 4px;
    height: 4vw;
    top: .15em;
  }
  
  .event_box h4{
    font-size: 3.8vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }


  .event_box > div p{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .event_box > div p + p{
    margin-top: 5vw;
  }

  .event_box > div p + h3,
  .event_box > div div + h3,
  .event_box > div ul + h3,
  .event_box > div div + div{
    margin-top: 8vw;
  }
  
  .event_box > div p + h4,
  .event_box > div div + h4,
  .event_box > div ul + h4{
    margin-top: 5vw;
  }

  .event_box .date{
    padding: 4vw;
    margin: 8vw 0;
  }

  .event_box .date dl{
    margin-bottom: 1vw;
  }

  .event_box .date dl > div{
    font-size: 3.5vw;
    line-height: 1.4;
    display: flex;
  }

  .event_box .date dl > div + div{
    margin-top: 1vw;
  }

  .event_box .date dt{
    width: 25%;
  }

  .event_box .date dd span{
    font-size: 3vw;
    line-height: 1.4;
    padding-left: 0;
    display: block;
  }

  .event_box .date > p{
    font-size: 3vw;
    line-height: 1.4;
  }

  .event_box ul.e_list{
    font-size: 3.8vw;
    line-height: 1.4;
  }

  .event_box ul.e_list li + li{
    margin-top: 3vw;
  }

  .event_box .e_prf{
    display: block;
  }
  
  .event_box .e_prf img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .event_box .e_prf > div{
    width: 100%;
  }

  .event_box .e_prf > div + div{
    width: 100%;
    margin-top: 5vw;
  }

  .event_box .e_prf h4{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .event_box .e_prf ol{
    font-size: 3.5vw;
    line-height: 1.4
  }

  .event_box .e_prf ol li{
    padding-left: 0;
  }

  .event_box .e_prf ol li span{
    width: auto;
    margin-left: 0;
    display: block;
  }

  .event_box .e_prf ol li + li{
    margin-top: 3vw;
  }

  .event_box > div > h4{
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }

  .event_box > ol{
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 8vw;
  }

  .event_box > ol li{
    padding-left: 18vw;
  }

  .event_box > ol li + li{
    margin-top: 2vw;
  }

  .event_box > ol li span{
    height: 5vw;
    font-size: 3.3vw;
    line-height: 5vw;
    padding: 0 2vw;
    margin-left: 0;
    position: absolute;
    top: .5vw;
    left: 0;
  }
  
  .sv_head{
    margin: 10vw 0 5vw;
    border: none;
  }

  .sv_head > div{
    width: 100%;
    padding: 0 6vw;
    box-sizing: border-box;
  }

  .sv_head .h_side{
    text-align: right;
    margin-bottom: 2vw;
  }

  .sv_head .h_side > p span.date{
    position: static;
    top: auto;
    right: auto;
  }

  .sv_head h1{
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 10vw;
  }

  .sv_contets h2{
    font-size: 5vw;
    line-height: 1;
    color: #595656;
    margin-bottom: 3vw;
  }

  .sv_contets .mov {
    margin-bottom: 10vw;
  }

  .sv_contets .sv_box{
    width: 100vw;
    padding: 8vw 6vw 5vw;
    box-sizing: border-box;
    margin-left: -6vw;
  }

  .sv_contets .sv_box dl > div{
    display: flex;
    justify-content: space-between;
  }

  .sv_contets .sv_box dl > div + div{
    display: block;
    margin-top: 5vw;
  }

  .sv_contets .sv_box dl dt{
   width: 20%;
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .sv_contets .sv_box dl dd{
    width: 80%;
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .sv_contets .sv_box dl dd span{
    font-size: 3vw;
    color: #595656;
    padding-left: 0;
    display: block;
  }
  
  .sv_contets .sv_box dl > div + div dd{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.8;
    margin-top: 2vw;
  }
  #video_insert_element {  /* flipdeskによるセミナー視聴ページ下部へのコンテンツ挿入タグ */ 
    margin: auto auto 125px auto; 
  }
  
  .news_list li{
    display: block;
  }

  .news_list li + li{
    margin-top: 5vw;
    padding-top: 5.5vw;
    border-top: 1px solid #ccd3dc;
  }

  .news_list li div{
    width: 100%;
  }

  .news_list li .news_date{
    min-width: inherit;
    font-size: 2.5vw;
    line-height: 1;
    padding-right: 2vw;
  }

  .news_list li .cate{
    min-width: inherit;
    font-size: 2.8vw;
    line-height: 1;
    padding: 0.5vw 2vw;
    border: 1px solid #595656;
    border-radius: 2px;
    background: #FFF;
    text-align: center;
  }

  .news_list li a{
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.5;
    color: #191919;
    display: block;
    margin-top: 2vw;
  }
  
  .product_case_list {
    display: block;
  }
  .product_case_list > li {
    width: 100%;
  }
  
  .product_case_list > li + li {
    margin-top: 8vw;
  }

  .product_case_list .ttl {
    height: 21.333vw;
		padding: 8.000vw 4.000vw;
		box-sizing: border-box;
    font-size: 4.5vw;
    line-height: 1;
    background-size: cover !important;
  }

  .product_case_list .karte .ttl {
    background: url("/jp/~/media/medicom/case-studies/thumb_karte_sp.jpg") no-repeat top center;
  }
  .product_case_list .receipt .ttl {
    background: url("/jp/~/media/medicom/case-studies/thumb_receipt_sp.jpg") no-repeat top center;
  }
  .product_case_list .history .ttl {
    background: url("/jp/~/media/medicom/case-studies/thumb_history_sp.jpg") no-repeat top center;
  }
  .product_case_list .note .ttl {
    background: url("/jp/~/media/medicom/case-studies/thumb_note_sp.jpg") no-repeat top center;
  }
  .product_case_list ul > li a {
    display: block;
    padding: 10px;
    font-size: 3.5vw;
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}


.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
  overflow:hidden;
  width:100%;
  height: 100%;
}

.bx-viewport{
  overflow: visible !important;
  width: 640px !important;
  height: 100%;
  padding: 0 0 120px;
  margin: 0 auto; 
}

.ev_se .bx-viewport,
.case .bx-viewport {
  width: 900px !important;
}

.ev_se .bx-viewport{
  padding-bottom: 75px;
}

@media screen and (max-width: 980px) {
  .ev_se .bx-viewport,
  .case .bx-viewport,
  .bx-viewport{
    overflow: hidden!important;
    width: 100% !important;
    height: 100%;
    padding: 0 0 22vw;
  }
    
  .head.park .bx-viewport,
  .head.case .bx-viewport{
     padding: 0 0 30vw;
  }
  
 .head.ev_se .bx-viewport{
    padding-bottom: 15vw;
  }
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/jp/-/media/medicom/renew/common/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #c2c2c2;
  padding-top: 0;
}
.park_top .bx-wrapper .bx-pager {
  padding-bottom: 23px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c2c2c2;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 4px;
  margin: 0 10px;
  outline: 0;
}

@media screen and (max-width: 980px) {
  .park_top .bx-wrapper .bx-pager {
    padding-bottom: calc(12 / 320 * 100vw - 1vw);
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 2vw;
    height: 2vw;
    margin: 0 2vw;
    outline: 0;
    border-radius: 50%;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0d64f2 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #c2c2c2;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.park_top .bx-wrapper .bx-controls-direction {
  width: 382px;
  height: 50px;
  margin: -20px auto 0;
  position: relative;
}
.park_top .bx-wrapper .bx-controls-direction .bx-prev,
.park_top .bx-wrapper .bx-controls-direction .bx-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  top: 0;
  z-index: 1;
}
.park_top .bx-wrapper .bx-controls-direction .bx-prev {
  background: center / contain no-repeat url(/jp/-/media/medicom/renew/common/icon_arrow_prev.svg);
  left: 0;
}
.park_top .bx-wrapper .bx-controls-direction .bx-next {
  background: center / contain no-repeat url(/jp/-/media/medicom/renew/common/icon_arrow_next.svg);
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .park_top .bx-wrapper .bx-controls-direction .bx-prev:hover,
  .park_top .bx-wrapper .bx-controls-direction .bx-next:hover {
    transition: opacity 0.3s;
    opacity: 0.7!important;
  }
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media screen and (max-width: 980px) {
  .park_top .bx-wrapper .bx-controls-direction {
    width: calc(142 / 320 * 100vw);
    height: calc(24 / 320 * 100vw);
    margin-top: calc(-40 / 320 * 100vw);
  }
  .park_top .bx-wrapper .bx-controls-direction .bx-prev,
  .park_top .bx-wrapper .bx-controls-direction .bx-next {
    width: calc(24 / 320 * 100vw);
    height: calc(24 / 320 * 100vw);
  }
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*form*/

.pdform {
  font-size: 15px;
}

.pdform .fields {
  display: flex;
  flex-wrap: wrap;
}
.pdform .field {
  box-sizing: border-box;
  margin: 0 0 30px 0;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}

.pdform .field.half {
  width: 50%;
}

.pdform .field.hidden {
  display: none;
}

.pdform .field .label {
  font-size: 15px;
  line-height: 1;
}
.pdform .field.required .label:after{
  content: "*";
  color: #e9000b;
}

.pdform .field .input input {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
}

.pdform .field .input input[type=text],
.pdform .field .input select,
.pdform .field .input textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px;
  font-weight: normal;
  color: #414141;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f1f1f1;
}
.pdform .field .input input[type=text],
.pdform .field .input select {
  height: 45px;
}

.pdform .field.pd-text .field-description,
.pdform .field.pd-textarea .field-description {
  display: none;
}

.pdform .field.pd-checkbox .input .value > *,
.pdform .field.pd-radio .input .value > * {
  margin: 10px 15px 0 0;
  display: inline-block;
}

.pdform .field.pd-checkbox .input input,
.pdform .field.pd-radio .input input {
  margin-right: 8px;
}
.pdform .field.pd-checkbox .input label,
.pdform .field.pd-radio .input label {
  vertical-align: baseline;
}

.pdform .errors {
  color: #e9000b;
}

.pdform .field.error .input input[type=text],
.pdform .field.error .input select,
.pdform .field.error .input textarea {
  background: #fff7f7;
  border-color: #e9000b;
}

.pdform .field.error .input .error {
  font-size: 11px;
  color: #e9000b;
}

.pdform .submit {
  text-align: center;
}
.pdform .submit input {
  width: 80%;
  max-width: 295px;
  padding: 20px;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: #0d64f2;
  border: 1px solid #0d64f2;
  border-radius: 50px;
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
  -webkit-appearance: none;
}

.pdform .submit input:hover { 
  opacity: .7;
}

.pdform .agreement {
  box-sizing: border-box;
  height: 150px;
  padding: 15px;
  margin: 5px 10px 10px 10px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  font-size: 13px;
}

@media (max-width:980px) {
  
  .pdform {
    font-size: 3.3vw;
  }

  .pdform .fields {
    display: flex;
    flex-wrap: wrap;
  }
  .pdform .field {
    font-size: 3.3vw !important;
    margin: 0 0 5vw 0;
    padding: 0 3vw;
  }

  .pdform .field.half {
    width: 100%;
  }

  .pdform .field .label,
  .pdform .field label{
    font-size: 3.3vw !important;
    line-height: 1.2;
  }

  .pdform .field .input input {
    font-size: 3.3vw;
    line-height: 1.1;
  }

  .pdform .field .input input[type=text],
  .pdform .field .input select,
  .pdform .field .input textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 1vw 0 0;
    padding: 2vw;
    border-radius: 1vw;
  }
  .pdform .field .input input[type=text],
  .pdform .field .input select {
    height: 7vw;
  }

  .pdform .field.pd-text .field-description,
  .pdform .field.pd-textarea .field-description {
    display: none;
  }

  .pdform .field.pd-checkbox .input .value > *,
  .pdform .field.pd-radio .input .value > * {
    margin: 2vw 3vw 0 0;
    display: inline-block;
  }

  .pdform .field.pd-checkbox .input input,
  .pdform .field.pd-radio .input input {
    margin-right: 2vw;
  }

  .pdform .field.error .input .error {
    font-size: 3vw;
  }

  .pdform .submit input {
    width: 80%;
    max-width: inherit;
    padding: 4vw;
    margin-top: 10vw;
    font-size: 4vw;
    border-radius: 10vw;
  }

  .pdform .submit input:hover { 
    opacity: 1;
  }

  .pdform .agreement {
    box-sizing: border-box;
    height: 20vw;
    padding: 4vw;
    margin: 1vw;
    border: 1px solid #ccc;
    overflow-y: scroll;
    font-size: 2.8vw;
  }
  
}

/*case検索*/

.searchForm-area {
	margin-bottom: 80px;
}

.search-result-area .search-result-inner {
	display: flex;
}

.searchForm-area h3 {
	font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.searchForm-area .ttl {
	margin: 0 30px 0 0;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #0b58a6;
	font-size: 1.2rem;
}

.mf_finder_searchBox_items_wrapper {
	box-sizing: border-box;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px 20px 26px;
	margin: 0 0 40px 0;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_items {
	padding: 0;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.mf_finder_searchBox_items{
  text-align: center;
}
.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_wrap {
	display: inline-block;
	width: 100%;
	max-width: 640px;
  position: relative;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_wrap::before{
  font-family:'FontAwesome';
  content: "\f002";
  color: #595656;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 1;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_wrap input.mf_finder_searchBox_query_input {
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
	border-radius: 6px;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 7px 15px 7px 55px;
	border: none;
	height: 45px;
  position: relative;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit {
	display: inline-block;
	background: #0d64f2;
	border: none;
	outline: none;
	appearance: none;
	font-size: 15px;
  line-height: 45px;
	color: #fff;
	border-radius: 50px;
	margin-left: 25px;
	width: 16%;
	max-width: 100px;
	box-sizing: border-box;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 45px;
	cursor: pointer;
	transition: 0.2s;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit:hover,
.detailSerch .searchForm-button:hover {
	opacity: 0.8;
}


.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_items {
	background: #f8f8fa;
	border: none;
	box-shadow: 0px 5px 5px 0px rgba(53, 53, 53, 0.1);
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item a {
	color: #0b58a6;
	padding: 5px 10px;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item:last-child {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item {
	border-color: #ddd;
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item_cur {
	background-color: rgba(11, 88, 166, 0.8);
}

.mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item_cur a {
	color: #fff;
}

.detailSerch {
	max-width: 1200px;
	margin: 0 auto;
}

.detailSerch > .ttl {
	margin: 0 15px 40px 15px;
}

.check-list-wrap {
	display: flex;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 0 20px;
	margin: 0 0 30px 0;
}

.check-list-wrap:last-of-type {
	border: none;
	margin: 0 0 10px 0;
}

.check-list-wrap .ttl {
	color: #333;
	font-size: 1rem;
	width: 9%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
  font-weight: 600;
}

.searchForm-area .check-list-wrap dt {
	width: 10%;
}

.searchForm-area .check-list-wrap dd {
	width: 88%;
}

.searchForm-area .check-list-item {
  width: 25%;
}

.detailSerch .tab {
  display: flex;
  justify-content: space-between;
}

.detailSerch .tab li{
  width: 20%;
  height: 45px;
  text-align: center;
  background: #e1e1e1;
  box-sizing: border-box;
  transition: .3s all;
}

.detailSerch .tab li:hover{
  background: #0d64f2;
}

.detailSerch .tab li:hover label{
  color: #FFF;
}

.detailSerch .tab li + li{
  border-left: 1px solid #FFF;
}

.detailSerch .tab input{
  display: none;
}

.detailSerch .tab label{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 45px;
  display: block;
  cursor: pointer;
}

.detailSerch .tab input[type="radio"]:checked + label {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #f1f1f1;
  color: #0d64f2;
  font-weight: 600;
}

.searchForm-area .filter_box .close{
  display: none;
}

@media (max-width:980px) {
  
  .searchForm-area {
    width: 100vw;
    box-sizing: border-box;
    margin-bottom: 10vw;
    background: #f1f1f1;
    padding: 8vw 6vw 2vw;
    margin-left: -6vw;
  }

  .search-result-area .search-result-inner {
    display: block;
  }

  .searchForm-area h3 {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .searchForm-area .ttl {
    margin: 0;
    font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #0b58a6;
    font-size: 3.8vw;
  }

  .mf_finder_searchBox_items_wrapper {
    box-sizing: border-box;
    background: #f1f1f1;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    border-bottom: 1px solid #c2c2c2;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_items {
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .mf_finder_searchBox_items{
    text-align: center;
  }
  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_wrap {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 5vw;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_wrap::before{
    font-family:'FontAwesome';
    content: "\f002";
    color: #595656;
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
    z-index: 1;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_query_wrap input.mf_finder_searchBox_query_input {
    width: 100%;
    border-radius: 1vw;
    font-size: 3.8vw;
    box-sizing: border-box;
    padding: 3vw 3vw 3vw 8vw;
    border: 1px solid #595656;
    height: auto;
    position: relative;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit {
    -webkit-appearance: none;
    display: inline-block;
    background: #0d64f2;
    border: none;
    outline: none;
    appearance: none;
    font-size: 3.5vw;
    line-height: 1;
    color: #fff;
    border-radius: 10vw;
    margin-left: 0;
    width: 30%;
    padding: 4vw 6vw;
    max-width: inherit;
    height: auto;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    overflow: hidden;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_submit:hover,
  .detailSerch .searchForm-button:hover {
    opacity:1;
  }


  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_items {
    background: #f8f8fa;
    border: none;
    box-shadow: 0px 5px 5px 0px rgba(53, 53, 53, 0.1);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item a {
    color: #0b58a6;
    padding: 5px 10px;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item {
    border-color: #ddd;
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item_cur {
    background-color: rgba(11, 88, 166, 0.8);
  }

  .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_suggest_item_cur a {
    color: #fff;
  }

  .detailSerch {
    max-width: 1200px;
    margin: 0 auto;
  }

  .detailSerch > .ttl {
    margin: 0;
    margin-bottom: 3vw;
  }

  .check-list-wrap {
    display: flex;
    border-bottom: 1px solid #c2c2c2;
    padding: 0;
    margin: 0;
  }

  .check-list-wrap:last-of-type {
    border: none;
    margin: 0;
  }

  .check-list-wrap .ttl {
    font-size: 3.8vw;
    width: 100%;
    color: #252525;
    padding: 0;
    margin-bottom: 3vw;
  }

  .searchForm-area .check-list-wrap dt {
    width: 100%;
  }

  .searchForm-area .check-list-wrap dd {
    width: 100%;
  }

  .searchForm-area .check-list-item {
    width: 50%;
  }

  .searchForm-area .filter_box .close{
    display: block;
  }
  
  .searchForm-area select{
    appearance: none;
    width: 100%;
    border-radius: 1vw;
    font-size: 3.8vw;
    color: #252525 !important;
    box-sizing: border-box;
    padding: 3vw;
    border: 1px solid #595656;
    height: auto;
    margin-bottom: 0;
  }
  
  .searchForm-area select:focus{
    outline: none;
  }
  
  .searchForm-area select option{
    font-size: 3.8vw;
    color: #252525 !important;
  }
  
  .searchForm-area .select_box{
    padding-bottom: 5vw;
    margin: 3vw 0 5vw;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
  }
  
  .searchForm-area .select_box::after{
    content: "＞";
    font-size: 5vw;
    line-height: 1;
    position: absolute;
    top: 3.5vw;
    right: 4vw;
    transform:  rotate(90deg) scale(.6,1);
  }
  
}

/*hover*/

.head a img{
  transition: .5s;
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .head a:hover{
    opacity: 1 !important;
  }
  
  .head a:hover img{
    transition: .5s all;
    transform: translate(5px,5px);
  }
}

/*.kyw a:hover,
span.wb:hover,
span.cate:hover{
  opacity: .7;
  transform: translate(1px,1px);
}

.case_list span.wb:hover,
.case_list span.cate:hover,
.case span.wb:hover,
.case span.cate:hover{
  opacity: 1 !important;
  transform: translate(0) !important;
}*/
span.data_link{
  transition: .3s all;
}
kyw a:hover,
span.data_link:hover{
  opacity: .7;
  transform: translate(1px,1px);
}

p.hs span{
  transition: .3s all;
}
p.hs span:hover{
  opacity: .7;
  transform: translate(1px,1px);
}

.evse ul li a:hover{
  opacity: 1;
}

.ss_list img,
.videos_rank ol li img,
.t_event .tab_box img,
.new_videos img, 
.fr_seminar img,
.materials_list img,
.rank li img,
.materials img,
.recommend img,
.latest img,
.evse img{
  width: 100%;
  transition: .8s all;
}

.ss_list img:hover,
.videos_rank ol li img:hover,
.t_event .tab_box img:hover,
.new_videos img:hover,
.fr_seminar img:hover,
.materials_list img:hover,
.rank li img:hover,
.materials img:hover,
.recommend img:hover,
.latest img:hover,
.evse img:hover{
  transform: scale(1.08);
}

.case_list_under strong,
.case_list strong,
.ss_list li h3 span,
.report_list h3 span,
.videos_rank ol li h3 span,
.t_event li h3 span,
.past_report li h3 span,
.new_videos li h3 span,
.fr_seminar li h3 span,
.materials_list li h3 span,
.rank li h3 span,
.materials li h3 span,
.recommend li h3 span,
.latest li h3 span,
.evse li h2 span{
  /*padding-bottom: .25em;*/
  background: linear-gradient(#595656, #595656) 0 100%/0 1px no-repeat;
  transition: background .6s;
  text-decoration: none;
}

.case_list_under p:hover strong,
.case_list a > div p:hover strong,
.ss_list li h3 span:hover,
.report_list a:hover h3 span,
.videos_rank ol li h3:hover span,
.t_event li h3 span:hover,
.past_report li a:hover h3 span,
.new_videos li h3:hover span,
.fr_seminar li h3:hover span,
.materials_list li h3:hover span,
.rank li h3:hover span,
.materials li h3:hover span,
.recommend li h3:hover span,
.latest li h3:hover span,
.evse li h2:hover span {
  background-size: 100% 1px;
}

.product li,
.feature li{
   transition: .5s all;
}

.product li:hover,
.feature li:hover{
  transform: translate(3px,3px);
}

.mgn {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px  !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px  !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px  !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px  !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px  !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px  !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px  !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px  !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px  !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px  !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px  !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px  !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.btn-back-wrap{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

.mf_finder_container{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width:980px) {
  
  .mt5 {
    margin-top: 1vw !important;
  }

  .mt10 {
    margin-top: 2vw !important;
  }

  .mt15 {
    margin-top: 3vw !important;
  }

  .mt20 {
    margin-top: 4vw  !important;
  }

  .mt25 {
    margin-top: 5vw !important;
  }

  .mt30 {
    margin-top: 6vw !important;
  }

  .mt35 {
    margin-top: 7vw  !important;
  }

  .mt40 {
    margin-top: 8vw !important;
  }

  .mt45 {
    margin-top: 9vw !important;
  }

  .mt50 {
    margin-top: 10vw  !important;
  }

  .mt55 {
    margin-top: 13vw !important;
  }

  .mt60 {
    margin-top: 15vw !important;
  }

  .mb5 {
    margin-bottom: 1vw !important;
  }

  .mb10 {
    margin-bottom: 2vw !important;
  }

  .mb15 {
    margin-bottom: 3vw !important;
  }

  .mb20 {
    margin-bottom: 4vw  !important;
  }

  .mb25 {
    margin-bottom: 5vw !important;
  }

  .mb30 {
    margin-bottom: 6vw !important;
  }

  .mb35 {
    margin-bottom: 7vw  !important;
  }

  .mb40 {
    margin-bottom: 8vw !important;
  }

  .mb45 {
    margin-bottom: 9vw !important;
  }

  .mb50 {
    margin-bottom: 10vw  !important;
  }

  .mb55 {
    margin-bottom: 13vw !important;
  }

  .mb60 {
    margin-bottom: 15vw !important;
  }

  .ml5 {
    margin-left: 1vw !important;
  }

  .ml10 {
    margin-left: 2vw !important;
  }

  .ml15 {
    margin-left: 3vw !important;
  }

  .ml20 {
    margin-left: 4vw  !important;
  }

  .ml25 {
    margin-left: 5vw !important;
  }

  .ml30 {
    margin-left: 6vw !important;
  }

  .ml35 {
    margin-left: 7vw  !important;
  }

  .ml40 {
    margin-left: 8vw !important;
  }

  .ml45 {
    margin-left: 9vw !important;
  }

  .ml50 {
    margin-left: 10vw  !important;
  }

  .ml55 {
    margin-left: 13vw !important;
  }

  .ml60 {
    margin-left: 15vw !important;
  }

  .mr5 {
    margin-right: 1vw !important;
  }

  .mr10 {
    margin-right: 2vw !important;
  }

  .mr15 {
    margin-right: 3vw !important;
  }

  .mr20 {
    margin-right: 4vw  !important;
  }

  .mr25 {
    margin-right: 5vw !important;
  }

  .mr30 {
    margin-right: 6vw !important;
  }

  .mr35 {
    margin-right: 7vw  !important;
  }

  .mr40 {
    margin-right: 8vw !important;
  }

  .mr45 {
    margin-right: 9vw !important;
  }

  .mr50 {
    margin-right: 10vw  !important;
  }

  .mr55 {
    margin-right: 13vw !important;
  }

  .mr60 {
    margin-right: 15vw !important;
  }
  
  .mf_finder_searchBox_items_wrapper{
    padding: 5vw 3vw;
  }
  
  .mf_finder_searchBox_items{
    padding: 0;
    display: block !important;
    text-align: left;
  }
    
  .btn-back-wrap{
    margin: 5vw 0;
    padding: 0 6vw;
  }

  .mf_finder_container{
    margin: 0;
    padding: 0;
  }
  
  .mf_finder_searchBox_query_wrap{
    width: 65% !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 2vw !important;
  }
  
  .mf_finder_searchBox_submit{
    padding: 3vw 2vw !important;
  }
  
}

@media screen and (min-width: 981px) {
  .btn_sns > a[href="#form"] {
    display: none;
  }
}
.btn_sns .tw , .btn_sns .fb {
  display: none;
}