@charset "utf-8";
/* CSS Document */
/*共通項目*/
body {
  font-family: YakuHanJP, "Mplus 1p";
  color: #2a2c35;
  font-size: 15px;
}
a {
  color: #39436F;
  text-decoration: none;
}
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                レスポンシブ!!

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
  /*ここにcss*/
  #スクロールバーを常に表示 html {
    overflow-y: scroll;
  }
  nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: rgba(223, 223, 223, 0.8);
  }
  .navi_con {
    margin: 10px auto;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
  }
  .navi_l {
    display: table-cell;
    float: left;
    padding-left: 10px;
  }
  .navi_r {
    display: table-cell;
    float: right;
    padding-right: 10px;
  }
  footer {
    background-color: #272c38;
    padding: 40px 0 10px;
    width: 100%;
  }
  .foot_con {
    width: 1200px;
    margin: 0 auto;
    color: #FFF;
  }
  .foot_con a {
    color: #F3F3FE;
  }
  .foot_con a:hover {
    color: #FFEAEB;
  }
  .foot_name {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .foot_comp, .foot_contents, .foot_service {
    float: left;
    padding-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .foot_comp {
    width: 340px;
    margin-right: 40px;
  }
  .foot_contents {
    width: 185px;
    margin-right: 40px;
  }
  .foot_service {
    width: 300px;
    margin-right: 0px;
  }
  .foot_area {
    clear: left;
    margin-bottom: 15px;
  }
  .foot_seo {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
  }
  .foot_list {
    margin-bottom: 50px;
  }
  .foot_copy {
    text-align: center;
  }
  /*■■■■■■全ページ共通項目■■■■■■*/
  /*サブページの背景は共通*/
  .body_bg {
    background: url(lib/images/bg1.jpg) repeat fixed;
  }
  /*一番上の余白*/
  .top_space {
    height: 72px;
  }
  /*最上部テキスト位置とか*/
  /*複数ページが出来てしまったので２つ設定*/
  .top_bg1, .top_bg2 {
    width: 100%;
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
  }
  .top_bg_txt {
    text-align: center;
  }
  .top_bg_txt h1 {
    color: #FFF;
    font-size: 60px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
  }
  .top_bg_txt h2 {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px #000;
    font-weight: normal;
  }
  /*---　お客様専用ページ用共通デザイン　---*/
  /*接頭詞はsupport*/
  .sup_pagetitle {
    width: 100%;
    background-image: url(lib/images/bg1.jpg);
    background-position: center center;
  }
  .sup_pagetitle_con {
    width: 1200px;
    overflow: hidden;
    padding: 50px 0;
    margin: 0 auto 40px;
  }
  .sup_pagetitle_ti {
    float: left;
    font-size: 1.3em;
  }
  .sup_pagetitle_ti::first-line {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2em;
    color: #5e7be5;
    font-family: 'Maven Pro', sans-serif;
  }
  .sup_pagetitle_path {
    padding-top: 3.3em;
    float: right;
    text-align: right;
  }
  /*メインとなるコンテナ*/
  .main_sec {
    width: 1200px;
    margin: 0 auto 40px;
    /*文字少し大きく*/
    font-size: 18px;
    /*ソフト紹介でfloatを使ったから*/
    overflow: hidden;
  }
  /*パンくずリスト*/
  .topic_path {
    margin: 30px 0 60px;
    text-align: left;
    font-size: 13px;
  }
  /*パンくず下テキスト*/
  .txt01 {
    margin-bottom: 40px;
  }
  /*サブタイトル*/
  .title01 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  /*本文テキスト*/
  .txt02 {
    margin-bottom: 20px;
  }
  /*表示設定*/
  .sp_navi {
    display: none;
  }
  .spview {
    display: none;
  }
  /*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
  /*ヘッダー*/
  #sp_head {
    position: fixed;
    top: 0px;
    background-color: #000;
    width: 100vw;
    height: 60px;
    z-index: 900;
  }
  .sp_head_title {
    text-align: center;
    padding: 10px 0 0 10px;
    z-index: 900;
    background-color: #000;
    height: 60px;
    box-sizing: border-box;
  }
  .sp_head_title img {
    height: 40px;
    width: auto;
    margin-right: 20px;
  }
  /**/
  .drawer-menu span {
    font-size: 3.0em;
    margin: 0 20px;
  }
  .sp_space {
    height: 60px;
    background-color: #000;
  }
  /*フッター*/
  footer {
    background-color: #272c38;
    padding: 40px 0 10px;
    width: 100%;
  }
  .foot_con {
    width: 90%;
    margin: 0 auto;
    color: #FFF;
  }
  .foot_con a {
    color: #F3F3FE;
  }
  .foot_con a:hover {
    color: #FFEAEB;
  }
  .foot_name {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    display: inline-block;
  }
  .foot_comp, .foot_contents, .foot_service {
    font-size: 0.9em;
    padding-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .foot_area {
    clear: left;
    margin-bottom: 15px;
  }
  .foot_seo {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
  }
  .foot_list {
    margin-bottom: 50px;
  }
  .foot_copy {
    text-align: center;
  }
	
	
	
	
	
	
	
	
  /*表示設定*/
  img {
    max-width: 100%;
  }
  .pc_navi {
    display: none;
  }
  .pcview {
    display: none;
  }
  /*■■■■■■全ページ共通項目■■■■■■*/
  /*サブページの背景は共通*/
  .body_bg {
    background: url(lib/images/bg1.jpg) repeat-y fixed;
  }
  /*一番上の余白*/
  .top_space {
    height: 0px;
  }
  /*最上部テキスト位置とか*/
  .top_bg1, .top_bg2 {
    width: 100%;
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
  }
  .top_bg_txt {
    text-align: center;
  }
  .top_bg_txt h1 {
    color: #FFF;
    font-size: 35px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
  }
  .top_bg_txt h2 {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px #000;
    font-weight: normal;
  }
  /*---　お客様専用ページ用共通デザイン　---*/
  /*接頭詞はsupport*/
  .sup_pagetitle {
    width: 100%;
    background-image: url(lib/images/bg1.jpg);
    background-position: center center;
  }
  .sup_pagetitle_con {
    width: 90%;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 auto 40px;
  }
  .sup_pagetitle_ti {
    font-size: 1.1em;
  }
  .sup_pagetitle_ti::first-line {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2em;
    color: #5e7be5;
    font-family: 'Maven Pro', sans-serif;
  }
  .sup_pagetitle_path {
    margin-bottom: 30px;
    text-align: left;
    font-size: 13px;
  }
  /*メインとなるコンテナ*/
  .main_sec {
    width: 100%;
    margin: 0 auto 40px;
    /*文字少し大きく*/
    font-size: 18px;
    /*ソフト紹介でfloatを使ったから*/
    overflow: hidden;
  }
  /*パンくずリスト*/
  .topic_path {
    width: 90%;
    margin: 20px auto 40px;
    text-align: left;
    font-size: 13px;
  }
  /*パンくず下テキスト*/
  .txt01 {
    width: 90%;
    margin: 0 auto 40px;
  }
  /*サブタイトル*/
  .title01 {
    width: 95%;
    margin: 0 auto 15px;
    font-size: 20px;
    font-weight: bold;
  }
  /*本文テキスト*/
  .txt02 {
    width: 90%;
    margin: 0 auto 20px;
  }
  /*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/