@charset "UTF-8";
/* ! ---------- items ---------- ---------- ---------- ---------- */
/* リセットCSS */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 100%;*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
  color:#333333;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

._sp {
  display: none !important;
}



#header {
}
	#header h1 {
		padding: 25px 10px 10px 25px;
		float: left;
	}
	
	#header #enArea {
		float: right;
	}
	#header #enArea li {
		float: left;
	}
	
	



@media screen and (max-width: 1024px) {
  br._pc {
    display: none !important;
  }
  br._sp {
    display: block !important;
  }
}


@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
}


.btn-alpha {
  cursor: pointer;
  transition: all .2s;
}

.btn-alpha:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn-simple {
  display: block;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: #eee;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
}

.btn-simple:hover {
  text-decoration: none;
  background-color: #22A6CC;
  border: 1px solid #22A6CC;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .btn-simple {
    padding: 12px;
  }
}

.btn-simple-white {
  display: block;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
  transition: all .2s;
}

.btn-simple-white:hover {
  text-decoration: none;
  background-color: #22A6CC;
  border: 1px solid #22A6CC;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .btn-simple-white {
    padding: 12px;
  }
}

.btn-download,
.btn-contact {
  display: block;
  padding: 25px 0px;
  background: #008CB4;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
}

.btn-download:hover,
.btn-contact:hover {
  text-decoration: none;
  background: #22A6CC;
}

@media screen and (max-width: 960px) {
  .btn-download,
  .btn-contact {
    padding: 17px;
  }
}

.btn-tabs {
  display: table;
  width: 100%;
}

.btn-tabs .btn-tab {
  display: table-cell;
  width: 50%;
  padding: 20px;
  border: 2px solid #ccc;
  border-left: none;
  background: #eee;
  text-align: center;
  cursor: pointer;
  color: #008aa8;
  transition: all .2s;
}

.btn-tabs .btn-tab:first-child {
  border-left: 2px solid #ccc;
}

.btn-tabs .btn-tab.current {
  border-bottom-color: #fff;
  background: #fff;
  color: #000;
}

.btn-tabs .btn-tab:not(.current):hover {
  background-color: #22A6CC;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .btn-tabs .btn-tab {
    padding: 15px;
  }
}

/* ! ---------- _base ---------- ---------- ---------- ---------- */
body {
	margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 88%;
}

a {
  color: #008aa8;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.8;
}
.page-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    padding: 10px;
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7 ;
    opacity: 0.8;
	z-index:9999;
}
.page-top img{
	width:100px;
	height:auto;
}

@media screen and (max-width: 960px) {
  body {
  }
  .page-top img{
	width:75px;
	height:auto;
  }
}