 /*下層ページ*/


 .page_content .page_ttl{
    position: relative;
 }
 .page_content h1{
  position: absolute;
  font-size: 60px;
  color: #FFF;
  top: 90px;
  right: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
}

 .page_content .page_ttl .absolute{
    position: absolute;
    width: 50%;
    left: 0px;
    bottom: 0px;
 }
 .page_content .page_ttl .absolute_ttl{
  position: absolute;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  width: 33%;
  color: #fff;
  font-size: 178px;
  left: -10px;
  line-height: 0;
  bottom: 53px;
}
 #news h1 ,#contact h1{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 77px;
  font-weight: 100;
 }
 #about h2 strong{
   color: #1a1a1a;
   font-size: 66px;
   line-height: 1em;
   font-family: 'Bebas Neue', sans-serif;
   font-weight: 100;
   -webkit-text-stroke: 1px #FFF;
   text-stroke: 1px #FFF;
 } 
 .page-numbers {
  display: flex;
  margin: 70px auto;
  justify-content: center;
 }
 .page-numbers li{
  padding: 10px;
 }
 @media screen and (max-width: 990px) {
  .page-numbers {
    font-size: 22px;
  }
 }
 /*news*/
 .sidebar_ttl{
color: #1a1a1a;
font-family: 'Bebas Neue', sans-serif;
font-weight: 100;
font-size: 35px;
margin: 30px 0;
 }
 #sidebar h2{
  color: #1a1a1a;
  font-size: 29px;
  margin-bottom: 20px;
  text-align: justify;
 }

#news h2{
  color: #1a1a1a;
  text-align: justify;
}
.news_ttl span{
  font-size: 13px;
}
 .news_content #news_list li{
  margin: 0 auto 60px;
 }
 .news_content #news_list .blog-content{
margin-top: 30px;
 }
 .news_content #news_list .blog-content p{
  margin-top: 15px;
  line-height: 2em;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
 }
 @media screen and (max-width: 990px) {
  .news_content #news_list .blog-content{
    padding: 0 20px;
    text-align: justify;
  }
 }
 @media screen and (min-width: 990px) {
  .news_content ,.contact_content{
    width: 80%;
    margin: 150px auto;
    max-width: 660px;
     }

 }
 /*about*/
 #about .history{
    padding: 80px 0;
 }
 #about .history img{
 width: 17%;
 text-align: center;
 margin: auto;
 display: block;
 }
 #about h2{
    margin: 35px auto 60px;
    padding: 0;
    font-size: 66px;
 }
 #about h2 span{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 5px;
 }
 #about .sub_ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: -40px auto 60px;
 }
 #about .history p{
    color: #fff;
    font-size: 27px;
    line-height: 1.8em;
    font-weight: 600;
    text-align: justify;
 }
 #about .diary .ttl_text{
  font-size: 15px;
  text-align: center;
 }
 #about p{
   color: #fff;
   font-size: 20px;
   line-height: 1.9em;
   font-weight: 600;
   text-align: justify;
 }
 
 #about .story_img .img_1{
   width: 35%;
   display: block;
   margin: 30px auto;
 }
 #about .story_img .img_2{
   width: 20%;
   top:40%;
   right: 0;
