@charset "UTF-8";


 /***********************************************************************
  * slider
  ********************************************************************** */

.slider-wrapper.partner{
  padding-top: 16px;
}

.slider-wrapper.partner .bx-wrapper{
  margin: auto;
}

.partner-list a{
  display: block;
  width: 63px;
  height: 63px;
}

.partner-list a img{
  width: 100%;
  height: auto;
}


/***********************************************************************
 * お気に入り
 ********************************************************************** */

 .common-tab-contents > div.list-wrapper:not(:nth-last-of-type(3)) .favorite-title span:first-child{
   display: block;
   background: url(../../images/common/btn-sort-down.png) no-repeat;
   background-size: contain;
   width: 25px;
   height: 25px;
   float: right;
   margin-left: 10px;
   cursor: pointer;
 }

 .common-tab-contents > div.list-wrapper:not(:first-of-type) .favorite-title span:last-child{
   display: block;
   background: url(../../images/common/btn-sort-up.png) no-repeat;
   background-size: contain;
   width: 25px;
   height: 25px;
   float: right;
   cursor: pointer;
 }

 .loading-background{
   display: none;
   height: 100%;
   background: #000;
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 10;
 }

 .loading-background.is-open {
   display: block;
   opacity: 0.2;
   animation: fadeIn .25s ease 0s 1 normal;
   -webkit-animation: fadeIn .25s ease 0s 1 normal;
 }

 .load-wrapp {
  width: 100px;
  height: 100px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ring-2 {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px solid #fff;
  border-radius: 100%;
}

.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}

.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
}

.load-5 .ball-holder {
  -webkit-animation: loadingE 1.3s linear infinite;
  animation: loadingE 1.3s linear infinite;
}


@keyframes loadingE {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

 .update-area{
   padding: 20px 0;
   margin: auto;
   text-align: center;
 }

 .update-area p{
   font-size: 12px;
   color: #666;
 }

 .update-area .no-list{
   display: none;
   line-height: 1.8;
   font-size: 14px;
   font-weight: bold;
 }

 .update-area .update-btn{
   display: block;
   padding: 13px 0;
   margin: 15px auto 0;
   width: 40%;

   background-color: #2258a2;
   border-radius: 5px;
   color: #fff;

   box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
 }


 .select-area-wrapper .select-toggle{
   padding: 12px 0;
   text-align: center;
   background-color: #888;
   color: #fff;
   margin-bottom: 10px;

   position: relative;
 }


 .select-area-wrapper .select-toggle::after{
   content: "";
   width: 0px;
   height: 0;

   border: 10px solid transparent;
   border-top: 10px solid #888;

   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;

   opacity: 0;
 }

 .select-area-wrapper .select-toggle.is-open::after{
   bottom: -20px;
   opacity: 1;

   animation: arrowInCategory .3s ease 0s 1 normal;
   -webkit-animation: arrowInCategory .3s ease 0s 1 normal;
 }

 @keyframes arrowInCategory {
     0% {bottom: 0px; opacity:0;}
     100% {bottom: -20px; opacity:1;}
 }

 @-webkit-keyframes arrowInCategory {
   0% {bottom: 0px; opacity:0;}
   100% {bottom: -20px; opacity:1;}
 }

 .select-area-wrapper .select-toggle .toggle-icn{
   display: block;
   width: 25px;
   height: 25px;

   border: solid 1px #fff;
   border-radius: 50%;

   float: right;

   position: relative;
   top: -6px;
   right: 10px;
 }

 .select-area-wrapper .select-toggle .toggle-icn::after{
   content: '';
   width: 6px;
   height: 6px;
   margin-top: -2px;
   border: 0px;
   border-top: solid 2px #fff;
   border-right: solid 2px #fff;
   -ms-transform: rotate(135deg);
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);

   position: absolute;
   top: 7px;
   right: 8px;
   margin: auto;

   transition: all 0.3s;
 }

 .select-area-wrapper .select-toggle.is-open .toggle-icn::after{
   -ms-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);

   top: 9px;
 }

 .column-2-list.check-list li label{
   display: block;
   width: 100%;
 }

