@charset "UTF-8";

/* PC用 */
@media screen and (min-width: 768px) , print {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
  
  /* スライド */
  #slide_space {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 70px auto 20px;
  }
  .slick-list{
    overflow: visible;
  }
  .slider{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .slick-slide img {
    height: 500px;
    max-width: 1000px;
    max-height: 500px;
  }
  #slide_space > .shadow_left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1000px)/2);
    height: 500px;
    background-color:#000;
    opacity: 0.5;
  }
  #slide_space > .shadow_right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% - 1000px)/2);
    height: 500px;
    background-color:#000;
    opacity: 0.5;
  }
  .slick-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #AAA;
    border-radius: 50%;
    
  }
  .slick-dots li.slick-active {
    background-color: #FFF;
  }
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  
  /* 緊急のお知らせ */
  #kinkyu_news_area {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #b8b8b8;
  }
  #kinkyu_news_area > #kinkyu-title {
    color: #FF0000;
  }
  #kinkyu_news_area > #kinkyu-text {
    padding-left: 2em;
  }
  #kinkyu_news_area > #kinkyu-text > #kinkyu-time {
    float: left;
    margin-right: 1em;
    font-weight: bold;
  }
  #kinkyu_news_area > #kinkyu-text > #kinkyu-main {
    float: left;
    width: 82%;
  }
  
  /* トップページニュース */
  #top_news_area {
    float: left;
    position: relative;
    width: 100%;
    margin-right: 20px;
  }
  #top_news_area > dl {
    padding-left: 10px;
  }
  #top_news_area > dl > dt , #top_news_area > dl > dd {
    float: left;
    display: flex;
  }
  #top_news_area > dl > dt+dt {
    justify-content: center;
    text-align: center;
    width: 130px;
    padding: 0 20px 0 10px;
    margin-top: -5px;
  }
  #top_news_area > dl > dd {
    width: calc(100% - 290px);
    margin-bottom: 20px;
  }
  .categ {
    width: 130px;
    padding: 2px 0;
    background-color: #666;
    color: #FFF;
  }
  
  /* トピックス */
  #topix_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    
  }
  #topix_left {
    display: flex;
    align-items: flex-start;
    width: calc(100% - (140px * 3) - 24px - 10px);
    padding: 12px;
    background-color: #EEE;
  }
  #topix_title {
    font-weight: bold;
    margin-right: 10px;
  }
  #topix_main {
    padding-top: 8px;
  }
  
  
  /* トップページリンクバナー */
  #top_banner_area{
    width: 100%;
  }
  #topix_banner_area {
    width: calc(140px * 3);
    margin-left: 10px;
  }
  #top_banner_area { margin-bottom: 50px; }
  #top_banner_area > ul, #topix_banner_area > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }
  .top_banner-tomcom {
    width: 135px;
  }
  .top_banner, .top_banner-dairiten {
    width: calc(135px - 20px - 5px);
    margin-right: 5px;
  }
  .top_banner-tomcom {
    text-align: center;
    margin: 0 10px 10px 0;
  }
  .top_banner-tomcom > a {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    line-height: 1em;
    padding: 10px;
    color: #FFF;
    background-color: #000;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
  }
  .top_banner-tomcom-taximusen, .top_banner-smartwave, .top_banner-tomcom-kigyou {
    width: 260px;
    text-align: center;
    margin: 0 10px 10px 0;
  }
  .top_banner-tomcom-taximusen > a, .top_banner-smartwave > a {
    color: #FFF;
    background-color: #000;
    padding: 22px 10px;
  }
  .top_banner-tomcom-kigyou > a {
    background-color: #FFF;
    padding: 22px 10px;
  }
  .top_banner-tomcom-taximusen > a, .top_banner-smartwave > a, .top_banner-tomcom-kigyou > a {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    line-height: 1em;
    border: 2px solid #000;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
  }
  
  .top_banner, .top_banner-dairiten {
    position: relative;
    padding: 10px 10px 10px 10px;
    color: #FFF;
    border-radius: 10px;
    opacity: 1;
  }
  .top_banner2 {
    width: 260px;
    text-align: center;
  }
  .top_banner2 > a:first-child {
    display: block;
    position: relative;
    font-weight: bold;
    width: calc(100% - 20px);
    padding: 12px 10px;
    background-color: #898989;
    color: #FFF;
    border-radius: 10px;
    opacity: 1;
  }
  .top_banner {
    background-color: #CC0033;
  }
  .top_banner-dairiten {
    background-color: #666666;
  }
  .top_banner:hover, .top_banner2 > a:first-child:hover, .top_banner-dairiten:hover, .top_banner-tomcom > a:hover, .top_banner-tomcom-taximusen > a:hover, .top_banner-smartwave > a:hover, .top_banner-tomcom-kigyou > a:hover {
    opacity: 0.8;
  }
  .top_banner > a, .top_banner-dairiten > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 100%;
    height: 60px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  
  /* アピール部分 */
  #top_appeal {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    background-image: url(../img/top-appeal-back2.png);
    background-repeat: no-repeat;
    background-position: right 125px;
  }
  #top_appeal > h1 {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    background-color: #CCC;
  }
  #top_appeal > section > h2 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  #top_appeal > section {
  	position: relative;
  }
  #top_appeal > section > .left-area {
    float: left;
    width: calc(100% - 310px);
    margin-right: 10px;
  }
  #top_appeal > section > .right-button {
    float: left;
    width: 300px;
  }
  #top_appeal > p, #top_appeal > section > p {
    width: 100%;
    line-height: 1.6em;
    margin: 0 auto 20px;
  }
  #top_appeal > .top_appeal-photo {
    text-align: center;
    margin: 20px 0;
  }
  #top_appeal > section > .top_appeal-photo-right {
    position: absolute;
    top: 140px;
    right: 10px;
    width: 200px;
  }
  #top_appeal > ul , #top_appeal > section > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px 20px 0;
  }
  #top_appeal > ul > li , #top_appeal > section > ul > li {
    line-height: 2em;
  }
  #top_appeal > section > ul > li.ex {
    padding-left: 7.5em;
    text-indent: -7.5em;
  }
  #top_appeal > ul > li::before , #top_appeal > section > ul > li::before {
    content: "□";
    margin-right: 10px;
  }
  
  #jamp-area {
    padding: 20px;
    line-height: 1.6em;
  }
  #jamp-area > a {
    text-decoration: underline;
  }
  
  #teian_area, #jirei_area, #seihin_area {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 50px;
  }
  #top_news_area > h2, #teian_area > h2, #jirei_area > h2, #seihin_area > h2 {
    width: calc(100% - 20px);
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 2px dotted #777777;
    padding: 10px;
    margin-bottom: 20px;
  }
  #top_news_area > h2::before, #teian_area > h2::before, #jirei_area > h2::before, #seihin_area > h2::before {
    content: '';
    border-left: 10px solid #FF0000;
    padding-left: 20px;
  }
  #teian_area > p, #jirei_area > p, #seihin_area > p {
    padding: 10px;
  }
  .title-right-button {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .title-right-button > a {
    padding: 5px 10px 5px 30px;
    color: #FFF;
    text-align: center;
  }
  
  /* ドコモ、auリンク */
  #flex-servicearea {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: calc(260px * 3 - 20px);
    color: #FFF;
    font-size: 1.5em;
    border: 2px solid #666;
    background-color: #999;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px auto;
  }
  #flex-servicearea > div:first-child {
    flex-basis: 40%;
  }
  #flex-servicearea > div#flex-servicearea-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-basis: 60%;
  }
  #flex-servicearea > div#flex-servicearea-link > a {
    display: block;
    text-align: center;
    text-decoration: underline;
    flex-basis: 50%;
    color: #333;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 5px;
    margin:0 10px;
  }
  #flex-servicearea > div#flex-servicearea-link > a:hover {
    background-color: #CCC;
  }
  
}

