@charset "UTF-8";
.mb0{
  margin-bottom: 0!important;
  }
.main-visual {
  width: 100%;
  height: 150px;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 11.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 20vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 11.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 20vw;
  }
}
._pc{
	display: inline-block;
}
._sp{
	display: none
}
@media screen and (max-width: 500px) {
	._pc{display: none}
	._sp{display: inline-block;}
}
a.new::before{
	content:"NEW";
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 15px;
	background: #d20202;
	font-size: 1.2rem;
	color: #FFF;
}
@media screen and (max-width: 980px) {
	a.new::before{
		font-size: 1.11111rem;
		padding: 0.212379rem 1.26984rem;
	}
}
@media screen and (max-width: 500px) {
	a.new::before{
		font-size: 2.46243vw;
		padding: 0.612379vw 2.16984vw;
	}
}
.topics{
	position: relative;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 25px 30px;
    border: solid 2px #ef8400;
    background: #fff9f3;
}
.topics h4{
	margin: 0 0 1em;
    color: #0a2986;
    font-size: 2.0rem;
    font-weight: bold;
    width:100%;
}
.topics a{
	display: flex;
    position: relative;
	width: 100%;
	background: #FFF;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding: 15px 45px 15px 15px;
    transition: opacity 0.5s ease-out;
	color: #000;
}
.topics a:hover {
    opacity: .6 !important;
}
.topics a::before{
    z-index: 2;
    position: absolute;
    top: 53%;
    right: 23px;
    width: 10px;
    height: 10px;
    margin-top: calc(-14px/2);
    transform: rotate(315deg);
    border-right: 1px solid #0a2986;
    border-bottom: 1px solid #0a2986;
    content: "";
    transition: right 0.5s ease-out,opacity 0.5s ease-out;
}
.topics a:hover:after{
	right: 15px;
}
.topics a.replay{
	padding:15px;
}
.topics a.replay::after{
	display: none;
}
.topics .article-1{
	display: flex;
	width: calc(50% - 7.5px);
	margin-right: 15px;
}
.topics .item{
	position: relative;
	display: flex;
	align-items:center;
}
.topics .movie_lp .item{
    align-items: flex-start
}
.topics .item .topics-image{
	position: relative;
    margin-right: 15px;
	text-align: center;
}
.topics .item .topics-image img{
	background: #e8ebf5;
	border: solid 1px #ddd;
}
.topics .movie .item .topics-image img{
	width: 253px;
}
.topics .movie_lp .item .topics-image img,
.topics .article-1 .item .topics-image img,
.topics .article-2 .item .topics-image img{
	width: 120px;
}
.topics .item .topics-detail{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
.topics .movie_lp .item .topics-detail{
    width: 750px;
}
.topics a.movie_lp::before{
    right: 20px;
    border-right: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
}
.topics a.movie_lp:hover::before{
    right: 15px;
}
.topics a.movie_lp::after{
    content: "動画概要を見る";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-left:15px;    
    background-color: #0a2986; 
    color: #fff;
    font-size: 1.4rem;
    transition: right 0.5s ease-out,opacity 0.5s ease-out;
}
.topics .item h5{
	color: #0a2986;
	font-size: 1.6rem;
}
.topics .movie h5{
	font-size: 2.0rem;
	margin-bottom: 0.5em;
}
.topics .item .topics-detail .topics-detail-text{
	line-height: 1.71428;
}

.topics #lv_topics-4 {
    margin-right: 0 !important;
}


