@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;
	}
}


.contents h2 {
  margin-bottom: 40px;
}
.contents h2.page_title {
    color: #0a2986;
	font-size: 3.4rem;
    text-align: center;
}
.contents h2.page_title span{
    display: block;
    font-size: 80%;
}
@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: 30px;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
}
.contents .page_text span{
    font-size: 90%;
    display: block;
    width: 93%;
    margin: 1rem auto 0;
    text-align: left;
}
@media screen and (max-width: 980px) {
  .contents .page_text {
    margin: 1.8254rem auto 3.96825rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
	}
}

@media screen and (max-width: 500px) {
  .contents .page_text {
    width: 97%;
    margin: 3.06667vw auto 4.831668vw;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
	}
    .contents .page_text span{
        width: 100%;
        margin: 1.14665vw auto 0;
    }
}

.flexbox{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.flexbox_leftbox{
    width: 60%;
    margin-right: 20px;
}
.flexbox_leftbox .imgarea{
    width: 60%;
    margin: 0 auto 30px;
    padding: 15px;
    background: #e8ebf5;
}
.flexbox_leftbox .imgarea img{
    width: 100%;
}
.flexbox_leftbox h3{
    position: relative;
    padding-left: 20px;
    font-size: 2.2rem;
    font-weight: bold;
}
.flexbox_leftbox h3::before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 24px;
    margin-top: calc(-21px / 2);
    background-color: #0a2986;
    content: "";
}
.flexbox_leftbox ul.list_text{
    margin: 10px 0 55px;;
    font-size: 1.6rem;
    line-height: 26px;
}
.flexbox_leftbox ul.list_text:last-of-type{
    margin-bottom: 15px;
}
.flexbox_leftbox .list_text li{
    position: relative;
    font-size: 1.4rem;
    padding-left: 10px;
    margin-left: 8px;
    letter-spacing: 0.02em;
}
.flexbox_leftbox .list_text li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #0a2986;
}
.flexbox_rightbox{
    width: calc(100% - 60% - 20px);
}
.flexbox_rightbox iframe{
    border: 0;
    width:100%;
    height: 670px;
}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 500px) {
    .flexbox{
        display: block;
        margin-top: 8vw;
    }
    .flexbox_leftbox .imgarea{
        margin-bottom: 4vw;
    }
    .flexbox_leftbox,
    .flexbox_rightbox{
        width: 100%;
    }
    .flexbox_leftbox ul.list_text{
        margin-bottom: 8.48635158vw;
    }

}
.detabox{
    margin: 1em 0;
    text-align: right;
    font-size: 1.2rem;
    color: #aaa;
}
.btnbox .btnlink {
  display: block;
  width: 300px;
  margin: 0 auto 30px;
  padding: 16px 0;
  border: 1px solid #00367e;
}
.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 23.80952rem;
    padding: 1.26984rem 0;
    margin: 0 auto 3.5684rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 50%;
    padding: 2.15165vw 0;
    margin: 5vw auto 3vw;
  }
}

.btnbox .btnlink span {
  color: #00367e;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span {
    font-size: 3.2vw;
  }
}

.btnbox .btnlink span:before {
  left: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  transform: rotate(225deg)
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

@media screen and (min-width: 501px) {
    .btnbox .btnlink:hover{
        background: #00367e;
    }
  .btnbox .btnlink:hover span {
    color: #fff;
  }
  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}



/*# sourceMappingURL=../../../css-map/pages/leaflets_videos/index.css.map */
