
body{
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrap{
  overflow:hidden;
}
.h1, .h2, .h3, h1, h2, h3{
  margin-top:0;
  margin-bottom:20px;
}
h1 a{
  margin-top:20px;
  display: block;
  width:100%;
  height:65px;
  background-image: url("../img/header_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
h3 {
  position: relative;
  margin-bottom: 1em;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
#service h3{
  margin-bottom:2em;
}

footer .footer_logo{
  display: inline-block;
  width:100%;
  height:65px;
  background-image: url("../img/header_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom:10px;
  text-align: center;
  margin: 0 auto;
}
.subtittle{
  font-weight: bold;
}


header .header_content{
  /* margin-bottom:30px; */
}
ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
nav{
  margin-top:40px;
}
nav ul{
  float:right;
}
nav ul li{
  display:inline-block;
  margin-left:30px;
}
nav ul li a{
  font-size:16px;
  color:#000;
  font-weight: bold;
}
nav ul li a:hover{
  text-decoration: none;
  border-bottom:3px solid #888;
  padding-bottom:8px;
  color:#888;
}
nav ul .active{
  border-bottom:3px solid #000;
  padding-bottom:5px;
}
nav ul .active a:hover{
  padding-bottom:none;
}
.container{
  width:960px !important;
}

footer ul li{
  display:inline-block;
  margin-right:1rem;
}
footer .content_text{
  text-align:left;
  font-size:14px;
}
footer .footer_contact{
  text-align:right;
}
footer .footer_contact a{
  color:#000;
  font-weight: bold;
}
.demo01 th{
width:30%;
background: #f4f4f4;
}

@media screen and (max-width: 750px) {
.container{
  width:100% !important;
}
.demo01 th,
.demo01 td{
width: 100%;
display: block;
border-top: none;
}
.demo01 tr:first-child th { border-top: 1px solid #ddd; }
nav ul li{
  margin-left:0px;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {

    top: 0px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.child {
    display: none;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: -40px;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom:1px solid #333;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 20px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #000;
    text-align: center;
    border-radius:5px;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav ul li{
  margin-left:0;
}
nav ul li a:hover{
  border:none;
  color:#888;
}
h1 a{
  height:45px;
}
footer .content_text{
  text-align:center;
}
footer .footer_contact{
  text-align: center;
}
footer .footer_logo{
  background-position: center;
}

}