@media screen and (max-width: 980px) {
	.topics{
		padding: 2.38095rem;
	}
	.topics h4{
		font-size: 1.74603rem;
		margin-bottom: 1.26984rem;
	}
	.topics a{
		margin-bottom: 1.26984rem;
	}
	a.new::before{
		font-size: 1.11111rem;
		padding: 0.212379rem 1.26984rem;
	}
	.topics .item h5{
		font-size: 1.28256rem;
	}
	.topics .movie h5{
		font-size: 1.42857rem;
	}
	.topics .item .topics-detail .topics-detail-text,
    .topics a.movie_lp::after{
		font-size: 1.11111rem;
	}
	.topics .movie .item .topics-image img{
		width: 18.01587rem;
	}
	.topics .article-1 .item .topics-image img,
	.topics .article-2 .item .topics-image img{
		width: 9.01587rem;
	}
    .topics .movie_lp .item .topics-detail {
        width: 570px;
    }
    .topics a.movie_lp::before {
        height: 8px;
        width: 8px;
    }
}
@media screen and (max-width: 500px) {
	.topics{
		margin-bottom: 30px;
		padding: 15px;
	}
	.topics a,.topics .article-1,
	.topics .item,
	.topics .item .topics-image{
		display: block;
	}
	.topics h4{
		font-size: 3.2vw;
		margin-bottom: 0.5em;
	}
	.topics .article-1{
		width: 100%;
		margin-right: 0px;
	}
	.topics a{
		padding: 15px;
	}
	.topics a::before{
		display: none;
	}
	.topics a:last-of-type{
		margin-bottom: 0;
	}
	a.new::before{
		font-size: 2.46243vw;
		padding: 0.612379vw 2.16984vw;
	}
	.topics .item .topics-image{
		margin: 0 auto 1rem;
		width: 28.3vw!important;
	}
	.topics .item .topics-image img{
		width: 100%!important;
	}
	.topics .item h5{
		position: relative;
		display: block;
		font-size: 2.93333vw;
		color: #fff;
		background: #0a2986;
		padding: 8px 20px 10px 10px;
		margin-bottom: 0.5em;
		font-weight: normal;
		text-align: center;
	}
	.topics .item h5::after{
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/2);
    transform: rotate(315deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    transition: right 0.5s ease-out,opacity 0.5s ease-out;
	}
	.topics .item .topics-detail .topics-detail-text{
	font-size: 2.93333vw;
	padding: 0 5px;
	}
    .topics .movie_lp .item .topics-detail {
        width: 100%;
    }
    .topics .movie_lp .item h5{
        color: #0a2986;
        background: #e8ebf5;
        font-weight: bold;
    }
    .topics .movie_lp .item h5::after{
        display: none;
    }
    .topics a.movie_lp{
        padding: 15px 15px 55px 15px;
    }
    .topics a.movie_lp::before{
        display: block;
        top: auto;
        bottom: 17px;
    }
    .topics a.movie_lp::after{
        top: auto;
        bottom: 0;
        width: 100%;
        height: 10%;
        padding:10px;
        display: block;
        text-align: center;
    }
    
}

.pages-box {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  .pages-box {
    margin-bottom: 7.93651rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box {
    display: block;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
}

.pages-box p {
  display: table;
  position: relative;
  width: 353px;
  height: 54px;
  margin-right: 30px;
}

@media screen and (max-width: 980px) {
  .pages-box p {
    width: 28.01587rem;
    height: 4.28571rem;
    margin-right: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box p {
    width: 100%;
    height: 10.66667vw;
    margin-top: 2vw;
    margin-right: 0;
  }
}

.pages-box p:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .pages-box p:first-of-type {
    margin-top: 0;
  }
}

.pages-box p:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: calc(-14px/2);
  transform: rotate(45deg);
  border-right: 1px solid #0a2986;
  border-bottom: 1px solid #0a2986;
  content: "";
  transition: border 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .pages-box p:before {
    width: 0.79365rem;
    height: 0.79365rem;
    margin-top: calc(-0.79365rem/2);
  }
}

@media screen and (max-width: 500px) {
  .pages-box p:before {
    width: 1.33333vw;
    height: 1.33333vw;
    margin-top: calc(-1.33333vw/2);
  }
}

.pages-box a {
  display: block;
  position: relative;
  width: 353px;
  height: 54px;
  background-color: #e8ebf5;
  font-size: 1.6rem;
  line-height: 54px;
  text-align: center;
  transition: background-color 0.1s cubic-bezier(1, 0, 0, 1);
}

.pages-box a span {
  z-index: 1;
  position: relative;
  color: #0a2986;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .pages-box a {
    width: 28.01587rem;
    height: 4.28571rem;
    font-size: 1.26984rem;
    line-height: 4.28571rem;
  }
}

@media screen and (max-width: 500px) {
  .pages-box a {
    width: 100%;
    height: 10.66667vw;
    font-size: 2.93333vw;
    line-height: 10.66667vw;
  }
}

@media screen and (min-width: 501px) {
  .pages-box a:hover {
    background-color: #0a2986;
  }
}

@media screen and (min-width: 501px) {
  .pages-box p:hover a:after {
    left: 0;
    width: 100%;
  }
  .pages-box p:hover:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .pages-box p:hover:hover span {
    color: #fff;
  }
}