.column-2-list.check-list li::after{
  display: none;
}

.column-2-list.check-list .check-input{
  display: none;
}

.column-2-list.check-list .check-title{
  display: block;
  cursor: pointer;
  padding: 15px 65px 15px 10px;

  position: relative;
}

.column-2-list.check-list .check-input:checked + .check-title{
  font-weight: bold;
}


.column-2-list.check-list .check-title::before{
  content: "OFF";
  display: block;
  width: 36px;
  height: 21px;
  padding: 0 8px;

  border-radius: 15px;
  border: 1px solid #fff;
  background: #ccc;
  color: #fff;
  text-align: right;
  line-height: 21px;
  font-size: 11px;

  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
}

.column-2-list.check-list .check-input:disabled + .check-title::before{
  background-color: #fff;
}

.column-2-list.check-list .check-input:checked + .check-title::before{
  content: "ON";
  background-color: #c0ca33;
  text-align: left;
}

.column-2-list.check-list .check-title::after{
  content: "";
  display: block;
  width: 17px;
  height: 17px;

  background: #fff;
  border-radius: 50%;
  transition: .2s;

  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  margin: auto;
}

.column-2-list.check-list .check-input:checked + .check-title::after{
  font-weight: normal;
  right: 11px;
}


/***********************************************************************
 * 特別警報
 ********************************************************************** */

.special-aleart-list li{
  display:block;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.special-aleart-list li:last-child{
  border-bottom: 0;
}


.special-aleart-list li a{
  display: flex;
  padding: 10px 10px 10px 0;

  -webkit-align-items: center;
  align-items: center;
}

.special-aleart-list li .label{
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  position: relative;
  margin-right: 19px;
  width: auto;
}


.special-aleart-list li .title{
  flex: 1;
  line-height: 1.5rem;
}

.special-aleart-list .emergency{
  display: flex;
  padding: 5px 13px;
  background-color: #b157fd;
  -webkit-align-items: center;
  align-items: center;
}

.special-aleart-list .emergency .link-area{
  min-width: 170px;
  flex: 1;
  background-color: #fff;
  padding: 5px 10px;
  color: #b157fd;
  font-weight: normal;
  font-size: 11px;
  border-radius: 5px;
  line-height: 1.5;
  margin-left: 14px;
}

.special-aleart-list .emergency .link-area a{
  display: block;
  padding: 0;
  color: #2258a2;
  border-bottom: solid 1px #2258a2;
  font-size: 9px;
}

.special-aleart-list .extra{
  background-color: #f44336;
}

.special-aleart-list .extra .label{
  background-color: #f6695e;
}

.special-aleart-list .extra .label::after{
  border-left: solid 12px #f6695e;
}

.special-aleart-list .prompt{
  background-color: #ff9800;
}

.special-aleart-list .prompt .label{
  background-color: #ffad33;
}



/***********************************************************************
 * 特別トピック
 ********************************************************************** */

.special-topic-list{
  margin-bottom: 10px;
}

.special-topic-list li{
  display:block;
  background-color: #f5f5f5;
  border-top: solid 1px #ddd;
  font-size: 14px;
}

.special-topic-list li a{
  display: flex;
  padding: 10px;
  -webkit-align-items: center;
  align-items: center;
}

.special-topic-list li:last-child{
  border-bottom: solid 1px #ddd;
}

.special-topic-list li .label{
  background-color: #ff9800;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.special-topic-list li .title{
  flex: 1;
  line-height: 1.5rem;
}

/***********************************************************************
 * 注目タブ用　神戸追加20170919
 ***********************************************************************/

.chumoku .caption .news-title{
    font-weight: bold;
    line-height: 1.3rem;
    opacity: 1;
    display: block;
    padding: 5px 0;
    font-size:15px;
}

.chumoku .caption .news-caption {
    line-height: 1.4rem;
    opacity: 1;
    display: block;
}
