* {
/* font-family: "Yu Gothic", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, arial !important; */
font-family: "Yu Gothic", 游ゴシック, YuGothic, メイリオ, Meiryo, arial !important;
}

#header {
 height:60px;
 background:#FFF;
}
.pc #global_menu > ul > li > a {
height:60px;
line-height: 60px;
}
.pc #global_menu ul ul {
top: 60px;
}

/* コンテンツ１ */
.index_content1 p{
  text-align: center;
}

.index_content1.num1{
  background-image: ;
}


/* フリースペース */
.index_free_space{
  width: 800px;
  margin: 0 auto;
  padding: 95px 0 100px;
  font-size: 16px;
}

.index_free_space h2{
  text-align:center;
  font-size:30px;
  line-height:1.5;
  margin:0 0 35px 0;
  padding: 0;
}

.index_free_space .PageTop__ContentTable td{
  border: 1px solid #ddd;
  padding: 10px 20px;
}

.index_free_space .PageTop__ContentTable tr td:first-child{
  background: #fffcfd;
  text-align: center;
  width: 30%;
}

.index_free_space .PageTop__ContentTable.table_recruit tr td:first-child{
  background: #f8f8f8;
}

.index_free_space .PageTop__LeadTitle{
  font-size: 22px;
  font-weight: bold;
}

#return_top{
  background-image: url('/wp-content/themes/corp_sakura_custom/img/scroll-top.png');
  background-repeat: no-repeat;
  background-size: contain;

  right: 10px;
  bottom: 90px;
}
@media screen and (max-width:650px) {
  #return_top {
    display: none;
  }
}
#return_top a{
  background-color: none;
  background: none;
}
#return_top a:before{
  display: none;
}
#return_top a:hover{
  background-color: rgba(0,0,0,0);
  opacity: 0.8;
}
#return_top span{
  display: none;
}

/* フリースペース レスポンシブ */
@media screen and (max-width:950px) {
  .index_free_space {
    width:auto; padding:50px 30px 60px;
  }
}
@media screen and (max-width:650px) {
  .index_free_space {
    padding:30px 20px 40px;
    font-size: 14px;
  }
  .index_free_space h2{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .index_free_space .PageTop__ContentTable td{
    padding: 10px;
  }
}

@media screen and (max-width:650px) {
  .index_free_space .PageTop__LeadTitle{
    font-size: 18px;
  }
}

/* 代表メッセージの背景デザイン */
.cb_contents.num5 {
  background: url('/wp-content/themes/corp_sakura_custom/img/bg_message_01.jpg') no-repeat right top;
  background-size: cover;
  width: 100%;
}
.cb_contents.num5 .post_content {
  width: 45%;
  margin-left: 8vw;
  max-width: 720px;
}
.cb_contents.num5 .post_content p {
  text-align: left !important;
  margin-bottom: 2rem;
  line-height: 2;
}
.cb_contents.num6 {
  background: url('/wp-content/themes/corp_sakura_custom/img/bg_message_02.jpg') no-repeat right 20%;
  background-size: cover;
  width: 100%;
}
.cb_contents.num6 .post_content {
  width: 45%;
  margin-left: auto;
  margin-right: 8vw;
  max-width: 720px;
}
.cb_contents.num6 .post_content p {
  text-align: left !important;
  margin-bottom: 2rem;
  line-height: 2;
}

/* 代表メッセージのレスポンシブ背景デザイン */
@media screen and (max-width:950px) {
  .cb_contents.num5 {
    background: url('/wp-content/themes/corp_sakura_custom/img/bg_message_01.jpg') no-repeat center;
    background-size: cover;
    width: auto;
  }
  .cb_contents.num5 .post_content {
    width: 60%;
    margin-left: 0;
    max-width: 720px;
  }
  .cb_contents.num5 .post_content p {
    text-align: left !important;
    margin-bottom: 2rem;
    line-height: 2;
  }
  .cb_contents.num6 {
    background: url('/wp-content/themes/corp_sakura_custom/img/bg_message_02.jpg') no-repeat center;
    background-size: cover;
    width: auto;
  }
  .cb_contents.num6 .post_content {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    max-width: 720px;
  }
  .cb_contents.num6 .post_content p {
    text-align: left !important;
    margin-bottom: 2rem;
    line-height: 2;
  }
}

@media screen and (max-width:650px) {
  .cb_contents.num5 {
    background: url('/wp-content/themes/corp_sakura_custom/img/bg_message_01.jpg') no-repeat center;
    background-size: cover;
    width: auto;
  }
  .cb_contents.num5 .post_content {
    width: auto;
    margin-left: 0;
    max-width: 720px;
  }
  .cb_contents.num5 .post_content p {
    text-align: left !important;
    margin-bottom: 2rem;
    line-height: 2;
  }
  .cb_contents.num6 {
    background: url('/wp-content/themes/corp_sakura_custom/img/bg_message_02.jpg') no-repeat center;
    background-size: cover;
    width: auto;
  }
  .cb_contents.num6 .post_content {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    max-width: 720px;
  }
  .cb_contents.num6 .post_content p {
    text-align: left !important;
    margin-bottom: 2rem;
    line-height: 2;
  }
}
