﻿.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  color: #449FDD!important;
  text-decoration: none;
}

.btn-box {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 16px;
  color: #449FDD;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  position: relative;
  border: 2px solid #449FDD;
  transition: .4s;
}
.btn-box:hover {
  border: 2px solid transparent;
  color: #449FDD!important;
	background-color: #FFF;
	text-decoration: none;
}
.btn-box a{
	color: #449FDD!important;
}
.btn-box a:hover{
	color: #449FDD!important;
	text-decoration: none!important;
}
.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.btn-box:before {
  border-bottom: 2px solid #DDD;
  border-left: 2px solid #DDD;
  transform-origin: 100% 0%;
}

.btn-box:after {
  border-top: 2px solid #DDD;
  border-right: 2px solid #DDD;
  transform-origin: 0% 100%;
  color: #449FDD!important;
}

.btn-box:hover:after,
.btn-box:hover:before {
  transform: scale(1);
}

/*.btn-open {
  display: inline-block;
  width: 230px;
  height:50px;
  text-align: center;
  background-color: #449FDD;
  font-size: 16px;
  line-height: 45px;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #449FDD;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #FFF!important;
	
}

.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
  color: #449FDD!important;
}
.btn-open:hover{
  color: #449FDD!important;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.container {
	padding-right:0px;
	padding-left:0px;
	margin-right:auto;
	margin-left:auto;
}*/

.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}


/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
/*  max-width: 180px;*/
  text-align: left;
  border: 2px solid #5BADE1;
  font-size: 16px;
  color: #5BADE1;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 80px;
  border-radius: 4px;
  transition: .4s;
	white-space: nowrap;
}

.btn-border:hover {
  background-color: #5BADE1;
  border-color: #449FDD;
  color: #FFF;
	text-decoration: none;
}
.left-1{
	padding-left: 20px;
}
.left-2{
	padding-left: 20px;
	margin-top: -50px!important;
}

._btn-access {
          position: absolute;
          left: -10px;
          bottom: -50px;
          background: #fff;
          border: 3px dotted #5bade1;
          width: 130px;
          border-radius: 50%;
          height: 130px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s; 
		color: #5BADE1;

}
._btn-access:hover {
            left: -20px;
            bottom: -60px;
            background-size: 150px 150px;
            width: 150px;
            height: 150px; 
            color: #5BADE1!important;
			text-decoration: none;}
._btn-access span {
            text-align: center;
            line-height: 1.4;
            font-size: 16px;
            position: relative;
margin-top: 10px;}
._btn-access span:after {
              content: "";
              display: block;
              background-image: url(../img/arrow-s.png);
              background-size: 20px 20px;
              width: 20px;
              height: 20px;
              margin: 5px auto 0 auto; 
				
}
._btn-access span {
            text-align: center;
            line-height: 1.4;
            font-size: 16px;
            position: relative; }
._btn-access span:after {
              content: "";
              display: block;
              background-image: url(../img/arrow-s.png);
              background-size: 20px 20px;
              width: 20px;
              height: 20px;
              margin: 5px auto 0 auto; }

.container2 {
/*			width: 100px ;
			height: 100px ;
			line-height: 100px ;
			text-align: center ;*/
		}

		.target {
			transition: .5s ;
			transform: rotateZ( 0deg ) ;
		}

		.container2:hover .target {
			transform: rotateZ( 360deg ) ;
		}