position: absolute;
 }
 #about .story_img .img_3{
   width: 25%;
   margin: -130px auto 0 0;
 }
 #about .story_img .img_4{
   width: 30%;
   display: block;
   margin: -30px 5% 0 auto;
   position: relative;
 }
 #about .story_img .img_5{
   width: 50%;
   display: block;
   margin: -60px auto 0;
 }
 #about .story_img .img_6{
   width: 43%;
   display: block;
   margin: -115px -50px 0 auto;
 }
 #about .story_img .img_7{
   width: 25%;
   display: block;
   margin: 0 15% 0 auto;
 }

 #about .img_list{
  display: flex;
  flex-wrap: wrap;
 }
 #about .img_list img{
  width: 25%;
  margin-top: 30px;
 }
 #about .letter .img_8{
  width: 60%;
  margin: auto;
  text-align: center;
  display: block;
 }
 @media screen and (min-width: 990px) {
  #about .story_img {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
  }
  #about .story h2{
    margin-top: -220px;
    position: relative;
    margin-bottom: 60px;
  }
  #about .letter .img_8{
    display: none;
  }
 }

 @media screen and (max-width: 990px) {
  #about .diary .ttl_text{
    padding: 0 20px;
    font-weight: 100;
    text-align: justify;
  }
  #about .history img{
    width: 30%;
  }
  #about h2 {
    margin: 25px auto;
    font-size: 45px;
}
#about h2 strong{
  font-size: 45px;
}
#about h2 span{
  font-size: 13px;
}
#about .history p{
  font-size: 20px;
  padding: 5px;
}
#about .sub_ttl{
  margin: auto;
  font-size: 15px;
}
#about .story_img .img_1{
  width: 55%;
}
#about .letter {
  margin-bottom: 40px;
}
#about .letter p ,#about .story p{
  font-size: 15px;
  padding: 20px;
  text-align: justify;
  font-weight: 100;
}
#about .story{
  margin-bottom: 0;
}
#about .letter .img_8{
  width: 52%;
}
 }
 /*diary */


 .diary_pc_ttl h1{
  font-family: 'Bebas Neue', sans-serif;
  font-size: 77px;
  color: #1a1a1a;
  font-weight: 100;
  position: initial;
  padding-top: 10px;
  line-height: .8em;
 }
 .diary_pc_ttl h1 span{
  display: block;
  font-weight: 600;
 }

.diary_pc_ttl .gr_bk{
  height: 345px;
  background: #ebebeb;
  position: relative;
 }
 .diary_pc_ttl p{
  margin-top: 30px;
  margin-bottom: 90px;
 }
 .diary_pc_ttl img{
  position: absolute;
  width: 180px;
  bottom: 0;
 }

 /* diary_single*/
 #diary_single h2{
  text-align: center;
  font-size: 27px;
  margin-top: 50px;
  font-weight: 600;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1a1a;
 }
 #diary_single .diary_content .thumbnail{
  position: relative;
  width: 60%;
  max-width: 660px;
  margin: auto;
 }
 #diary_single .diary_content .diary-date{
  font-size: 240px;
  position: absolute;
  right: -115px;
  top: -200px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #e3e3e3;
 }
 #diary_single .blog-content{
  margin: 50px auto 60px;
  max-width: 760px;
  text-align: justify;
}
#diary_single .blog-content p{
  margin-top: 20px;
  font-size: 20px;
  line-height: 2em;
}
 #diary_single .latest{
  font-size: 40px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  text-align: center;
 }
 #diary_single .diary_list .diary-item .diary-date,#diary .diary_list .diary-item .diary-date{
  color: #e3e3e3;
 }
 #diary_single .diary_list .diary-item .diary-title p , #diary .diary_list .diary-item .diary-title p {
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}
#diary_single .back{
  text-align: center;
  margin: 50px auto;
}
 #diary_single .back a{
  font-size: 22px;
  position: relative;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  text-align: center;
  display: inline-block;
  margin: 30px auto;
 }
 #diary_single .back a::before{
  content: '';
  /*絶対配置で下線の位置を決める*/
position: absolute;
  bottom:-8px;
  right:15%;
  /*下線の形状*/    
  width: 85%;
  height: 1px;
background:#333;
  /*アニメーションの指定*/
  transition: all .3s;
}

 #diary_single .back a::after{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(140deg);
  transition: all .3s;
}
/*hoverした際の移動*/
#diary_single .back a:hover::before{
  right:20%;
}

#diary_single .back a:hover::after{
  left:-5%;
}
@media screen and (min-width: 990px) {
  #diary_single .diary_content{
    margin-top: 100px;
   }
}
@media screen and (max-width: 990px) {
  #diary_single .diary_content .thumbnail{
    width: 100%;
  }
  #diary_single h2{
    font-size: 18px;
    margin-top: 80px;
  }
  #diary_single .blog-content p{
    font-size: 15px;
  }
  .diary_pc_ttl .gr_bk{
    background: url(../img/phone_DIARY_1.jpg);
    position: relative;
    background-size: 104%;
    height: 400px;
    background-position: top;
  }
  .diary_pc_ttl .gr_bk img{
    position: absolute;
    bottom: -130px;
    width: 160px;
    margin-left: 20px;
  }
  .diary_pc_ttl h1{
    margin-top: 135px;
    margin-left: 20px;
    font-size: 50px;
  }
  .diary_pc_ttl h1 span{
    font-size: 13px;
  }
  .diary_pc_ttl h2{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 20px 0;
    text-align: justify;
  }
  .diary_pc_ttl p{
    margin: 0;
    padding: 30px 20px;
    font-weight: 100;
    font-size: 15px;
  }
  .diary_pc_ttl .sp_ttl{
    position: absolute;
    color: #fff;
    font-size: 60px;
    font-family: 'Bebas Neue', sans-serif;
    text-align: end;
    right: 10px;
    top: 90px;
    line-height: 1em;
padding: 0%;
    font-weight: 100;
  }
