@charset "UTF-8";

/*=============================
　common → 共通★骨組み
　style → 共通★修飾
　pagename* → 各ページ
　2023.05.17
=============================*/

/* ========== 個別設定 ====== */

.ttl_s01 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #5193c3;
  border-bottom: solid 1px #5193c3;
}
.fs_s{font-size: .8em;opacity: .8;}
.fs_m{font-size: 1.2em;font-weight: 500;}
.fs_l{font-size: 1.6em;font-weight: 700;}


a { color: #5193c3;}
#blog_txt a:hover { color: #1E6599; opacity: .7;}
#blog_txt strong { color: #1E6599;}
main .btn-04:hover { background-color: #1E6599;}

.text a { border-bottom: solid 1px #5193c3;}

main a {transition: all ease-in-out .3s;}
.ttl-m {
  text-align: center;
  margin: 10px 0 20px;
}
.sub_title {
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 0%);
}

@media (min-width: 576px){
  .sub_title {
      font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .sub_title {
      font-size: 2.4rem;
  }
}


.ttl-main { width: 100%;}

.ttl-main::before {
  background-size: 8% auto, 8% auto;
  background-position: left top, right bottom;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .ttl-main::before {
    background-size: 6% auto, 6% auto;}
}
.link-01 {
  margin-bottom: 60px;
}
.link-01 a {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.link-01 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: .8em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: .5em;}


#blog_txt div  h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 40px 0 20px;
  padding: 0.3em;
  position: relative;
  background: #cfe6f5;
  border-radius: 0 5px 5px 5px;
  color: #5193C3;}
#blog_txt div  h2::after {
  position: absolute;
  content: "＋ point";
  background: #5193C3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: .1em .5em 0em .3em;
  font-size: .5em;
  letter-spacing: 0.05em;}
@media (min-width: 576px) {
  #blog_txt div  h2 {
    font-size: 2.4rem;}
}

#blog_txt div  ul {
	padding: 5px;
	list-style-type:none;}
#blog_txt div  ul li {
	position:relative;
	padding: 0 5px 5px 15px;
  display: block;
  border-bottom:none;}
#blog_txt div  ul li::before {
	position: absolute;
	content: "";
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #5193C3;
	border-bottom: 3px solid #5193C3;
	transform: rotate(-45deg);}



/* g-nav.active */

@media (min-width: 992px) {
	.gNav_menu > li:nth-child(5)::before {
    content: '＋';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    width: 1em;
    margin: 0 auto;}
}


