@charset "UTF-8";
/* CSS Document */
.head_part.lazyloaded{
  background-image: url(../img/angel_library/head_part_bg.jpg);
  margin-bottom: 0;
  background-position: 100% 0;
}
header nav ul li.gnav_li_angel_library a{
  color: #5596ba !important;
}

/* content_section angellibrary_content */
.content_section.angellibrary_content{
  background-image: -moz-linear-gradient(top, #b29d84 0%, #b29d84 100%);
  background-image: -webkit-linear-gradient(top, #b29d84 0%,#b29d84 100%);
  background-image: linear-gradient(to bottom, #b29d84 0%,#b29d84 100%);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: 100% 0;
  padding: 0;
}
.content_section.angellibrary_content .inner{
  width: 100%;
  max-width: 1280px;
  height: 500px;
  display: flex;
  justify-content: space-between;
}
.content_section.angellibrary_content .inner::before{
  content: "";
  width: 50%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content_section.angellibrary_content .inner .angellibrary_inner_content{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}
.content_section.angellibrary_content h2{
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 16px;
}
.content_section.angellibrary_content h2 span{
  display: block;
}
.content_section.angellibrary_content p{
  font-size: 12px;
}

/* //content_section angellibrary_content */

/* content_section introduction */
.content_section.angellibrary_content.introduction{
  margin-bottom: 0;
}
.content_section.angellibrary_content.introduction .inner.lazyloaded::before{
  background-image: url("../img/angel_library/sec_introduction_bg.jpg");
  background-position: 100% 0;
}
.content_section.introduction h2{
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 16px;
}
.content_section.introduction h2 span{
  display: block;
}
.content_section.introduction.hasImgBgAfter.lazyloaded::after{
  padding-top: 500px;
  background-color: #FFF;
  background-image: url(../img/angel_library/sec_introductionafter_bg.jpg);
  background-position: 100% 0;
  background-size: auto 100%;
}
/* //content_section introduction */

/* content_section business_day */
.content_section.angellibrary_content.business_day{
  margin-bottom: 100px;
}
.content_section.angellibrary_content.business_day .inner.lazyloaded::before{
  background-image: url("../img/angel_library/sec_business_day_bg.jpg");
  background-position: 50% 0;
}
.content_section.business_day p{
  margin-bottom: 24px;
}
/*.content_section.business_day dl{
  margin-bottom: 30px;
}*/
.content_section.business_day dt{
  font-family: ebony, sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}
.content_section.business_day dd{
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 14px;
}
/* //content_section business_day */

@media only screen and (max-width: 1280px){
  .content_section.angellibrary_content{
    background-image: none;
    background-color: #b29d84;
  }
}
@media only screen and (max-width: 1170px){
  .content_section.angellibrary_content .inner .angellibrary_inner_content{
    padding-left: 16px;
  }
  .content_section.angellibrary_content.business_day .inner{
    background-position: 0 0;
  }
  .content_section.angellibrary_content .inner>div{
    width: 576px;
  }
}
@media only screen and (max-width: 1112px){
  .content_section.angellibrary_content .inner{
    padding: 0;
  }
}
@media only screen and (max-width: 970px){
  .content_section.angellibrary_content .inner{
    background-position: -200px 0;
  }
  .content_section.angellibrary_content .inner>div{
    width: calc(100vw - 390px);
  }
}
@media only screen and (max-width: 948px){
  .content_section.introduction h2 span {
    display: inline;
  }
}
@media only screen and (max-width: 880px){
  .content_section.business_day .link_btn{
    font-family: ebony, sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .content_section.angellibrary_content p{
    padding-right: 16px;
  }
}
@media only screen and (max-width: 820px){
  .content_section.angellibrary_content .inner{
    background-position: -260px 0;
  }
  .content_section.angellibrary_content .inner>div{
    width: calc(100vw - 340px);
  }
}

/* iPad未満 */
@media only screen and (max-width: 767px){
	.head_part.lazyloaded{
  background-image: url(../img/angel_library/narrow/nr_head_part_bg.jpg);
}
  .content_section.introduction h2{
    font-size: 24px;
  }
  .content_section.angellibrary_content p{
    font-size: 19px;
  }
  .content_section.angellibrary_content .inner{
/*    padding-top: 76vw;
    background-size: contain;
    background-position: 0 0;*/
    height: auto;
    flex-direction: column;
  }
  .content_section.angellibrary_content .inner::before{
    content: "";
    width: 100%;
    height: 76vw;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
  .content_section.angellibrary_content .inner .angellibrary_inner_content{
    width: 100%;
    padding: 98px 48px 100px;
  }
  .content_section.angellibrary_content.introduction .inner br{
    display: none;
  }
  .content_section.angellibrary_content.introduction .inner.lazyloaded::before{
    background-image: url("../img/angel_library/narrow/nr_sec_introduction_bg.jpg");
  }
  .content_section.introduction.hasImgBgAfter.lazyloaded::after{
    background-position: 50% 0;
    background-image: url("../img/angel_library/narrow/nr_sec_introductionafter_bg.jpg");
  }
  .content_section.angellibrary_content.business_day .inner.lazyloaded::before{
    background-image: url("../img/angel_library/narrow/nr_sec_business_day_bg.jpg");
  }
  /*.content_section.business_day dl{
    display: flex;
    width: 268px;
    flex-wrap: wrap;
  }*/
  .content_section.business_day dl{
    /*display: flex;
    width: 350px;
    flex-wrap: wrap;*/
    margin-bottom: 20px;
  }
  .content_section.business_day dt,
  .content_section.business_day dd{
    font-size: 22px;
  }
  .content_section.business_day dt{
    width: 220px;
  }
  .content_section.business_day .link_btn{
    margin: 0 auto !important;
    width: 280px;
    padding: 0;
    font-size: 18px;
  }
  .content_section.business_day .link_btn a{
    width: 100%;
  }
  .content_section.angellibrary_content.business_day .inner>div{
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 580px){
  .content_section.angellibrary_content.business_day .inner>div br{
    display: none;
  }
}
@media only screen and (max-width: 414px){
  .content_section.angellibrary_content .inner>div{
    padding: 98px 16px 100px;
  }
}
@media only screen and (max-width: 390px){
  .content_section.business_day dl{
    width: 100%;
    flex-direction: column;
  }
  .content_section.business_day .link_btn{
    width: 100%;
  }
}