@charset 'UTF-8';

@media screen and (min-width: 640px) {
  .pc{
    display: block;
  }
    .sp{
        display: none;
    }
}
@media screen and (max-width: 640px) {
  .pc{
    display: none;
  }
    .sp{
        display: block;
    }
}

/*特集1*/
.toku_01 .col2_txt .tijitxt{
  width: 70%;
}
.toku_01 .col2_txt .tijiimg{
  width: 20%;
}
.toku_01 .col2_txt .tijiimg img{
  width: 100%;
}
.toku_01 .fit{
    width: fit-content;
    display: block;
}
.toku_01 .toku01_img{
    text-align: center;
}
.toku_01 .map8{
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}
.toku_01 .map8 img {
  width: 100%;
}
.toku_01 .toku01_flex{
    display: flex;
    justify-content: space-evenly;
}
.toku_01 .ribbon.green{
    background-color: #6FBA2C;
    font-size: 2rem;
}
.toku_01 .ribbon.green::before{
    border-color: #6FBA2C transparent transparent transparent;
}
.toku_01 .ribbon.green::after{
    border-color: transparent transparent transparent #6FBA2C;
}
.toku_01 .inner_box .col2_txt,.toku_01 .inner_box .col2_img{
    justify-content: space-around;
    align-items: center;
}
.toku_01 .col2_img .kousou_img{
    width: 15%;
}
.toku_01 .col2_img .kousou_txt{
    width: 70%;
}
.toku_01 .col2_img .icon_txt{
    justify-content: center;
}
.toku_01 .zitsugen{
    text-align: center;
    font-size: 30px;
}
.toku_01 .toku01_colorlist{
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
}
.toku_01 .toku01_colorlist li{
    width: 24%;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
}
.toku_01 .toku01_colorlist li::before{
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}
.toku_01 .toku01_colorlist li:nth-of-type(4n){
    margin-right: 0;
}
.toku_01 .toku01_colorlist li.orange{
    background-color: #EF845C;
}
.toku_01 .toku01_colorlist li.green{
    background-color: #11A6A3;
}
.toku_01 .toku01_colorlist li.blue{
    background-color: #579ED7;
}
.toku_01 .toku01_colorlist li.purple{
    background-color: #A6559D;
}
.toku_01 .toku01_project-child-List{
    display: flex;
    flex-wrap: wrap;
}
.toku_01 .toku01_project-child-List li{
    width: 25%;
}
.toku_01 .toku01_chiiki_list{
    display: flex;
    flex-wrap: wrap;
}
.toku_01 .toku01_chiiki_list li{
    border: 1px solid;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.toku_01 .toku01_chiiki_list.blue li{
    border-color: #3B82C5;
}
.toku_01 .toku01_chiiki_list.yellow li{
    border-color: #F18D00;
}
.toku_01 .toku01_chiiki_list.green li{
    border-color: #6FBA2C;
}
.toku_01 .toku01_chiiki_list.pink li{
    border-color: #E9546B;
}
.toku_01 .toku01_check_list{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 60px;
}
.toku_01 .toku01_check_list li{
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}
.toku_01 .toku01_check_list li::before{
    content:"";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url(../images/n_toku01_check.png);
}
.toku_01 .list.vision li{
    margin-bottom: 30px;
}
.toku_01 .list.vision li span{
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px;
}
.toku_01 .list.vision.anshin li::marker,
.toku_01 .list.vision.anshin li span{
    color: #11A6A3;
}
.toku_01 .list.vision.nukumori li::marker,
.toku_01 .list.vision.nukumori li span{
    color: #EF845C;
}
.toku_01 .list.vision.yume li::marker,
.toku_01 .list.vision.yume li span{
    color: #579ED7;
}
.toku_01 .img{
    text-align: center;
}

@media screen and (max-width: 640px) {
  .toku_01 .ribbon.green{
    font-size: 1.4rem;
}
  .toku_01 .col2_txt .tijitxt{
    width: 100%;
  }
    .toku_01 .tijiimg{
        width: 50%!important;
        margin-top: 40px;
    }
    .toku_01 .tijiimg img{
        width: 100%;
    }
    .toku_01 .inner_box p.btm80{
        margin-bottom: 40px;
    }
    .toku_01 .col2_img .kousou_img{
        width: 50%;
        margin-bottom: 20px;
    }
    .toku_01 .col2_img .kousou_txt{
        width: 100%;
    }
    .toku_01 .col2_img.btm50{
        margin-bottom: 20px;
    }
    .toku_01 .zitsugen{
        font-size: 24px;
    }
    .toku_01 .toku01_img img{
        width: 90%;
    }
    .toku_01 .toku01_colorlist{}
    .toku_01 .toku01_colorlist li{
        width: 49%;
    }
    .toku_01 .toku01_colorlist li:nth-of-type(4n){
        margin-right: 5px;
    }
    .toku_01 .toku01_colorlist li:nth-of-type(2n){
        margin-right: 0;
    }
    .toku_01 .list.vision li span{
        font-size: 25px;
        margin-left: 0;
    }
    .toku_01 .toku01_project-child-List{}
    .toku_01 .toku01_project-child-List li{
        width: 40%;
        margin-right: 55px;
    }
    .toku_01 .toku01_project-child-List li:nth-of-type(even){
        margin-right: 0;
    }
    .toku_01 .map8{
      width: 100%;
    }
    .toku_01 .leaf img{
      width: 50%;
    }
}

/*クローズアップ京都府*/
.close_up_mv.ttl_h1{
  margin-bottom: 20px;
}
.close_up_sp{
  display: none;
}
.close_up.yosan_topic .close_up_money{
  font-size:2.2rem;
}

.close_up.ttl_bg_gy b{
  font-size:1.4rem;
}
.close_up.yosan_topic{
  font-size:3.5rem;
  font-weight: bold;
  margin:50px 0 0;
  letter-spacing: .05em;
  line-height: 1.4;
}
.close_up.yosan_topic b{
  font-size:1.8rem;
}
.close_up_list .pickup{
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  margin:0 0 30px -20px;
}
.close_up_list .pickup div{
  background: rgba(249,193,88,0.3);
  display: flex;
  align-items: center;
  padding:5px 20px 5px 10px;
}
.close_up_list .pickup.family div{
  background:rgba(239,132,92,0.3);
}

.close_up_list .pickup.dream div{
  background:rgba(239,92,92,0.2);
}
.close_up_list .pickup > div span{
  font-size:2.4rem;
}
.close_up_list .pickup > div b{
  display: flex;
  align-items: center;
}
.close_up_list .pickup > div b::before{
  content:"";
  background: url(../images/n_close_check.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  margin-bottom: 5px;
}
.close_up_list .pickup .img{
  margin-left: 30px;
}
.close_up_list .pickup .img img{
  width: auto;
}
.close_up_sakura{
  display: block;
  font-size:2rem;
  letter-spacing: 0.05em;
}
.close_up_sakura_color{
  color:#E84660;
}
.close_up.col3-1 > div > img{
  width: auto;
  max-width: 100%;
}
.close_up_sakura_date{
  margin:30px 0;
}
.close_up_sakura_date p{
  font-size:4rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}
.close_up_sakura_date p span{
  font-size:2rem;
}
.close_up_sakura_date p:first-of-type::after{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #E84660 transparent transparent transparent;
  margin:20px 0 20px 50px;
}
.close_up_sakura_time{
  background: #f5d4d9;
  border-radius: 0 20px;
  padding:5px 30px;
  display: inline-block;
  letter-spacing: .05em;
}
.inner_box p.close_up_cap{
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 640px){
  .close_up_sp{
    display: block;
  }
  .close_up.yosan_topic{
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .close_up.yosan_topic b{
    font-size: 1.4rem;
  }
  .close_up_list .pickup{
    flex-direction: column;
    align-items: flex-start;
  }
  .close_up_list .pickup div{
    width: 100%;
    flex-direction: column;
  }
  .close_up_list .pickup .img{
    margin:0 auto;
  }
  .close_up_sakura{
    font-size: 1.6rem;
  }
  .close_up.col3-1{
    flex-direction: column;
    align-items: center;
  }
  .close_up.col3-1 > div{
    width: 100%;
    text-align: center;
  }
  .close_up_kanousai{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}


/*魅力発見！ふくしま県*/
.visit{
  font-weight: bold;
}
.visit +.ttl_h1{
  margin-top:0;
}
.fukushima.col3-1 .img_cap img{
  width: auto;
  max-width: 100%;
}
.fukushima.col2_img{
  padding-top:0;
}
.fukushima.col2_img img{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.fukushima_ttl{
  padding:10px;
  margin-bottom: 1px;
  font-weight: bold;
  letter-spacing: .05em;
}
.fukushima_sankaku{
  margin-left: 10px;
}
.fukushima_sankaku::before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #B8C871 transparent;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 640px){
    .fukushima.col3-1 .img_cap{
      text-align: center;
      margin-bottom: 30px;
    }
      .fukushima.col3-1 .img_cap img{
      width: auto;
      text-align: center;
    }
}


/*広報モニター*/
.monitor_li_txt{
    font-size: 1.8rem;
    font-weight: bold;
    color: #751485;
}
.monitor_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.monitor_flex .monitor_txt{
    width: 82%;
    margin-right: 10px;
}
@media screen and (max-width: 640px){
    .monitor_flex{
        display: flex;
        flex-direction: column;
    }
    .monitor_flex .monitor_txt{
        width: 100%;
        margin-right: 0;
    }
}


/* 府警安全広場 */
.border_hidden{
	border: none;
}
.fukei_txt20-16{
  font-size: 2rem;
}
.fukei_txt20-16::before{
  content: '＼';
}
.fukei_txt20-16::after{
  content: '／';
}
.inner_box .col2_img.fukei_summit .img{
  width: 25%;
}
.inner_box .col2_img.fukei_summit{
  justify-content: space-evenly;
}
.inner_box .fukei_img{
  display: flex;
  align-items: center;
}
.inner_box .fukei_img img{
  width: 150px;
  margin-right: 10px;
}
.fukei_date p:first-of-type::after{
  content: none;
}
.after-arrow::after{
  content: "";
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    border-color: transparent transparent transparent #79679B;
    display: inline-block;
    margin: 0px 5px 0;
    position: relative;
    top: 2px;
}
.inner_box .col2_img.web_uketsuke .txt{
  width: 55%;
}
.inner_box .col2_img.web_uketsuke .img{
  width: 30%;
}
.inner_box .fukei_line{
  margin-right: 15px;
}
.fukei_flex{
  display: flex;
  align-items: center;
  max-width: 300px;
}
.fukei_maron{
  width: 75px;
  height: auto;
  margin-right: 10px;
}
.fukei_fontSize{
  font-size: 20px;
}
.inner_box .col2_img.web_uketsuke .fukei_poster{
  width: 60%;
}
@media screen and (max-width: 640px){
  .inner_box .col2_img.web_uketsuke .txt{
    width: 100%;
  }
  .fukei_poster{
    max-width: 70%;
  }
  .inner_box .col2_img.web_uketsuke .fukei_poster{
    width: 100%;
  }
  .fukei_fontSize{
    font-size: 15px;
  }
  .fukei_txt20-16{
    font-size: 1.6rem;
  }
  .fukei_txt20-16::before{
    content: '';
  }
  .fukei_txt20-16::after{
    content: '';
  }
  .inner_box .col2_img.fukei_summit .img{
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
  }
  .inner_box .fukei_img{
    flex-direction: column;
  }
  
  .inner_box .fukei_img img{
    order: 2;
    margin-right: 0;
  }
  .inner_box .fukei_img strong{
    order: 1;
  }
  .inner_box .col2_img.web_uketsuke .img{
    width: 70%;
    order: 3;
    margin: auto;
    margin-bottom: 30px;
  }
  .fukei_img .fukei_fontSize{
    margin-bottom: 10px;
  }
  .fukei_maron{
    width: 50px;
  }
}