@charset "utf-8";
/* academic css */
body {
	font-family: -apple-syste, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.charpy-logo {
      width: 30%;
      position: absolute;
      z-index: 100;
      margin-top: 0;
      padding: 3%;
    }
      @media only screen and (min-width:600px){
          .charpy-logo {
          width: 20%;
          margin-top: 0;
        }
      }
      @media only screen and (min-width:1025px){
          .charpy-logo {
          width: 15%;
            margin-top: -20px;
        }
      }
.jumbotron {
  margin-bottom: 0;
}
.jumbotron img {
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.2);
}
#global-nav {
  background: #00BCD4;
  width: 100%;
  position: sticky;
  top: -1px;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
#section1,#section2,#section3,#section4,#section5{
			margin-top: -70px;
			padding-top: 70px;
		}
#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
#global-nav .inner {
  margin: 0 auto 50px;
  max-width: 100%;
  width: 1100px;
}
.global-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-item {
  border-left: 1px solid #fff;
  width: 20%;
}
.global-item:last-child {
  border-right: 1px solid #fff;
  margin-right: 0;
}
.global-item a {
  background: #00BCD4;
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
	transition: all 0.2s ease-in-out;
}
	.global-item a:hover {
		background: #F4F4F4;
		color: #009688;
		transform: scale(1.1,1.1);
		box-shadow: 0 1px 9px 0 rgba(0,0,0,0.3);
		z-index: 2;
		border-radius: 3px;
	}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 0;
    font-size: 2rem;
    z-index: 11;
    display: none; /* prevent initial flash before JS hides */
}
#page-top a {
  background: #780000;
  text-decoration: none;
  color: #fafafa;
  width: 50px;
  padding: 20px 0 20px 10px;
  text-align: center;
  display: block;
  border-radius: 50px 0 0 50px;
}
#page-top a:hover {
  text-decoration: none;
  background: #f5f5f5;
  color: #780000;
}

.logo-w {
fill: #fff;
width: 150px;
height: 50px;
}
footer {
	background: #f05064;
	padding-top: 2.5rem;
	padding-bottom:2rem;
}

footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li{
	margin-bottom: 2rem;
	font-weight: 800;
}
footer li a{
	color: #FAFAFA;
}
footer li a:hover{
	color: #F0AD4E;
	text-decoration: none;
}
.copyright {
	color: #FAFAFA;
	font-size: 0.8rem;
    line-height: normal;
}
/* Bread Crump
=================================*/
.bc ul{
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    }
        .bc li{
            display: inline-block;
            color: #666;
            font-size: 70% !important;
            font-weight: 600;
        }
        .bc li{
            margin-right: 0.1em;
            text-decoration: none;
        }
        .bc li a{
            color: #780000;
        }
        .bc li::after {
            font-family: "Font Awesome 5 Free";
            font-size: 0.6em;
            font-weight: 900;
            content: "\f054";
            margin-left: 0.4em;
        }.bc li.end::after {
            content: "";
        }

/* Social icons
=================================*/
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
.sparkling-social #menu-social {
  text-align: left;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  /*background-color: #DADADA;*/
    background-color: #ec6879;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  /*background-color: #DADADA;*/
    background-color: #ec6879;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
    #footer-area .social-icons a{
      margin-right: 7px;
      background-color: #363636;
      color: #fff;
    }
    #footer-area .social-icons li a {
      background-color: #363636;
      color: #fff;
      margin-right: 7px;
    }
    #menu-social li a span{ display: none; }

    #menu-social li a[href*="facebook.com"]:hover {
      background-color: #4265b9 !important;
    }
    #menu-social li a[href*="twitter.com"]:hover {
      background-color: #55ACEE !important;
    }
    #menu-social li a[href*="dribbble.com"]:hover {
      background-color: #ea4c89 !important;
    }
    #menu-social li a[href*="flickr.com"]:hover {
      background-color: #ff0084 !important;
    }
    #menu-social li a[href*="plus.google.com"]:hover {
      background-color: #d62408 !important;
    }
    #menu-social li a[href*="skype.com"]:hover {
      background-color: #0bbff2 !important;
    }
    #menu-social li a[href*="pinterest.com"]:hover {
      background-color: #c31e26 !important;
    }
    #menu-social li a[href*="linkedin.com"]:hover {
      background-color: #005987 !important;
    }
    #menu-social li a[href*="vimeo.com"]:hover {
      background-color: #1bb6ec !important;
    }
    #menu-social li a[href*="tumblr.com"]:hover {
      background-color: #35506b !important;
    }
    #menu-social li a[href*="youtube.com"]:hover {
      background-color: #df3333 !important;
    }
    #menu-social li a[href*="instagram.com"]:hover {
      background-color: #F95B60 !important;
    }
    #menu-social li a[href*="/feed"]:hover {
      background-color: #f39c12 !important;
    }
    #menu-social li a[href*="foursquare.com"]:hover {
      background-color: #2398C9 !important;
    }
    #menu-social li a[href*="soundcloud.com"]:hover {
      background-color: #F50 !important;
    }
    #menu-social li a[href*="github.com"]:hover {
      background-color: #4183C4 !important;
    }
    #menu-social li a[href*="xing.com"]:hover {
      background-color: #006567 !important;
    }
    #menu-social li a[href*="spotify.com"]:hover {
      background-color: #81b71a !important;
    }
    #menu-social li a[href*="mailto"]:hover {
      background-color: #DA4453 !important;
    }
    #menu-social li a[href*="t.me"]:hover,
    #menu-social li a[href*="telegram.me"]:hover {
      background-color: #0088cc !important;
    }
    #menu-social li, #menu-social ul {
      border: 0!important;
      list-style: none;
      padding-left: 0;
    }

    #menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
    #menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
    #menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
    #menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
    #menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
    #menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
    #menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
    #menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
    #menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
    #menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
    #menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
    #menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
    #menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
    #menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
    #menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
    #menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
    #menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
    #menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
    #menu-social li a[href*="mailto"] .fa:before{content: "\f003"}
    #menu-social li a[href*="t.me"] .fa:before{content: "\f2c6"}
    #menu-social li a[href*="telegram.me"] .fa:before{content: "\f2c6"}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}
@media (max-width:414px){
	h2{
		text-align: left;
	}
}

object {
  pointer-events: none; /* IE10以下未対応 */
}