@media (min-width: 576px){
  .sub_title {
      font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .sub_title {
      font-size: 2.4rem;
  }
}




/* ホバー調整 */

.info_box-01 a,
.info_box-01 a:hover { display: block;}
.card { padding: 0;}
.card img { margin-bottom: 0;}



/* .card */

@media (min-width: 576px){
  .card-group {
    justify-content: space-between;
  }
  .card-group > .card {
    -ms-flex: 1 0 44%;
    flex: 1 0 44%;
    max-width: 48%;
    margin: 15px 0px;}
}
@media (min-width: 768px) {
  .card-group > .card {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 28%;}  
}


.clearfix .ico_left,
.clearfix .ico_right {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 584px) {
  .clearfix .ico_left,
  .clearfix .ico_right {
      width: 300px;}
}


.ico-list {
  color: #5193C3;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;}
.ico-list .btn-05 {
  margin: 2px;
  color: #5193C3;
  display: inline;}

.ico-list a:-webkit-any-link {  
  cursor: default;}

.txt-01 a {
  color: #5193C3;
  font-weight: bold;
}

.img-box {
  text-align: center;}

.img-box img:nth-child(3) {
  max-width: 80%;
  margin-top: 40px;
}


.ttl_L img {
  width: 22px;
}
@media (max-width: 575px) {
  .ttl_L img {
    width: 18px;
  }
}
.new_btn {
  position: relative;
}
.new_btn::before {
  content: '';
  background-image: url("../images/new_btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}


.date {
    font-size: 1.2rem;
}
@media (min-width: 576px) {
  p {
      font-size: 1.6rem;
  }
}

  .txt_box100 {
    flex: 0 1 100%;
  }


/*=============================
  2段組
=============================*/

.col_02 .item {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #666;
  background: none;
}

.card_blog .item {
  flex: 0 1 100%;
  width: 100%;
}
.col_02 a:hover .ttl_txt03 {
  color: #10378B;
}

.card_blog .card_group {
  display: block;
}
.col_01 .item {
  margin-bottom: 30px;
}
.col_02 {
  margin-bottom: 30px;
}
.col_02 .bnr_m {
  height: 3.5em;
  padding-left: 10px;
}
.col_02 .ttl_txt03 {
  font-size: 1.8rem;
}
.ttl_txt03 i {
  color: #979EA5;
}

#info-01 .txt_box img {margin: 1em 0;}

#pickup .ttl_txt03 {
  font-size: 1.6rem;
  color: #636363;
}
.txt_box.list-news {
  width: 100%;
  padding-top: 5px;
}

@media (min-width: 576px) {
   .card_blog .card_group {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between
    }
   .card_blog .item {
     flex: 0 1 48%;
     width: 48%;
     align-self: stretch;
    } 
}
@media (min-width: 768px) {
  .col_02 .ttl_box {
    margin-top: 20px;
  }
  .ttl_L .ttl_txt01 {
    font-size: 1.8rem;
  }
  .col_2_box {
    display: flex;
    margin-bottom: 20px;
  }
  .col_01 {
    flex: 0 1 65%;
    width: 65%;
    margin-right: 20px;
  }
  .col_02 {
    flex: 0 1 35%;
    width: 35%;
  }

  .card_blog .txt_box {
    flex: 0 1 74%;
  }
  #blog-data .card_blog .txt_box {
    padding-bottom: 50px;
  }
  .col_02 .txt_box {
    flex: 0 1 100%;
  }

  .card_blog .ttl_M {
    font-size: 1.8rem;
  }
  .col_02 .ttl_txt03 {
    font-size: 2.0rem;
  }
  
  #pickup .ttl_txt03 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) { 
  .img_box {
    width: 150px;
    height: 150px;
  }
}
.card_box-01 .text {
  font-size: 1.6rem;
}

main i {
  font-size: .8em!important;
  padding-right: 0!important;
  vertical-align: baseline;
}
.txt_box100 .text {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 1.6rem;
}
.photo img {
  padding-bottom: 10px;
}
@media (min-width: 576px) {
 .photo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
 }
  .photo img {
   flex: 0 1 50%;
   max-width: 49%;
  }
}

.ttl_m {
  text-align: left;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .ttl_m {
    font-size: 2.2rem;
  }

}

.card_blog .item p {
  margin-bottom: 10px;
}

.card_blog .item p a {
  display:inline;
  color: #000090;
  border-bottom: solid 1px #000090;
}
.card_blog .item p a:hover {
  color: #FF0004;
}


.list-news .category {
  background-color: #10378B;
  color: #fff;
  display: inline;
  font-size: .8rem;
  padding: .2em .4em;
  margin-right: 2px;
  line-height: 2rem;
  letter-spacing:  -0.1px;
  white-space: nowrap;
}
.category.notice { background-color: #1e3c8c;}
.category.system { background-color: #009ddc;}
.category.tech { background-color: #963d97;}
.category.under { background-color: #e03a3e;}
.category.local { background-color: #61bb46;}
.category.value { background-color: #fdb827;}

.list-news .date {
  font-size: 1.1rem;
  padding-bottom: 5px;
  white-space: nowrap;
  display: block;
  color: #333;
  text-align: right;
}
.list-news .text {
  padding-top: 5px;
  line-height: 1.75;
  color: #333;
}

@supports (-webkit-line-clamp: 3) {
  .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}


.img_box {
  width: 100%;
  height: 60vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .img_box {
    height: 210px;
  }
}
@media (min-width: 1180px) {
  .card_group .item .img_box {
    height: 220px!important;
  }
  #blog-data .img_box {
    height: 400px;
  }
}

.item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 15px;
}


.col_01 .item:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0,0.2);
  transform: translateY(-2px);
  background-color: rgba(255,255,255,0.6);
}

@media (min-width: 768px) {
  .card_box-01 .card_group {
    flex-direction: row;
    justify-content: space-between;
  }/*
  .item {
    flex: 0 1 32%;
    width: 32%;
  }*/
  .ie .item {
    flex: 0 1 30%;
    width: 30%;
  }
  .ie .item01, .ie .item_box {
    flex: 0 1 48%;
    width: 48%;
  }
  .ie .item02,
  .ie .item03 {
    flex: 0 1 100%;
    width: 100%;
  }

}



.ttl_box {
  text-align: center;
  padding: 8px 0;
  margin: 20px 0;
  background-color: #5193c3;
  color: #fff;
}



#ad-box .bnr_m {
  background-color: #fff;
}


.hover-03:hover .ttl_txt03 {
  color: #5193C3!important;
}


/*== ページャー ==*/

.page-link {
  color: #5193c3;
  background-color: #efefef;
  border: none;
}
.page-link:hover {
  background-color: #ABC8DD;
}
.page-item.disabled .page-link {
  background-color: #efefef;
}
.page-item.active .page-link {
  background-color: #5193c3;
  border-color: #5193c3;
}
.page-item.disabled .page-link {
  color: #5193c3;
}

/*=============================
　  追加項目用 2カラム
=============================*/

.ad-box {
  text-align: center;}
.ad-box a {
  display: flex;
  justify-content: center;
  border-bottom: none!important;}
.ad-box a img {
  margin: 10px;}
.flexbox-01 > img,
.ad-inner > img {
  position: absolute;}
.txt-box.ad-box {
  padding: 10px;
  margin: 20px 0;
}
.flexbox-01 {
  padding: 10px;
  text-align: center;}
@media (min-width: 768px) {
  .flex-2box {
    display: flex;
    justify-content: space-between;}
  .flexbox-01 {
    flex: 0 1 49%;
    max-width: 49%;}
  }

.mtb1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*=============================
　 横いち 広告用
=============================*/
.ad-yoko1 {
  
}


/*=============================
　吹き出し
=============================*/

.faceicon {position: relative;}
.faceicon img {margin: 0!important;}
.balloon_r .faceicon::after,
.balloon_l .faceicon::after{
  bottom: -22px;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  color: #666;
  position: absolute;}
.faceicon {width: 60px;}
.balloon_r .faceicon::after {content: 'ロボP';}
.balloon_l .faceicon::after {content: 'Pくん';}

.says {
  color: #5193C3;
  width: auto; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #f1f5ff;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
  font-size: 1.6rem;
  text-align: left;
/*   align-items: center; */
}
@media (min-width: 1024px) {
  .says {
    max-width: 56%;
    flex: 0 1 56%;}
}
.balloon_l .says {background: #f1f5ff;}
.balloon_r .says {background: #fffeef;color: #d97600;}
.says p { margin:8px 0 0 !important; }
.says p:first-child { margin-top:0 !important;}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says::after { left: -26px;  border-right: 22px solid #f1f5ff;}
.balloon_r .says::after { right: -26px; border-left: 22px solid #fffeef;}


/*=============================
　 ポイントまとめ枠　.list_point
=============================*/
.list_point {
	position: relative;
	margin: 40px 0 80px;
	padding: 25px 20px 15px;
	border: 1px dotted #1b2538;
	background-color: #f8fdff;
	border-radius: 8px;
}
.list_point::before {
	position: absolute;
	top: -1em;
	left: 1em;
	content: attr(title);
	padding: .2em 1em 0 2.5em;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	height: 28px;
	background-color: #384c74;
	border-radius: 4px;
}
.list_point::after {
  top: -0.8em;
  left: 1.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  color: #fff;
  line-height: 25px;
  text-align: center;
  position: absolute;
}
.list_point dt,
.list_point dd {
	position: relative;
	list-style-type: none;
}
.list_point dt a,
.list_point dd a {
  color: #3C3C3C;}
#info-01 .list_point dt a,
#info-01 .list_point dd a {
  line-height: 2em;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  border: none;}

#info-01 .list_point > dt > a,
#info-01 .list_point > dd > a {
  font-weight: bold;
}
.list_point dt a span,
.list_point dd a span {
  font-size: 1.2em;
  padding-right: 1em;
  color: #88afc4;
  font-weight: bold;}

.list_point dt dt {
  padding-left: 1em;}


.ttl-05 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;}
@media (min-width: 576px) {
  .ttl-05 {
      font-size: 1.8rem;}
}
.ttl-06 {
  line-height: 1.2;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
  background-color: #DEB887;
  color: #fff;}
.ttl-07 {
  font-size: 1.2em;
  padding: 10px 0 10px 10px;
  text-align: left;
  margin: 30px 15px;
  display: block;
  border-top: 2px solid #a6a694;
  border-bottom: 2px solid #a6a694;}
@media (min-width: 576px) {
  .ttl-07 {
    padding: 15px 0 15px 10px;}
}
.main_copy {
  padding: 80px 15px 20px;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;}





