@charset 'utf-8';

/*-----------------------------
area_top_visual
-----------------------------*/
@media print,screen and (min-width: 901px) {
  .area_top_visual {
    background: url('/asset/img/honkaigi/bg_top_pc.jpg') no-repeat center 0;
    background-size: cover;
  }
  .area_top_visual .pgttl {
    top: 315px;
    left: 8.5%;
  }
  .area_top_visual .catch {
    top: 463px;
    left: 5.6%;
  }
}
@media screen and (max-width: 900px) {
  .area_top_visual {
    background: url('/asset/img/honkaigi/bg_top_sp.jpg') no-repeat center 0;
    background-size: contain;
  }
  .area_top_visual .pgttl {
    top: 36.8%;
    left: 15.2%;
  }
  .area_top_visual .catch {
    top: 47.2%;
    left: 15.2%;
  }
}


/*-----------------------------
area_watch
-----------------------------*/
@media print,screen and (min-width: 901px) {
  .area_watch.time {
    padding-top: 74px;
/*     padding-bottom: 127px; */
    padding-bottom: 0;
  }
  .area_watch.theme {
    padding-bottom: 127px;
  }
}
@media screen and (max-width: 900px) {
  .area_watch.time {
    /* padding-top: 20px; */
    padding-top: 40px;
    padding-bottom: 38px;
  }
  .area_watch.theme {
    /* padding-top: 40px; */
    padding-top: 0;
    padding-bottom: 38px;
  }
}
/*
area_watchtime
-----------*/
.area_watchtime .box_btn {
  position: relative;
  width: 100%;
  background-color: #3381a2;
  cursor: pointer;
  border-bottom-style: solid;
  border-bottom-color: #dcdcdc;
}
.box_btn .link_watch {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.area_watchtime .btn_acc {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('/asset/img/honkaigi/ico_glass_p.png') no-repeat 0 0;
  background-size: contain;
}
.area_watchtime .is_open.btn_acc {
  background: url('/asset/img/honkaigi/ico_glass_m.png') no-repeat 0 0;
  background-size: contain;
}
.area_watchtime .description {
  display: none;
  background-color: #d9e9ee;
}
.watchtime {
  position: relative;
}
.watchtime::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: "\203A";
  color: #285c8b;
}
.watchtime a {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
.watchtime a:hover {
  text-decoration: underline;
}
@media print,screen and (min-width: 901px) {
  .area_watchtime .box_btn {
    border-bottom-width: 3px;
    border-radius: 5px;
  }
  .area_watchtime .box_btn:not(:first-of-type) {
    margin-top: 14px;
  }
  .area_watchtime .link_watch {
    border-radius: 5px;
    padding: 17px 67px 17px 26px;
    font-size: 1.7rem;
  }
  .area_watchtime .link_watch,
  .area_watchtime .btn_acc {
    -webkit-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .area_watchtime .link_watch:hover,
  .area_watchtime .btn_acc:hover {
    opacity: .7;
  }
  .area_watchtime .is_open {
    border-bottom-width: 1px;
  }
  .area_watchtime .btn_acc {
    width: 40px;
    height: 40px;
    right: 28px;
  }
  .area_watchtime .description {
    padding: 24px 62px 8px;
  }
  .watchtime {
    padding-left: 23px;
    margin-bottom: 15px;
  }
  .watchtime::before, .watchtime a {
    font-size: 1.6rem;
  }
  .watchtime::before {
    top: 1px;
  }
}
@media screen and (max-width: 900px) {
  .area_watchtime {
    padding: 0 15px;
  }
  .area_watchtime .box_btn {
    border-bottom-width: 2px;
    border-radius: 3px;
  }
  .area_watchtime .link_watch {
    padding: 11px 40px 11px 13px;
    font-size: 1.8rem;
    border-radius: 3px;
  }
  .area_watchtime .box_btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .area_watchtime .btn_acc {
    width: 27px;
    height: 27px;
    right: 13px;
  }
  .area_watchtime .description {
    border-radius: 0 0 3px 3px;
    padding: 10px 17px 8px 15px;
  }
  .watchtime {
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .watchtime::before, .watchtime a {
    font-size: 1.8rem;
  }
}


/*-----------------------------
area_search
-----------------------------*/
.area_search .ttl_watch, .area_search .link_prefecture {
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

@media print,screen and (min-width: 901px) {
  .area_search {
    padding-top: 90px;
    padding-bottom: 86px;
    background: url('/asset/img/honkaigi/bg_search_pc.jpg') no-repeat center 0;
    background-size: cover;
    text-align: center;
  }
  .area_search .ttl_watch {
    margin-bottom: 55px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
  }
  .area_search .ttl_enja .big {
    color: #fff;
  }
  .link_prefecture {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 42px;
    margin-bottom: 50px;
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 38px;
    color: #fff;
    font-size: 1.7rem;
    -webkit-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
  }
  .link_prefecture:hover {
    background-color: rgba(255,255,255,.2);
  }
  .link_prefecture::after {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 55px;
    vertical-align: top;
    content: "\203A";
    line-height: 35px;
  }
}
@media screen and (max-width: 900px) {
  .area_search {
    position: relative;
    padding-top: calc(46.4% + 36px);
    text-align: center;
  }
  .area_search::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 46.54%;
    background: url('/asset/img/honkaigi/img_search_sp.jpg') no-repeat center 0;
    background-size: contain;
    content: "";
  }
  .area_search .ttl_watch {
    margin-bottom: 10px;
    font-size: 2rem;
    color: #4b4b4b;
    font-weight: bold;
    line-height: 1.5;
  }
  .link_prefecture {
    position: relative;
    display: inline-block;
    height: 35px;
    padding: 0 30px;
    margin-bottom: 40px;
    border-radius: 17px;
    line-height: 35px;
    color: #fff;
    font-size: 1.8rem;
    background-color: #00618b;
  }
  .link_prefecture::after {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    content: "\203A";
    line-height: 32px;
  }
}

/*
area_how
-----------*/
.area_how .ttl_how {
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #00618b;
  font-weight: bold;
}
.box_how .num {
  color: #00618b;
  font-style: italic;
}
@media print,screen and (min-width: 901px) {
  .area_how {
    padding: 24px 34px 30px;
    background-color: rgba(255, 255, 255, .9);
    text-align: left;
  }
  .box_how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area_how .ttl_how {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .how {
    position: relative;
  }
  .how .inner {
    width: 250px;
  }
  .how .num {
    position: relative;
    float: left;
    font-size: 4rem;
  }
  .how .num::after {
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    top: 0;
    left: -21px;
    background-color: #00618b;
    -webkit-transform: rotate(-56deg);
    -moz-transform: rotate(-56deg);
    -ms-transform: rotate(-56deg);
    transform: rotate(-56deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .how .description {
    position: relative;
    float: right;
    width: calc(100% - 48px);
    padding-top: 28px;
    padding-bottom: 150px;
  }
  .how .txt {
    font-size: 1.4rem;
    line-height: 1.28;
  }
  .how img {
    position: absolute;
    width: auto;
    top: 100px;
  }
 .how .num1 {
    left: -12px;
 }
 .how .num2 {
    left: -9px;
 }
 .how .num3 {
    left: -10px;
 }
}
@media print,screen and (min-width: 1264px) {
  .how {
    width: 25%;
  }
}
@media print,screen and (min-width: 901px) and (max-width: 1263px ){
  .how {
    width: 50%;
  }
  .how:nth-of-type( -n + 2) {
    margin-bottom: 30px;
  }
  .how:not(:nth-of-type(2n)) .inner {
    margin-left : auto;
    margin-right: 40px;
  }
}

@media screen and (max-width: 900px) {
  .area_how {
    padding: 40px 15px 60px;
    background-color: #f6f5f2;
  }
  .box_how {
    width: 100%;
    max-width: 288px;
    margin: auto;
  }
  .how:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .area_how .ttl_how {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
  .how .num {
    margin-bottom: 5px;
    font-size: 4rem;
  }
  .how .description {
    text-align: left;
  }
  .how .txt {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .how img {
    width: 100%;
  }
}