@media screen and (max-width: 767px){

body{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
}
h1, h2{
    font-size: 1.2em;
    margin-top: 0;
    font-family:"Yu Mincho";
    font-weight: bold;
}
h3{
    font-size: 12px;
    color: #0064b4;
}
.black{
    color: black;
    font-weight: normal;
    font-size: 12px;
}
#wrapper{
    margin: 0 auto;
    width: auto;
    overflow: hidden;
}
#header{
    height: 80px;
    width: 100%;
    background-color: white;
    display: block;
    position: fixed;
    z-index: 99;
}

.header-contact{
    display: none;
}

#global-navi1-wrapper{
    display: none;
}

#global-navi-2 {
  position: relative;
}
#logo img{
    width: auto;
    height: 28px;
}
#logo{
    width: auto;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 58%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:10px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-left: 10px;
}

/*閉じる用の薄黒カバー*/
#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: 85%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 400px;/*最大幅（調整してください）*/
  height: 100%;
  background: white;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
.nav-list{
    width: 200px;
    margin-top: 30px;
    margin-left: 30px;
}
#nav-content li{
    list-style: none;
    border-bottom: solid 1px #c0c0c0;
    line-height: 50px;
}
#nav-content li a{
    font-family: Yu Gothic;
    margin-left: 20px;
    text-decoration: none;
    color: #1C1C1C;
    font-weight:700;
}
#logo2 img{
    margin-top: 25px;
    margin-left: 30px;
    width: auto;
    height: 28px;
}
#contact2 img{
    width: auto;
    height: 45px;
    margin-top: 30px;
    margin-left: 20px;
}
/*チェックが入ったらもろもろ表示*/
#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);
}

.breadcrumb {
  padding-left:0;
  background: white;
  height: 30px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid;
  border-color: #5c98c3;
}
.breadcrumb li{
  margin-left: 10px;
  display:inline;/*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #555;/*色*/
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

#news2{
     margin-top: 120px;
     margin-left: 10px;
     margin-right: 10px;
}
#news2 h1{
     margin-left: 0;   
}

h1{
    position: relative;
    padding: 0.25em 0;
    margin-left: 10px;
    width: 100%;
}
h1:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(70, 114, 146), transparent);
    background: -webkit-linear-gradient(to right, rgb(70, 114, 146), transparent);
    background: linear-gradient(to right, rgb(70, 114, 146), transparent);
}

h2 {
    padding: 0.25em 0.5em;
    color: black;
    background: transparent;
    border-left: solid 5px #7db4e6;
}

.section {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 150px;
}

span{
    color:#467292;
    font-weight: bold;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 4s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


#content-wrapper{
    width: auto;
    margin: 10px;
}

#footer{
    padding: 1px;
    background: #5c98c3;
    width: 100%; 
}
#footer ul{
    display: none;
}
#footer_logo{
    text-align: center;
    width: 100%;
    color: white;
}
#sublogo{
    width: 200px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#copyright{
    clear: both;
    text-align: center;
    width: auto;
    margin: 10px 0 10px 0;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 25px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
}