@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0;
}
.not_found_container > p {
  font-size: 16px;
  color: #333;
  padding: 30px 0;
}
.not_found_container > p span {
  color: #de0515;
  display: block;
}

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: justify;
}

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px;
}
.sp_menu i {
  font-size: 36px;
  color: #FFF;
}

h2 {
  position: relative;
  text-align: center;
  color: #7A6A56;
  font-size: 16px;
  margin-bottom: 48px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
h2 span {
  display: block;
  font-size: 28px;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84px;
  height: 4px;
  border-bottom: dotted 4px #FF8B00;
}

h3 {
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #54C2F0;
  border-radius: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

section {
  padding: 80px 0;
}
section:last-of-type {
  padding: 80px 0 120px;
}
section:nth-of-type(even) {
  background: #F7F7F7;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;';
}

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box;
}

.link_btn {
  display: block;
  width: 364px;
  margin: 40px auto;
  border: 1px solid #165f9b;
  background: #e5effc;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #165f9b;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.link_btn::after {
  position: absolute;
  top: 20px;
  right: 15px;
  content: "\f0da";
  font-family: 'Font Awesome 5 free';
  color: #165f9b;
  font-size: 18px;
  font-weight: 900;
}
.link_btn:hover {
  background: #165f9b;
  transition: .3s;
  color: #fff;
}
.link_btn:hover::after {
  color: #fff;
  transition: .3s;
}

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  section {
    padding: 60px 0;
  }
  section:last-of-type {
    padding: 60px 0 100px;
  }

  .sp_none {
    display: none !important;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .sp_menu {
    position: absolute;
    top: 30px;
    right: 16px;
  }
  .sp_menu i {
    font-size: 35px;
    color: #FF8B00;
  }

  .link_btn {
    width: 100%;
  }

  .mm-listitem > a {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important;
  }

  #mm-1 > ul > li {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
  }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #FF8B00;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
  }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px;
  }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none;
  }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
  }
}
@media print {
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Header
 
*****************************************************/
.header_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.header_wrapper .header_img_area {
  width: 20%;
}
.header_wrapper .header_img_area figure {
  text-align: center;
}
.header_wrapper .header_img_area figure img {
  width: 287px;
}

.global_nav {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}
.global_nav .header_nav_container {
  margin-right: 20px;
}
.global_nav .header_nav_container .header_nav_item_01 {
  width: 320px;
  height: 46px;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
  margin: 0 0 10px auto;
  box-sizing: border-box;
  background: #FF8B00;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.global_nav .header_nav_container .header_nav_item_01 p {
  text-align: center;
}
.global_nav .header_nav_container .header_nav_item_01 p i {
  margin-right: 8px;
}
.global_nav .header_nav_container .header_nav_item_01 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.global_nav .header_nav_container .header_nav_item_01:hover {
  opacity: 0.7;
  transition: .3s;
}
.global_nav .header_nav_container .header_nav_item_02 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global_nav .header_nav_container .header_nav_item_02 li {
  margin-right: 36px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.global_nav .header_nav_container .header_nav_item_02 li a {
  text-decoration: none;
  color: #0087D1;
}
.global_nav .header_nav_container .header_nav_item_02 li a i {
  margin-left: 5px;
}
.global_nav .header_nav_container .header_nav_item_02 li a:hover {
  transition: .3s;
  color: #FF8B00;
}
.global_nav .header_nav_container .header_nav_item_02 li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .header_wrapper {
    display: block;
    padding: 10px 0 0;
  }

  .header_wrapper .header_img_area {
    width: 50%;
    margin: 0 auto;
  }
}
/*****************************************************

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  height: auto;
  padding: 48px 0 20px;
  box-sizing: border-box;
  background: url("../images/home/footer_bk.jpg") repeat;
}
.global_footer .footer_container {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.global_footer .footer_container figure {
  width: 35%;
  padding: 0 20px;
  box-sizing: border-box;
}
.global_footer .footer_container ul {
  width: 65%;
  padding: 0 20px;
  box-sizing: border-box;
}
.global_footer .footer_container ul li {
  color: #7A6A56;
}
.global_footer .footer_container ul li:nth-of-type(1) {
  font-size: 14px;
}
.global_footer .footer_container ul li:nth-of-type(2) {
  font-size: 16px;
}
.global_footer .footer_container ul li:nth-of-type(3) {
  font-size: 24px;
  color: #0087D1;
  font-weight: bold;
}
.global_footer .footer_container ul li:nth-of-type(3) a {
  text-decoration: none;
  color: #0087D1;
}
.global_footer p {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #7A6A56;
}

@media screen and (max-width: 896px) {
  .global_footer .footer_container figure {
    width: 100%;
  }

  .global_footer .footer_container ul {
    width: 100%;
    padding: 20px 20px 0;
  }

  .global_footer .footer_container ul li:nth-of-type(1), .global_footer .footer_container ul li:nth-of-type(2) {
    margin-bottom: 12px;
  }
}
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.page-top p {
  text-align: center;
  display: block;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: #BAB094;
  color: #FFF;
  opacity: 0.5;
  transition: all  0.5s ease;
}
.page-top a {
  text-decoration: none;
  background: #BAB094;
  color: #FFF;
}
.page-top a:hover {
  text-decoration: none;
}
.page-top a p:hover {
  opacity: 1;
  transition: all  0.5s ease;
}
.page-top a i {
  margin-top: 13px;
  font-size: 35px;
}

/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0;
}
.editor_area img {
  max-width: 100%;
  margin: 20px 0;
  border: none !important;
}
.editor_area p {
  margin-top: 16px;
  font-size: 16px;
  color: #444;
  word-break: break-all;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 24px;
  list-style: disc;
  padding-left: 4.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 4.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border-top: 1px #cccccc dotted;
  margin-top: 32px;
  margin-bottom: 32px;
}
.editor_area > h4 {
  margin: 12px 0;
  color: #444;
  font-size: 16px;
}
.editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
  margin-top: 10px;
}
.editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
  margin-top: 10px;
}
.editor_area a {
  /*text-decoration: none;*/
  color: #DE0515;
  font-size: 16px;
  margin: 10px 0;
}
.editor_area blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  width: 80%;
  margin: 30px auto;
}
.editor_area blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.editor_area blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.editor_area blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*****************************************************

 Page_name
 