#diary_single .diary_content .diary-date{
  font-size: 100px;
  right: 50%;
  transform: translateX(50%);
  bottom: -90px;
  top: auto;
}
#diary_single .blog-content{
  padding: 0 20px;
  text-align: justify;
  min-height: 25vh
}
.diary_list .diary-item{
  width: 100%;
  padding: 0%;
}
.diary_list .diary-item .diary-date{
  bottom: 36px;
  left: 42%;
  font-size: 100px;
}
#diary .diary_list .diary-title{
  display: flex;
  justify-content: space-between;
  border: 1px solid;
}
#diary .diary_list .diary-item .diary-title p {
  order: 1;
  padding: 10px;
  text-align: justify;
  margin-top:0px
}
#diary .diary_list .diary-item .diary-title img{
  order: 2;
  width: 45%;
}
}
/*contact*/
#contact p{
  font-size: 15px;
  font-weight: 600;
}
#contact dl{
  margin-top: 25px;
}
#contact input{
  border: 1px solid;
  width: 100%;
  padding: 10px;
}
#contact textarea{
  width: 100%;
}
#contact .has-spinner{
background: #8b8b8b;
padding: 15px;
font-size: 15px;
color: #FFF;
border: 1px solid #ffffff;
transition: 0.5s;
width: 50%;
font-weight: 600;
margin-top: 40px
}
#contact .has-spinner:hover{
  color: #8b8b8b;
  border: 1px solid #8b8b8b;
  background: #ffffff;
}
#contact .privacy{
  font-size: 12px;
  margin-top: 15px;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  #contact .page_ttl{
    position: relative;
    background: url(../img/phone_CONTACT_1.jpg);
    background-size: cover;
    height: 400px;
  }
  #contact .page_ttl h1{
    position: absolute;
    font-size: 60px;
    color: #FFF;
    top: 90px;
    right: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
  }
  #news .page_ttl ,#privacy .page_ttl{
    height: 390px; 
    position: relative;
  }
  #news .page_ttl h1 , #privacy .page_ttl h1{
    position: absolute;
    font-size: 60px;
    color: #FFF;
    top: 90px;
    right: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
  }
  #news .page_ttl h1 ,#main_content #privacy .page_ttl h1{
    text-align: end;
    color: #afafaf;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1em;
  }
  #news .page_ttl h1 span,#privacy .page_ttl h1 span{
    color: #1a1a1a;
    font-size: 15px;
  }
  .news_ttl span{
    padding: 0 10px;
  }
  #contact h1{
  text-align: end;
  font-size: 60px;
  color: #FFF;
}
#contact form{
  padding: 40px 20px;
}

