/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
  font-family: 'Open Sans', '���S�V�b�N��', 'Yu Gothic', 'YuGothic', sans-serif;
  font-weight: 400;
    color: #000;
  font-size: 16px;
  line-height: 1.6em;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}


blockquote {
  font-family: Georgia, arial, sans-serif;
  color: #bbb;
  font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
  font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
  margin-bottom: 20px;
}

h1 {
    margin: 9px 0 0;
    font-size: 28px;
    letter-spacing: .05em;
}
h1 a {
    color: #000;
}


/* ------- Navigation ------------ */
#navigation {
   background: #fff; 
  z-index: 9999;
  width:100%;
  box-sizing:border-box;
  /* border-bottom: 1px solid #eee; */
  /*   box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1); */
  text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 0;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    /* background-color: rgba(255,255,255,.6); */
}

#menu .nav.navbar-bar {
  text-align: center;
  float: none;
  margin: 0 auto;
}

.navbar-custom ul.nav {
  text-align: right;
  float: none;
}
.navbar-custom ul.nav li {
  float: none;
  display: inline-block;
  text-align: center;
}
.navbar-custom ul.nav li a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #444;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Alegreya Sans SC', sans-serif;
}


.navbar-custom .nav li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    /* background-color: rgba(255,255,255,.2); */
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    /* background-color: rgba(255,255,255,.2); */
}

.navbar-custom .nav li a:hover {
    opacity: .5;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}




@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
  z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 120px;
    padding-bottom: 110px;
  display:block;
    position:relative;
    z-index:120;
}

.section-heading {
  margin: 0 30px 50px;
}

.section-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1em;
}
.section-heading i {
  margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f8f8f8;
}


.bg-dark {
  background: #575757;
}

/* --- section color var --- */

.text-light {
  color: #fff;
}



/* ===========================
--- Footer
============================ */

footer {
  text-align: center;
  padding: 50px 0 30px;
  background-color: #CBE6F3
}

footer p {
  color: #000;
  font-family: 'Alegreya Sans SC', sans-serif;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ccc;
}


/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
  color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media (max-width:768px) {
  .navbar-header .fa {
    color: #666;
  }
  
  .col-xs-6 {
    margin-bottom: 30px;
  }

  
    .navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.7);
  }

  .navbar-header .fa {
    color: #666;
  }
  
  .col-xs-6 {
    margin-bottom: 30px;
  }

  h1 {
    position: absolute;
    width: 100%;
    text-align: center;
  }

  .navbar-custom ul.nav li {
    display: block;
    }

  .col-md-6:last-child h2 {
    margin-top: 100px;
  }
	#navigation {
		background: none;
	}
	.navbar-nav{
		margin: 0!important;
	}
	.navbar-toggle{
		margin-bottom: 5px;
	}
}

@media (max-width:480px) {

  .navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
  }
  
  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }

  
  .page-scroll a {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    font-size: 20px;
  }
  
}
@media (min-width:769px) {
  .intro{
    height: 60vh;
  }
}


/********************* リニューアル後 *********************/


/* common */
body{
	background-color: #fff;
}

.pc{
	display: inline-block;
}

.sp{
	display: none;
}
.containt img{
	width: 100%;
}


/*                           btn                          */
/* 角丸 */
.Radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 250px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 25%);
}
.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #00a0e9;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.Button a:hover {
	background: #3ab2e9;        /* マウスオーバーカラー */  
}

#IconList1 a:before {        /*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#IconList1 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #00a0e9;
}
#IconList1 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #3ab2e9;
}


@media (max-width:769px) {
.sp{
	display: inline-block;
}

.pc{
	display: none;
}

}

.containt h2 {
  position: relative;
  margin-bottom: 4em;
	text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.containt h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00459C;
  border-radius: 2px;
}
.containt{
	width: 1000px;
	margin: 120px auto;
}

.containt .inner{
	width: 80%;
	margin: 50px auto;
}

.containt .inner h3{
	text-align: center;
	color: #00459C;
	font-size: 20px;
	margin-top: 3em;
    font-weight: bold;
}
.containt .inner ul{
	list-style: none;
	
}
.containt .inner li{
	text-indent: -1em;
    padding-left: 1em;
}

@media (max-width:769px) {
.containt{
	width: 100%;
	padding: 2.5%;
    margin: 85px auto;
}
.containt .inner ul{
padding-inline-start: 0;
}
.containt h2 {
    margin-bottom: 2em;
    line-height: 35px;
    font-size: 25px;
}
}