*****************************************************/
/* main_top
----------------------------------------------------*/
.main_wrapper {
  padding-bottom: 80px;
}
.main_wrapper .main_top_area {
  width: 100%;
  height: auto;
}
.main_wrapper .main_top_area figure {
  width: 780px;
  margin: -100px 20px 40px;
}
.main_wrapper .main_top_area .main_top_container {
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  background: #EBFBFC;
  border-radius: 50px;
}
.main_wrapper .main_top_area .main_top_container .main_top_text_area {
  width: 100%;
  margin-bottom: 40px;
}
.main_wrapper .main_top_area .main_top_container .main_top_text_area li {
  text-align: justify;
  font-size: 16px;
  color: #7A6A56;
  line-height: 28px;
  margin-bottom: 36px;
}
.main_wrapper .main_top_area .main_top_container .main_top_text_area li:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 24px;
  color: #0087D1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.main_wrapper .main_top_area .main_top_container .main_top_container_item {
  width: 90%;
  height: auto;
  margin: 0 auto 40px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
}
.main_wrapper .main_top_area .main_top_container .main_top_container_item ul {
  text-align: center;
  margin-bottom: 36px;
}
.main_wrapper .main_top_area .main_top_container .main_top_container_item ul li:nth-of-type(1) {
  font-size: 20px;
  color: #FF8B00;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.main_wrapper .main_top_area .main_top_container .main_top_container_item ul li p {
  font-size: 18px;
  color: #7A6A56;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.main_wrapper .main_top_area .main_top_container .main_top_container_item ul li p span {
  display: block;
  font-size: 30px;
}
.main_wrapper .main_top_area .main_top_container .main_top_container_item ul:last-of-type {
  margin-bottom: 0;
}
.main_wrapper .main_top_area .main_top_container figure {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .main_wrapper {
    padding-bottom: 48px;
  }

  .main_wrapper .main_top_area figure {
    width: 75%;
    margin: 20px auto;
  }

  .main_wrapper .main_top_area .main_top_container {
    padding: 20px;
    border-radius: 20px;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_text_area li:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_text_area li {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_container_item {
    width: 100%;
    padding: 20px;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_container_item ul {
    margin-bottom: 24px;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_container_item ul li:nth-of-type(1) {
    font-size: 18px;
  }

  #feature > div > div > div > div > ul:nth-child(2) > li:nth-child(2) > p {
    text-align: justify;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_container_item ul li p {
    font-size: 14px;
  }

  .main_wrapper .main_top_area .main_top_container .main_top_container_item ul li p span {
    font-size: 24px;
  }
}
/* about
----------------------------------------------------*/
.about_wrapper {
  width: 100%;
  height: auto;
  background: #FFFBE3;
  padding: 80px 0;
  box-sizing: border-box;
}
.about_wrapper .about_container {
  margin-bottom: 48px;
}
.about_wrapper .about_container .about_container_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
}
.about_wrapper .about_container .about_container_item table {
  width: 48%;
}
.about_wrapper .about_container .about_container_item table tr {
  border-bottom: dotted 4px #65BCED;
}
.about_wrapper .about_container .about_container_item table tr th {
  width: 25%;
  padding: 18px 0;
  font-size: 16px;
  color: #7A6A56;
  font-weight: bold;
  vertical-align: top;
}
.about_wrapper .about_container .about_container_item table tr td {
  width: 75%;
  font-size: 16px;
  padding: 18px 0;
  color: #7A6A56;
}
.about_wrapper .about_container .about_container_item table tr td a {
  text-decoration: none;
  color: #7A6A56;
}
.about_wrapper .about_container .about_container_item table tr td a:hover {
  opacity: 0.7;
  transition: .3s;
}
.about_wrapper .about_container .about_container_item table tr td span {
  margin: 0 auto 0 60px;
}
.about_wrapper .about_container .about_container_item table tr td span:nth-of-type(2) {
  margin: 0 auto 0 80px;
}
.about_wrapper .about_container .about_container_item table tr td span a {
  text-decoration: none;
  color: #0087D1;
}
.about_wrapper .about_container .about_container_item table tr td span a i {
  margin-left: 5px;
}
.about_wrapper .about_container .about_container_item table tr td span a:hover {
  opacity: 0.7;
  transition: .3s;
}
.about_wrapper .money_area {
  width: 100%;
  margin-bottom: 36px;
}
.about_wrapper .money_area table {
  width: 100%;
  margin-bottom: 16px;
}
.about_wrapper .money_area table tr {
  border-bottom: dotted 4px #65BCED;
}
.about_wrapper .money_area table tr th {
  width: 20%;
  padding: 18px 0;
  font-size: 16px;
  color: #7A6A56;
  font-weight: bold;
  vertical-align: top;
}
.about_wrapper .money_area table tr td {
  width: 80%;
  font-size: 16px;
  padding: 18px 0;
  color: #7A6A56;
}
.about_wrapper .money_area p {
  font-size: 16px;
  color: #7A6A56;
}
.about_wrapper .service_wrapper {
  width: 100%;
}
.about_wrapper .service_wrapper p {
  font-size: 16px;
  color: #7A6A56;
  margin-bottom: 16px;
}
.about_wrapper .service_wrapper .service_img_area {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#about > div > div.about_container > div.about_container_item > table:nth-child(2) > tbody > tr:nth-child(4) > td > span:nth-child(1), #about > div > div.about_container > div.about_container_item > table:nth-child(2) > tbody > tr:nth-child(4) > td > span:nth-child(3) {
  margin: 0;
}

@media screen and (max-width: 896px) {
  .about_wrapper {
    padding: 48px 0;
  }

  .about_wrapper .about_container .about_container_item table {
    width: 100%;
  }

  .about_wrapper .about_container .about_container_item table tr th {
    display: block;
    width: 100%;
    padding: 18px 0 0;
  }

  .about_wrapper .about_container .about_container_item table tr td {
    display: block;
    width: 100%;
    padding: 8px 0 18px;
  }

  .about_wrapper .money_area p {
    text-indent: -1rem;
    padding: 0 0 0 1rem;
  }

  .about_wrapper .money_area table tr th {
    display: block;
    width: 100%;
    padding: 18px 0 0;
  }

  .about_wrapper .money_area table tr td {
    display: block;
    width: 100%;
    padding: 8px 0 18px;
  }

  .about_wrapper .service_wrapper .service_img_area figure {
    margin-bottom: 24px;
  }
  .about_wrapper .service_wrapper .service_img_area figure:last-of-type {
    margin-bottom: 0;
  }
}
/* daily
----------------------------------------------------*/
.daily_wrapper {
  width: 100%;
  height: auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.daily_wrapper p {
  font-size: 16px;
  color: #7A6A56;
  margin-bottom: 36px;
}

@media screen and (max-width: 896px) {
  .daily_wrapper {
    padding: 48px 0;
  }
}
/* facilities
----------------------------------------------------*/
.facilities_wrapper {
  width: 100%;
  height: auto;
  padding: 80px 0;
  box-sizing: border-box;
  background: #FFFBE3;
}
.facilities_wrapper .facilities_container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.facilities_wrapper .facilities_container figure {
  margin-bottom: 36px;
}
.facilities_wrapper .facilities_map {
  width: 100%;
  max-width: 1236px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.facilities_slider {
  width: 100%;
  max-width: 1236px;
  min-width: 1200px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 36px;
}
.facilities_slider li {
  margin: 10px 18px;
}
.facilities_slider li img {
  height: 288px;
  border-radius: 8px;
}
.facilities_slider li p {
  font-size: 16px;
  color: #7A6A56;
  margin-top: 16px;
}
.facilities_slider li p span {
  display: block;
  font-size: 18px;
  color: #0087D1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}

.slick-prev::before {
  position: relative;
  content: "\f053" !important;
  color: #FF8B00 !important;
  font-family: FontAwesome !important;
  opacity: 1;
}

.slick-next::before {
  position: relative;
  content: "\f054" !important;
  color: #FF8B00 !important;
  font-family: FontAwesome !important;
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .facilities_wrapper {
    padding: 48px 0;
  }

  .facilities_wrapper .facilities_container {
    width: 90%;
  }

  .facilities_wrapper .facilities_map {
    min-width: 90%;
    max-width: 0;
  }

  .facilities_slider {
    min-width: 80%;
  }
}
/* pdf
----------------------------------------------------*/
.pdf_wrapper {
  width: 100%;
  height: auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.pdf_wrapper p {
  font-size: 16px;
  color: #7A6A56;
  margin-bottom: 36px;
}
.pdf_wrapper p:nth-of-type(1) {
  width: 100%;
  height: 56px;
  padding: 12px;
  margin-bottom: 16px;
  box-sizing: border-box;
  color: #FF8B00;
  font-size: 18px;
  border: 2px solid #FF8B00;
  border-radius: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
.pdf_wrapper .pdf_container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pdf_wrapper .pdf_container ul {
  width: 50%;
}
.pdf_wrapper .pdf_container ul li:nth-of-type(1) {
  font-size: 18px;
  color: #0087D1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.pdf_wrapper .pdf_container ul li a {
  text-decoration: none;
  color: #7A6A56;
  font-size: 16px;
}
.pdf_wrapper .pdf_container ul li a i {
  color: #EA617C;
  margin-right: 5px;
}
.pdf_wrapper .pdf_container ul li a:hover {
  opacity: 0.7;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .pdf_wrapper {
    padding: 48px 0;
  }

  .pdf_wrapper .pdf_container ul {
    width: 100%;
    margin-bottom: 24px;
  }
  .pdf_wrapper .pdf_container ul:last-of-type {
    margin-bottom: 0;
  }
}