.contents h2 {
  margin-bottom: 40px;
}
.contents h2.page_title {
    color: #0a2986;
	font-size: 3.4rem;
    text-align: center;
}
@media screen and (max-width: 980px) {
  .contents h2.page_title {
    font-size: 2.69841rem;
}
  .contents h2 {
    margin-bottom: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .contents h2.page_title {
    font-size: 5.86667vw;
}
  .contents h2 {
    margin-bottom: 5.33333vw;
  }
}
.contents .page_text {
    margin-top: 23px;
	margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 32px;
    text-align: center;
}
.contents .leaflet{
	margin-top: 32px;
}
.contents .leaflet .leaflet-block {
  display: flex;
  margin-top: 41px;
  margin-bottom: 69px;
}

@media screen and (max-width: 980px) {
  .contents .page_text {
    margin: 1.8254rem auto 3.96825rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
	}
  .contents .leaflet{
	margin-top: 3.25397rem;
  }
  .contents .leaflet .leaflet-block {
    margin-top: 3.25397rem;
    margin-bottom: 5.47619rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .page_text {
    width: 91%;
    margin: 3.06667vw auto 4.831668vw;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
	}
  .contents .leaflet {
	margin-top: 9.23258vw;
  }
  .contents .leaflet .leaflet-block {
    display: block;
    margin-top: 0vw;
    margin-bottom: 4rem;
  }
}

.contents .leaflet .leaflet-block__media {
  margin-right: 67px;
  margin-left: 52px;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-block__media {
    margin-right: 5.31746rem;
    margin-left: 4.12698rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-block__media {
    margin-right: auto;
    margin-left: 23vw;
  }
}

.contents .leaflet .leaflet-block__media-img {
  margin-top: 56px;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-block__media-img {
    margin-top: 4.44444rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-block__media-img {
    margin-top: 5.2vw;
  }
}

.contents .leaflet .leaflet-block__media-img img {
  width: 267px;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-block__media-img img {
    width: 21.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-block__media-img img {
    width: 47.33333vw;
  }
}

.contents .leaflet .leaflet-block__media-text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.857;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-block__media-text {
    margin-top: 0.79365rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-block__media-text {
    margin-top: 1vw;
    margin-left: 8vw;
    font-size: 3.2vw;
    text-align: left;
  }
}
.contents .leaflet .leaflet_box{
    width: 100%;
}
.contents .leaflet .leaflet-table {
  border-collapse: collapse;
    width: 100%;
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table:first-child {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table:first-child td:first-child {
    height: 13vw;
  }
}

.contents .leaflet .leaflet-table td {
  height: 70px;
  border: solid 1px #e4e4e4;
  font-size: 1.4rem;
  line-height: 1.857;
  text-align: center;
}



@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table td {
    height: 5.55556rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table td {
    height: auto;
    padding-left: 2vw;
    font-size: 2.73333vw;
    line-height: 1.454545;
  }
}

.contents .leaflet .leaflet-table td:first-child {
    width: 343.906px;
  padding-left: 10px;
  background-color: #f7fbff;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table td:first-child {
    padding-left: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table td:first-child {
    width: 40.26667vw;
    padding-top: 2vw;
    padding-right: 1vw;
    padding-bottom: 3vw;
    padding-left: 2.4vw;
  }
}
.contents .leaflet .leaflet-table tr:last-child td:first-child{
	letter-spacing: -0.025em;
}
.contents .leaflet .leaflet-table td:last-child {
  padding-left: 16px;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table td:last-child {
    padding-left: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table td:last-child {
    padding-left: 0;
      width: 28.26667vw;
  }
}

.contents .leaflet .leaflet-table + .leaflet-table {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table + .leaflet-table {
    margin-top: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table + .leaflet-table {
    margin-top: 4vw;
  }
}

.contents .leaflet .leaflet-table a {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  border-bottom: 1px solid transparent;
  color: #0a2986;
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table a {
    margin-right: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table a {
    margin-right: 6.66667vw;
  }
}

.contents .leaflet .leaflet-table a:hover {
  border-bottom: 1px solid #0a2986;
}

.contents .leaflet .leaflet-table a.icon-pdf:after {
  position: absolute;
  right: -30px;
  bottom: 2px;
  width: 21px;
  height: 21px;
  background-image: url("./../../../img/leaflets_videos/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table a.icon-pdf:after {
    right: -2.38095rem;
    width: 1.66667rem;
    height: 1.66667rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table a.icon-pdf:after {
    top: 1vw;
    right: -4.66667vw;
    width: 2.8vw;
    height: 2.8vw;
  }
}

.contents .leaflet .leaflet-table a.syoukai {
  position: relative;
}

@media screen and (max-width: 500px) {
  .contents .leaflet .leaflet-table a.syoukai {
    margin-right: 0;
    margin-left: -2vw;
  }
}

.contents .leaflet .leaflet-table a.syoukai:before {
  position: absolute;
  top: 9px;
  right: -15px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #afaeae;
  border-right: 1px solid #afaeae;
  content: "";
}

@media screen and (max-width: 980px) {
  .contents .leaflet .leaflet-table a.syoukai:before {
    top: 0.55556rem;
    right: -2.5vw;
    width: 0.55556rem;
    height: 0.55556rem;
  }
}

.contents .service .service-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 980px) {
  .contents .service .service-block {
    margin-bottom: 5.55556rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .service .service-block {
    display: block;
    margin-bottom: 9.33333vw;
  }
}

.contents .videobox {
  width: 253px;
  margin: 6px auto 16px;
}
.contents .videobox img{
  border: solid 1px #ddd;	
}

@media screen and (max-width: 980px) {
  .contents .videobox {
    width: 18.01587rem;
    min-width: 18.01587rem;
    max-width: 18.01587rem;
    margin-top: 0.47619rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .videobox {
    width: 50%;
    min-width: inherit;
    max-width: inherit;
    margin-top: 0.2vw;
    margin-right: auto;
    margin-bottom: 0;
}
}

.contents .videobox span img {
  display: block;
  width: 100%;
}

.contents .videobox-text {
  margin-top: 14px;
  color: #0a2986;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contents .videobox-text {
    margin-top: 1.11111rem;
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .videobox-text {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 500px) {
  .contents .videobox:last-child {
    margin-top: 7vw;
  }
}

.contents .seminar .seminar-text {
  margin-top: -6px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.625;
}

@media screen and (max-width: 980px) {
  .contents .seminar .seminar-text {
    margin-top: -0.47619rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .seminar .seminar-text {
    font-size: 2.93333vw;
  }
}

.contents .seminar .seminar-movie {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
  counter-reset: counter;
}

@media screen and (max-width: 980px) {
  .contents .seminar .seminar-movie {
    margin-top: 3.09524rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .seminar .seminar-movie {
    margin-top: -2.8vw;
	  display: block;
  }
}

.contents .seminar .seminar-block {
  display: block;
  width: calc(100% / 2 - 32px);
  flex-shrink: 0;
  margin:0 32px 32px 0;
  padding-bottom: 30px;
  border-bottom: dotted 1px #000;
}

.contents .seminar .seminar-block:nth-of-type(2n+2){
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .contents .seminar .seminar-block {
    margin-bottom: 2.46032rem;
    padding-top: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .seminar .seminar-block {
	  width: 100%;
    margin-top: 3.93333vw;
	  margin-right: 0;
	  margin-left: 0;
    padding-top: 3.93333vw;
  }
}

.contents .seminar .seminar-block__img {
  width: 253px;
  min-width: 253px;
  margin: 6px auto 16px;
}

@media screen and (max-width: 980px) {
  .contents .seminar .seminar-block__img {
    width: 18.01587rem;
    min-width: 18.01587rem;
    max-width: 18.01587rem;
    margin-top: 0.47619rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .seminar .seminar-block__img {
    width: 50%;
    min-width: inherit;
    max-width: inherit;
    margin-top: 0.2vw;
    margin-right: auto;
	  margin-bottom: 0;
  }
}

.contents .seminar .seminar-block__img img {
  width: 100%;
  border: solid 1px #ddd;
}



.contents .seminar .seminar-block__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  counter-increment: counter;
}
.contents .seminar .seminar-block__title::before{
	content: "【"counter(counter)"】";
    position: relative;
    left: -0.5em;
    display: inline-block;
    max-width: 2.3em;
}
.contents .seminar .seminar-block__title.serviceintroduction::before{
	content: "";
}
@media screen and (max-width: 980px) {
  .contents .seminar .seminar-block__title {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .seminar .seminar-block__title {
    margin-top: 4vw;
    font-size: 3.46667vw;
    line-height: 1.3846;
  }
}

.contents .seminar .seminar-block__text {
	display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.71428;
}
.contents .seminar .seminar-block__text span{
    font-size: 83%;
}
@media screen and (max-width: 980px) {
  .contents .seminar .seminar-block__text {
    margin-top: 1.26984rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .seminar .seminar-block__text {
    margin-top: 3.06667vw;
    font-size: 2.93333vw;
    line-height: 1.7;
  }
}

.contents .list {
  width: 200px;
  margin: auto;
  padding: 0;
}

.contents .seminar-block {
  margin-top: 10px;
  list-style: none;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.contents .seminar-block.is-hidden {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.contents .media_article .article-block{
	position: relative;
    width: 100%;
}

.contents .media_article .article-block a{
	display: flex;
    position: relative;
	width: 100%;
	background: #FFF;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding: 15px 45px 15px 15px;
    transition: opacity 0.5s ease-out;
	color: #000;
}
.contents .media_article .article-block a:hover {
    opacity: .6 !important;
}
.contents .media_article .article-block a::after{
    z-index: 1;
    position: absolute;
    top: 53%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: calc(-14px/2);
    transform: rotate(315deg);
    border-right: 1px solid #0a2986;
    border-bottom: 1px solid #0a2986;
    content: "";
    transition: right 0.5s ease-out,opacity 0.5s ease-out;
}
.contents .media_article .article-block a:hover:after{
	right: 15px;
}
.contents .media_article .article-block a:last-of-type{
	margin-bottom: 0;
}
.contents .media_article .article-block a .item{
	position: relative;
	display: flex;
	align-items:flex-start;
}
.contents .media_article .article-block a .item .topics-image{
	position: relative;
    margin-right: 15px;
	text-align: center;
}
.contents .media_article .article-block a .item .topics-image img{
	background: #e8ebf5;
	width: 130px;
	border: solid 1px #ddd;
}
.contents .media_article .article-block a .item .topics-detail{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
.contents .media_article .article-block a .item h5{
	color: #0a2986;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
.contents .media_article .article-block a .item .topics-detail .topics-detail-text{
	line-height: 1.71428;
}
@media screen and (max-width: 980px) {
	.contents .media_article .article-block a .item .topics-image img{
		width: 15.01587rem;
	}
	.contents .media_article .article-block a .item h5{
		font-size: 1.42857rem;
	}
	.contents .media_article .article-block a .item .topics-detail .topics-detail-text{
		font-size: 1.11111rem;
	}
}
@media screen and (max-width: 500px) {
	.contents .media_article .article-block a{
		padding-right: 5px;
		border-right: 30px #e8ebf5 solid;
	}
	.contents .media_article .article-block a::after,
	.contents .media_article .article-block a:hover:after{
		width: 1.33333vw;
    	height: 1.33333vw;
    	margin-top: calc(-1.33333vw/2);
    	transform: rotate(315deg);
		right: -15px;
	}
	.contents .media_article .article-block a .item{
		display: block;
	}
	.contents .media_article .article-block a .item .topics-image{
		margin: 0 auto 1rem;
		width: 28.3vw!important;
	}
	.contents .media_article .article-block a .item .topics-image img{
		width: 100%!important;
	}
	.contents .media_article .article-block a .item h5{
		font-size: 3.46667vw;
		line-height: 1.3846;
		margin-bottom: 0.5em;
	}
	.contents .media_article .article-block a .item .topics-detail .topics-detail-text{
		font-size: 2.93333vw;
	}
	.contents .media_article .article-block a.new::before{
		left: 0;
		right: auto;
	}
}

.contents .more-btn {
  z-index: 10;
  position: relative;
  width: 300px;
  margin: 20px auto 0;
  padding: 16px;
  border: solid 1px #08257b;
  color: #08257b;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .contents .more-btn {
    width: 23.80952rem;
    margin: 1.5873rem auto 0;
    padding: 1.26984rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .more-btn {
    width: 80vw;
    margin: 2.66667vw auto 0;
    padding: 4.13333vw;
    font-size: 3.46667vw;
  }
}

.contents .more-btn:hover {
  background-color: #08257b;
  color: #fff;
}

.contents .close-btn {
  display: none;
  z-index: 10;
  position: relative;
  width: 300px;
  margin: 20px auto 0;
  padding: 16px;
  border: solid 1px #08257b;
  color: #08257b;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .contents .close-btn {
    width: 23.80952rem;
    margin: 1.5873rem auto 0;
    padding: 1.26984rem;
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .close-btn {
    width: 80vw;
    margin: 2.66667vw auto 0;
    padding: 4.13333vw;
    font-size: 3.46667vw;
  }
}

.contents .close-btn:hover {
  background-color: #08257b;
  color: #fff;
}

.contents .application-btn {
  position: relative;
  width: 590px;
  margin: 60px auto 0;
  padding: 31px 0 37px 42px;
  background-color: #007aff;
  text-align: center;
  cursor: pointer;
}
.contents .application-btn-s a{
  display: block;
  position: relative;
  width: 60%;
  margin: 1em auto 0;
  padding: 1.15em 0 1.25em 2.75em;
  background-color: #007aff;
  text-align: center;
  color: #fff;
  font-size: 220%;
  transition: opacity 0.5s ease-out;
}


@media screen and (max-width: 980px) {
  .contents .application-btn {
    width: 46.8254rem;
    margin: 4.7619rem auto 0;
    padding: 2.46032rem 0 2.93651rem 3.33333rem;
  }
  .contents .application-btn-s a{
    padding: 1.76032rem 0 1.93651rem 2.83333rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .application-btn {
    width: 89.33333vw;
    margin: 11vw auto 0;
    padding: 5.46667vw 0 4.93333vw 9.33333vw;
  }
.contents .application-btn-s a{
    width: 80.33333vw;
    padding: 3.56667vw 0 3.63333vw 5.33333vw;
  }
}

.contents .application-btn a {
  color: #fff;
  font-size: 2.2rem;
  transition: opacity 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .contents .application-btn a {
    font-size: 1.74603rem;
  }
  .contents .application-btn-s a {
    font-size: 1.24603rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .application-btn a {
    font-size: 4.26667vw;
  }
  .contents .application-btn-s a {
    font-size: 2.86667vw;
  }
}

.contents .application-btn:hover a,
.contents .application-btn-s:hover a {
  opacity: 0.5;
}

.contents .application-btn:hover:before,
.contents .application-btn-s a:hover:before {
  opacity: 0.5;
}

.contents .application-btn:before {
  position: absolute;
  top: 36px;
  left: 131px;
  width: 31px;
  height: 26px;
  background-image: url("./../../../img/leaflets_videos/icon-movie.png");
  background-size: 31px 26px;
  content: "";
  transition: opacity 0.5s ease-out;
}
.contents .application-btn-s a:before {
  position: absolute;
  top: 33%;
  left: 17%;
  width: 22px;
  height: 18px;
  background-image: url("./../../../img/leaflets_videos/icon-movie.png");
  background-size: 22px 18px;
  content: "";
  transition: opacity 0.5s ease-out;
}

@media screen and (max-width: 980px) {
  .contents .application-btn:before {
    top: 2.85714rem;
    left: 10.39683rem;
    width: 2.46032rem;
    height: 2.06349rem;
    background-size: 2.46032rem 2.06349rem;
  }
  .contents .application-btn-s a:before {
    top: 1.95714rem;
    left: 3.01468rem;
    width: 2.16032rem;
    height: 1.66349rem;
    background-size: 2.16032rem 1.66349rem;
  }
}

@media screen and (max-width: 500px) {
  .contents .application-btn:before {
    top: 6.13333vw;
    left: 13.46667vw;
    width: 6vw;
    height: 5.06667vw;
    background-size: 6vw 5.06667vw;
  }
  .contents .application-btn-s a:before {
    top: 3.83333vw;
    left: 16.46667vw;
    width: 4.2vw;
    height: 3.76667vw;
    background-size: 4.2vw 3.76667vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .contents .leaflet .leaflet-table a.icon-pdf::after {
    bottom: 3px;
  }
  .contents .leaflet .leaflet-table a.syoukai::before {
    top: 9px;
  }
}

@media screen and (max-width: 500px) {
  .contact {
    margin-top: 80px;
  }
}

/* 動画の閉じるボタン調整 このページのみ */
#sb-title, #sb-info {
  position: absolute;
  top: -40px;
  right: 0;
}
#group02,#group03{
	padding-top:55px;}
/*# sourceMappingURL=../../../css-map/pages/leaflets_videos/index.css.map */