#contact input ,#contact textarea {
  width: 100%;
}
#contact .has-spinner{
width: 70%;
-webkit-appearance: none;
border-radius: 0;
}
}
/*not_found*/
#not_found{
  background: #2f2f2f;
  padding: 30px 10px;
}
#not_found .page_ttl{
  height: 380px;
}
#not_found .page_ttl h1{
  position: initial;
  font-family: 'Bebas Neue', sans-serif;
    font-size: 77px;
    color: #ffffff;
    margin-left: 30px;
    line-height: 1em;
    font-weight: 100;
}
.not_found_content{
  margin: 10px auto;
  background: #fff;
  padding:35px 10px;
}
.not_found_content p{
  margin: 30px auto;
  padding: 10px;
}
#not_found h2{
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
/*project*/
#project .sp_ttl{
  position: absolute;
  color: #ffffff;;
  text-align: end;
  font-size: 55px;
    top: 14%;
  right: 10px;
  line-height: .8em;
  font-weight: 100;
  font-family: 'Bebas Neue', sans-serif;
}
#project .sp_ttl span{
  display: block;
  font-size: 20px;
  color: #1a1a1a;;
  text-align: end;
  font-weight: 100;
  font-family: 'Bebas Neue', sans-serif;
}
#onjuku #project .sp_ttl{
  color: #1a1a1a;
}
#jipang #project .sp_ttl{
  bottom: 240px;
  top: auto;
  color: #1a1a1a;
}
.page-onjuku #footer ,.page-jipang #footer ,.page-project #footer{
  background: #fff;
  color: #1a1a1a;
}
.page-onjuku #footer .opyright p ,.page-jipang #footer .opyright p, .page-project #footer .opyright p ,
.page-onjuku #footer a ,.page-jipang #footer a, .page-project #footer a , .page-project .opyright_box .flex_box span, .page-jipang .opyright_box .flex_box span,.page-onjuku .opyright_box .flex_box span{
  color: #1a1a1a;
}
.page-project .menu_ttl{
  color: #1a1a1a;
}
#project .project_ttl_box{
  display: flex;
  max-width: 1000px;
  margin: auto;
  justify-content: space-evenly;
}
#project .project_ttl {
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 100;
}
#project .project .ttl{
  color: #1a1a1a;
  border-bottom: 1px solid;
  line-height: .8em;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  width: 100%;
  padding: 15px 0 10px;
}
#project .project .project_sub_ttl{
  color: #1a1a1a;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: 60px auto 0px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  font-size: 66px;
}
#project .project .link_text .flex_ttl::after ,#project .project .link_text .linksub_ttl::after{
  background: #1a1a1a;
}
#project .project .project_link{
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
#project .project .link_text p{
  color: #1a1a1a;
} 
#project .project .wh_btn{
  margin: 0;
  margin-top: 35px;
  font-size: 18px;
}
/*onjuku*/
#project .onjuku{
  margin-bottom: 50px;
}
@media screen and (min-width: 990px) {
#project .onjuku .explanation{
  background: url(../img/project/PROJECTS_3.jpg);
  background-size: 34%;
  background-repeat: no-repeat;
  background-position: right 0% center;
  margin: 60px auto;
  padding: 40px 0;
}
#project .jipang .explanation{
  margin: 60px auto;
  padding: 40px 0;
}

}
@media screen and (max-width: 990px) {
  #body_wrap #project .project .project_sub_ttl{
    font-size: 75px;
    line-height: .6em;
    text-align: center;
     padding-bottom: 0px;
  }
  #project .project .link_text .p_text{
    margin-bottom: 10px;
  }
  #project .project .wh_btn{
    margin-top: 0px
  }
}

#project .explanation p{
  font-weight: 600;
  line-height: 1.8em;
  margin-top: 20px;
}
#project .project_sub_ttl {
  color: #1a1a1a;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 30px;
  text-align: start;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
}
#project .onjuku .project_sub_ttl strong{
  color: #507880;
  font-weight: 600;
  font-size: 30px;
}
#project .jipang .project_sub_ttl strong{
  color: #c04424;
  font-weight: 600;
  font-size: 30px;
}

#project .onjuku .project_sub_ttl span{
  color: #507880;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#project .jipang .project_sub_ttl span{
  color: #c04424;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#project .data_box{
  display: flex;
  margin: 80px auto;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#project .data_box img{
  width: 40%;
  padding: 10px;
}
#project .data_box .data_text{
width: 45%;
}
#project .data_box .data_text dt{
  margin: 15px 0 5px;
  font-weight: 600;
}
#project .data_box .data_text dl:not(:last-child) dd{
  margin-left: 1em;
}
#project .data_box .data_ttl{
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  font-size: 26px;
}
#project .data_box .data_text .square li{
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
#project .data_box p{
  font-size: 17px;
  font-weight: 400;
}

#project .data_box .data_text .note li{
  font-size: 12px;
  padding-left: 1em;
  position: relative;
}

