/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
body {
  line-height: 1.2em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    
}
a {
  color: #000;
}
.footer{
        transform: rotate(0.03deg);
        }


.lib_sub_top_title, .lib_sub_top_subtitle, .foot_con, .baby_con{transform: rotate(0.05deg);}


/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                全ページ共通CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
  /*改行等表示・非表示*/
  .spv {
    display: none;
  }
  /*全体文字サイズ*/
  body {
    font-size: 1.5em;
    line-height: 1.2em;
  }
   /*サブページ最上部日本語等*/ 
 h1 {
    margin: 0 auto 80px;
    text-align: center;
     line-height: 1.3em;
  }
   footer{
        background: url("lib/images/pc_foot_bg_01.png") repeat-x bottom center;
    } 
    .foot_con{
        width: 1000px;
        margin: 50px auto 0px;
        padding-bottom: 60px;
    }
    .foot_box_1{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
        line-height: 1.3em;
    }
    .foot_box_1_cel_1{
        width: 480px;
        margin: 0 20px 0 0;
    }
    .foot_box_1_cel_2{
        width: 220px;
        margin: 0 30px 0 0;
    }
    .foot_box_1_cel_3{
        width: 220px;
    }
    .foot_copy{
        text-align: center;
    }
 
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  /*改行等表示・非表示*/
  .pcv {
    display: none;
  }
  /*全体文字サイズ*/
  body {
    width: 100%;
    max-width: 100%;
    font-size: 1.5em;
    line-height: 1.2em;
  }
  img {
    max-width: 100%;
  }
 

  /*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/