body {
  margin: 0 auto;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  width: 100%;
}
ul {
  list-style: none;
}

/* --------------------
/* ヘッダー
-------------------- */
header {
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  margin-top: -100px;
  background-color: #fff;
}
#header_content {
  background-color: #ffffff;
  display: flex;
  margin: 20px auto;
  max-width: 1160px;
  padding: 0px 10px;
  justify-content: space-between;
}
#logo {
  min-width: 320px;
  max-width: 330px;
}
#header_content nav {
  width: 100%;
}
#header_content nav ul {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 3;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  width: 400px;
  float: right;
}
#header_content nav ul li {
  display: inline-block;
  font-size: 16px;
}

@media screen and (max-width:700px) {
  header {
    margin-top: -25vw;
  }
  #logo {
    min-width: 75vw;
    max-width: 75vw;
  }
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
    width: 60px;
    text-align: center;
    margin-left: auto; /*追加 ハンバーガーメニューを右寄せ*/
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 13px;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 90vw;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  .cp_menu ul {
	margin: 0;
	padding: 0;
  }
  .cp_menu img {
	padding: 20px;
    width: 70vw;
  }
  .cp_menu li {
	list-style: none;
  }
  .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
  }
}

/* --------------------
/* フッター
-------------------- */
footer {
  text-align: center;
}

#footer_content {
  background-color: #630000;
  padding: 30px 0;
  display: none;
}

#footer_content a {
  color: #fff;
}

#copyright {
  padding: 1rem 0;
  background-color: #630000;
  color: #fff;
}

#copyright p {
  font-size: 12px;
  line-height: 1;
}

#copyright p {
}
@media screen and (max-width:700px) {
  #copyright p {
    font-size: 2.3vw;
  }
}

/* --------------------
/* コンテンツ
-------------------- */
#wrapper {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 100px;
}

#wrapper-content {
  padding: 0px 10px;
}
@media screen and (max-width:700px) {
  #wrapper {
    margin-top: 25vw;
  }
}
/* --------------------
/* タブ 切り替え
-------------------- */
#wrapper-content .tab_class {
  width: 140px;
  height: 40px;
  background-color: darkgrey;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
/*  margin: 10px;*/
}
#wappwer-content .tab_class label {
  
}
#wrapper-content .area {
  margin: 0 auto 50px;
  flex-wrap: wrap;
  display: flex;
}
#wrapper-content .area ul {
  list-style: disc;
  margin-left: -20px;
}
#wrapper-content input[name="tab_name"] {
  display: none;
}
#wrapper-content input:checked + .tab_class {
  background-color: #e94709;
  color: #fff;
}
#wrapper-content .content_class {
  display: none;
  width: 100%;
  padding: 20px 0;
}
#wrapper-content input:checked + .tab_class + .content_class {
  display: block;
}

@media screen and (min-width:701px) {
  .sp {
    display: none!important;
  }
}
@media screen and (max-width:700px) {
  .pc {
    display: none!important;;
  }
  #wrapper-content .tab_class {
    width: calc(100% / 2 - 5px);
    margin: 0;
  }
  #wrapper-content input:checked + .tab_class {
  }
  #wrapper-content .area ul {
    font-size: 14px;
  }
  #wrapper-content .area {
    margin: 0 auto 20px;
  }
}