/* スライドサイズより画面が小さくなった場合 */
@media screen and (max-width: 1000px) {
  .slick-slide {
    margin-top: 3vh ;
  }
  .slick-slide img {
    height: auto;
    width: 100%;
  }
  #slide_space > .shadow_left {
    display: none;
  }
  #slide_space > .shadow_right {
    display: none;
  }
}
 
/* 小さい画面用 */
@media screen and (max-width: 767px) {
  #content_area {
    width: 100%;
    line-height: 1.6em;
  }
  
  /* スライド */
  #slide_space {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 70px auto 30px;
  }
  .slick-list{
    overflow: visible;
  }
  .slider{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .slick-slide img {
    height: auto;
    max-width: 1000px;
    max-height: 300px;
  }
  #slide_space > .shadow_left {
    display: none;
  }
  #slide_space > .shadow_right {
    display: none;
  }
  .slick-dots {
    display: none;
  }
  .slick-dots li {
    display: none;
    
  }
  .slick-dots li.slick-active {
    display: none;
  }
  .slick-dots button {
    display: none;
  }
  .categ {
    width: 130px;
    padding: 2px 0;
    background-color: #666;
    color: #FFF;
  }
  
  /* 緊急のお知らせ */
  #kinkyu_news_area {
    width: calc(100% - 40px);
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px solid #b8b8b8;
  }
  #kinkyu_news_area > #kinkyu-title {
    color: #FF0000;
  }
  #kinkyu_news_area > #kinkyu-text {
    padding-left: 2em;
  }
  #kinkyu_news_area > #kinkyu-text > #kinkyu-time {
    font-weight: bold;
  }
  #kinkyu_news_area > #kinkyu-text > #kinkyu-main {
    
  }
  
  /* トップページニュース */
  #top_news_area {
    width: 100%;
    margin-bottom: 40px;
  }
  #top_news_title {
    width: calc(100% - 20px);
    font-weight: bold;
    border-bottom: 2px dotted #777777;
    padding: 10px;
    margin-bottom: 20px;
  }
  #top_news_area > dl {
    padding: 20px 10px 10px;
  }
  #top_news_area > dl > dt , #top_news_area > dl > dd {
    float: left;
    display: flex;
  }
  #top_news_area > dl > dt+dt {
    justify-content: center;
    text-align: center;
    width: 130px;
    padding: 0 20px 0 10px;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  #top_news_area > dl > dd {
    display: flex;
    padding-left: 2em;
    width: calc(100% - 2em);
    margin-bottom: 20px;
    padding: 0;
  }
  .event {
    width: 80px;
    padding: 2px 0;
    background-color: #FFF;
    border: 1px solid #FF0000;
  }
  .newitem {
    width: 80px;
    padding: 2px 0;
    background-color: #999;
    color: #FFF;
  }
  .renew {
    width: 80px;
    padding: 2px 0;
    background-color: #0000FF;
    color: #FFF;
  }
  .notice {
    width: 80px;
    padding: 2px 0;
    background-color: #FFF;
    border: 1px solid #000;
  }
  .jirei{
    width: 80px;
    padding: 2px 0;
    background-color: #10FD9B;
    color: #FFF;
  }
  
  /* トピックス */
  #topix_area {
    margin: 0 10px 20px;
  }
  #topix_left {
    width: calc(100% - 24px);
    padding: 12px;
    margin-bottom: 20px;
    background-color: #EEE;
  }
  #topix_title {
    font-weight: bold;
    border-bottom: 2px dotted #777777;
    margin-bottom: 10px;
  }
  
  /* トップページリンクバナー */
  #top_banner_area {
    width: 100%;
    margin-bottom: 50px;
  }
  #topix_banner_area { width: 100%;}
  #top_banner_area > ul, #topix_banner_area > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
  }
  .top_banner-tomcom {
    width: calc(100% / 3);
    text-align: center;
    margin: 0 0 10px 5px;
  }
  .top_banner-tomcom > a {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    line-height: 1em;
    padding: 21px 10px;
    color: #FFF;
    background-color: #000;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
  }
  
  .top_banner-tomcom-taximusen, .top_banner-smartwave, .top_banner-tomcom-kigyou {
    width: calc(100% / 3 - 10px);
    text-align: center;
    margin: 0 10px 10px 0;
  }
  .top_banner-tomcom-taximusen > a, .top_banner-smartwave > a {
    color: #FFF;
    background-color: #000;
    padding: 22px 10px;
  }
  .top_banner-tomcom-kigyou > a {
    background-color: #FFF;
    padding: 11px 10px;
  }
  .top_banner-tomcom-taximusen > a, .top_banner-smartwave > a, .top_banner-tomcom-kigyou > a {
    display: block;
    position: relative;
    width: calc(100% - 20px);
    line-height: 1em;
    border: 2px solid #000;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
  }
  
  .top_banner, .top_banner-dairiten {
    position: relative;
    padding: 5px 10px;
    margin: 0 5px 20px;
    color: #FFF;
    border: 5px;
    border-radius: 10px;
    opacity: 1;
  }
  .top_banner2 {
    width: calc((100% / 3) - 45px);
    text-align: center;
    margin: 0 0 20px 0;
  }
  .top_banner2 > a:first-child {
    display: block;
    position: relative;
    font-size: 0.65em;
    font-weight: bold;
    width: calc(100% - 20px);
    padding: 12px 10px;
    background-color: #898989;
    color: #FFF;
    border-radius: 10px;
    opacity: 1;
  }
  .top_banner {
    width: calc(100% / 3 - 45px);
    background-color: #CC0033;
  }
  .top_banner-dairiten {
    width: calc(100% / 3 - 45px);
    background-color: #898989;
  }
  .top_banner > a, .top_banner-dairiten > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 60px;
    font-weight: bold;
    text-decoration: none;
  }
  
  /* アピール部分 */
  #top_appeal {
    width: calc(100% - 20px);
    padding: 10px;
  }
  #top_appeal > h1 {
    width: 100%;
    line-height: 1.6em;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    background-color: #CCC;
  }
  #top_appeal > section > h2 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
    #top_appeal > section {
  	position: relative;
  }
  #top_appeal > section > .left-area {
    
  }
  #top_appeal > section > .right-button {
    text-align: center;
    margin-bottom: 20px;
  }
  #top_appeal > section > .right-button > a > br {
    display: none;
  }
  #top_appeal > p, #top_appeal > section > p {
    width: 100%;
    line-height: 1.6em;
    text-align: center;
    margin: 20px 0;
  }
  #top_appeal > .top_appeal-photo {
    margin: 20px;
    text-align: center;
  }
  #top_appeal > section > .top_appeal-photo-right {
    margin: 20px;
    text-align: center;
  }
    #top_appeal > ul , #top_appeal > section > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #top_appeal > ul > li , #top_appeal > section > ul > li {
    line-height: 2em;
    padding-left: 2em;
    text-indent: -2em;
  }
  #top_appeal > section > ul > li.ex {
    padding-left: 7.5em;
    text-indent: -7.5em;
  }
  #top_appeal > ul > li::before , #top_appeal > section > ul > li::before {
    content: "□";
    margin-right: 10px;
  }
  
  #top_news_area, #teian_area, #jirei_area, #seihin_area {
    position: relative;
    line-height: 1.6em;
    margin: 0 10px 50px;
    width: calc(100% - 20px);
  }
  #top_news_area > h2, #teian_area > h2, #jirei_area > h2, #seihin_area > h2 {
    width: calc(100% - 20px);
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 2px dotted #777777;
    padding: 10px;
    margin-bottom: 10px;
  }
  #top_news_area > h2::before, #teian_area > h2::before, #jirei_area > h2::before, #seihin_area > h2::before {
    content: '';
    border-left: 10px solid #FF0000;
    padding-left: 20px;
  }
  #teian_area > p, #jirei_area > p, #seihin_area > p {
    padding: 10px;
  }
  .title-right-button {
    width: 100%;
    text-align: center;
  }
  .title-right-button > a {
    color: #FFF;
  }
  
  /* ドコモ、auリンク */
  #flex-servicearea {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 50px);
    color: #FFF;
    font-size: 1.5em;
    border: 2px solid #666;
    background-color: #999;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px auto;
  }
  #flex-servicearea > div#flex-servicearea-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  #flex-servicearea > div#flex-servicearea-link > a {
    display: block;
    text-align: center;
    text-decoration: underline;
    flex-basis: 50%;
    color: #333;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 5px;
    margin:20px 10px 0;
  }
}

/* スマホサイズの場合 */
@media screen and (max-width: 480px) {
  #slide_space {
    margin: 75px auto 30px;
  }
}