#project .data_box .data_text .square li::before{
  position: absolute;
  content: "◼︎";
  font-size: 16px;
  top: 0%;
  left: 0;
}
#project .data_box .data_text .note li::before{
  position: absolute;
  content: "・";
  font-size: 12px;
  top:0;
  left: 0;
}
#project .img_text{
  text-align: end;
  font-size: 12px;
  font-weight: 100;
}
#project .img_slick .slick-track li{
max-width: 700px;
margin: 0 30px;
}
@media screen and (min-width: 2000px) {
  #project .img_slick .slick-track li{
    max-width: none;
    margin: 0 30px;
    }
}
#project .img_slick{
  margin-bottom: 100px;
}
/*===================================
    slick 矢印
===================================*/

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  padding: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  transition: all .5s;
}
.slick-arrow:hover {
  filter: invert(1);
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::before,
.slick-prev::before {
  width: 36px;
  height: 2px;
  background: #000000;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

/* next */

.slick-next {
  right: 16vw;
}
.slick-next::before {
  right: 6px;
}
.slick-next::after {
  right: 10px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 16vw;
}
.slick-prev::before {
  left: 6px;
}
.slick-prev::after {
  left: 10px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::before,
  .slick-prev::before {
    width: 18px;
  }
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-prev::before {
    left: 2px;
  }
  .slick-next::after {
    right: 2px;
  }
}
#project .slick-dots li button:before{
  font-size: 50px;
}
#project .icon_img{
  width: 80%;
  margin: 70px auto;
}
#project .sns_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
}
#project .sns_box p{
  padding: 10px;
}
#project .sns_box a{
  width: 6%;
  padding: 10px;

}
#project .sns_box a:hover{
  filter: opacity(0.5);
}
#project .access h3{
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 100;
  font-size: 66px;
}
#project .access p{
  text-align: center;
  font-weight: 100;
  margin-bottom: 40px;
}
#project .access iframe{
  width: 100%;
}
#project .contact_btn{
  background: #62a4af;
  border: 1px solid #62a4af;
  padding: 20px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 40px auto;
  font-weight: 600;
  width: 40%;
}
#project .contact_btn:hover{
  background: #ffffff;
  border: 1px solid #62a4af;
  color: #62a4af;
  transition: all .3s;
}
@media screen and (min-width: 990px) {
#project .explanation_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#project .explanation_img li{
  width: 32%;
  margin: 10px 0px;
}
}

@media screen and (max-width: 990px) {
  #project .img_slick .slick-track li{
    padding: 0 10px;
    margin: 0px;
  }
  #project .project_ttl{
    font-size: 25px;
    margin-top: 20px;
  }
  #project .explanation p{
    font-weight: 100;
  }
  #project .sns_box a{
    width: 23%;
  }
  #project .explanation{
padding: 20px;
  }
  #project .data_box .data_text .square li{
    font-size: 15px;
  }
  #body_wrap #project .project_sub_ttl span{
    font-size: 15px;
  }
  #body_wrap #project .project_sub_ttl , #body_wrap #project .project_sub_ttl strong{
    font-size: 18px;
    text-align: justify;
  }
  #project .explanation p{
    font-size: 15px;
    line-height: 1.9em;
    font-weight: 100;
  }
  #project .data_box{
    margin: 30px auto;
  }
  #project .data_box .data_ttl {
    width: 100%;
    text-align: center;
  }
  #project .data_box img {
    width: 75%;
    margin: auto;
    display: block;
    text-align: center;
  }
#project .data_box .data_text{
  width: 100%;
  padding:20px 20px 0;
}
#project .icon_img{
  padding: 0 20px;
  width: 100%;
  margin: 30px auto 90px;
}
#project .data_box .data_text dl dd{
font-size: 15px;
}
#project .explanation_img .slick-slide{
  padding: 0 10px;
}
#project .contact_btn{
  width: 95%;
  margin: 80px auto;
}
#project .project .link_text{
  width: 100%;
  display: flex;
    flex-wrap: wrap;
}
#project .sns_box p{
  font-size: 16px;
}
}
/*privacy*/
#privacy .page_ttl h1{
  margin-bottom: 20px;
  font-family:  YuMincho,"Hiragino Mincho ProN", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
}

#privacy p{
  font-size: 12px;
  font-weight: 100;
}
#privacy .privacy_ttl{
  line-height: normal;
  font-family:  "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS Ｐゴシック", "MS PGothic", sans-serif;
  margin: 30px auto 10px;
  text-align: justify;
  color: #1a1a1a;
  border-bottom: 1px solid;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 100;
}
#privacy .square {
  margin-top: 10px;
}
#privacy .square li{
  position: relative;
  font-size: 12px;
  padding: 0 1em;
}
#privacy .square li::before{
  position: absolute;
  content: "◼︎";
  font-size: 12px;
  top: 0;
  left: 0;
}
#privacy a{
  color: blue;
  font-size: 12px;
}
@media screen and (max-width: 990px) {
#privacy .contact_content .content_list{
  padding: 0px 20px 40px;
}
}