/* ------------------------------------------------------------------------------
	Template Name:
	Author:
	Author URI:
------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

body {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}
h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
	font-size: 32px;
	color: #2d3033;
}
h3 {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
	font-size: 21px;
	color: #2d3033;
	font-weight: bold;
}
h4 {
    font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 1.5% 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #5DA67F;
	border: solid 1px #5DA67F;
	color: #fff;
}
.btn-b {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 1.5% 3%;
	display: inline-block;
	text-transform: uppercase;
	background-color: #5DA67F;
	border-radius: 4px;
}
.btn-large {
	padding: 15px 40px;
}

/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	padding-top: 68px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

/* ==========================================================================
	$Header
========================================================================== */
#header {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #5DA67F;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 15px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 27px;
	color: #fff;
	letter-spacing: 3px;
	float: left;
}
#header.fixed {
	background-color: rgba(255, 255, 255, 0.75);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 15px 0;
}
#header.fixed .logo {
	color: #333;
}
#header.fixed .navigation a {
	color: #333;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	margin-top: 10px;
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-left: 20px;
}
.navigation a:hover, .navigation a.active {
	color: #262626;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #f0ad4e;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #f0ad4e;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
	padding-top: 50px;
	background-color: #E9F0E6;
}
.banner-text {
	/*padding-top: 5%;*/
	text-align: center;
}
.banner-text h1 {
	color: #393939;
	font-family: "Open Sans", sans-serif;
	font-size: 42px;
	font-weight: 400;
}
.banner-text p {
	color: #393939;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1%;
}
.banner-text h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}
.banner-text h2 .price {
	font-size: 42px;
	color: #FF0000;
	margin: 0 10px;
}
.banner-text h2 p.small {
	margin: 0 100px;
	text-align: left;
}

/* ==========================================================================
	$Teams
========================================================================== */
.intro-content {
	margin-top: 20px;
}
.intro-content h1 {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: -3px;
}
.intro-content h4 {
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.intro-content p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
}
.intro-content li {
	line-height: 30px;
	letter-spacing: 1px;
}

/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5DA67F;
	color: #fff;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 13px;
}

/* ------------------------------------------------------------------------------
	 追加
-------------------------------------------------------------------------------*/

/* =======================================
フロントメイン画面
========================================== */

section {
	padding-top: 50px;
	padding-bottom: 50px;
}
#about01 {
	text-align: center;
}
#about01 ul {
	margin-top: 20px;
}
#about01 li .box {
	display: block;
	margin: 0 15px;
	padding: 15px 20px;
	border: solid 2px #5DA67F;
	color: #5DA67F;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
}
#about02 {
	background-color: #DAE8F5;
}
#about03 img {
	max-width: 200px;
	height: auto;
}
#experience {
	background-color: #E9F0E6;
	text-align: center;
}
#news .box {
	padding: 15px 20px 20px 20px;
	border: solid 1px #ccc;
	height: 400px;
	overflow: scroll;
}
#terms .box {
	margin-bottom: 20px;
	padding: 15px 20px 20px 20px;
	border: solid 1px #ccc;
	height: 200px;
	overflow: scroll;
}
#contact {
		background-color: #E9F0E6;
	text-align: center;
}



/* =======================================
会員登録画面 2016.03.08 追加
========================================== */
#member section {
    padding-top: 0;
    padding-bottom: 0;
}
#member .head-title {
	padding: 7px 0 10px 0;
background-color: #E9F0E6;

}
#member .banner-text {
	padding-top: 0;
}


.input-box {
	margin-top: 50px;
	margin-bottom: 70px;
	padding:20px 0 50px 0;
	border:solid 1px #5DA67F;
	border-radius: 5px;
}
table {
	margin-top: 20px;
	width:100%;
	border:solid 1px #ddd;
	margin-bottom: 40px;
}
th, td {
	padding:15px 15px;
	border-bottom:solid 1px #ddd;
	color:#333;
}
th {
	width:35%;
	background-color: #E9F0E6;
	font-size: 16px;
	font-weight: normal;
}
.input-box button {
	    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 100px;
}
.required {
	color:#DC143C;
}
/* タイトルの下にアンダーライン */
.blockTtl {
  position: relative;
  margin-bottom: 52px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}
.blockTtl:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 50%;
  margin: 13px 0 0 -20px;
  display: block;
  background: #5DA67F;
}



/* フッターを下部へ固定　2016.03.08 追加
-------------------------------------------------- */
html, body {
  height: 100%;  /* html と body 要素はパディングやマージンを持てません。*/
}

/* フッターを下部へ押しやるための、コンテンツのラッパー */
#wrap {
  min-height: 100%;
  height: auto;  /* フッターの高さ分だけ、ネガティブインデントを指定 */
  margin: 0 auto -85px;  /* フッターの高さ分だけ、パディングを指定 */
  padding: 0 0 85px;
  overflow: hidden;
  position:relative;
  z-index: 1;
}

/* ここでフッターの高さを指定 */
footer {
  /*height: 85px;*/
  position:relative;
  z-index: 100;
}


/* =======================================
768pxより小さい:ヘッダー;　2016.03.08 追加
========================================== */
@media screen and (max-width:768px) {

.input-box {
	padding: 0 15px;
	border: none;
}

  /* ------ テーブル ------ */
  .class #contact th {
    width: 100%;
  }
  table {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  table th, table td {
    width: auto;
    display: block;
    font-size: 14px;
    border-bottom: none;
  }
  table th {
    padding: 5px 20px;
  }
 }

.navigation li.notifications-menu a {
  color: #000;
  margin-left: 0;
}

.navigation li.notifications-menu a.dropdown-toggle {
  color: #fff;
}

.list-notification {
  max-width: 400px;
}

.dropdown-notification {
  min-width: 400px;
}



/* cloudpayment戻り画面 */

/*.back-site li a {
  display: inline-block;
  color: #00398C;
}*/

ul.service li span{
  font-weight: bold;
}

.back-site {
	font-size: 13px;
}

.back-site .text-adjust {
	margin-right: 5px;;
	font-weight: bold;
}

.back-site a{
	display: block;
	padding: 23.5px;
	box-sizing: border-box;
	 color: #00398C;
}

.back-site a:hover {
	color: #e84545;
}

.btn-left, .btn-right {
	display: table-cell;
	vertical-align: middle;
}

.btn-right {
	padding-top: 3px;
	padding-left: 3em;

}

.back-site01 {
	border: solid 2px #d1d5f9;
}

.back-site02 {
	margin-top: 20px;
	border: solid 2px #ffd8ed;
}

.back-site03 {
	margin-top: 20px;
	border: solid 2px #f7dd9b;
}

.back-site04 {
	margin-top: 20px;
	border: solid 2px #6dcbd3;
}

@media screen and (max-width:480px) {
	.btn-left, .btn-right {
		display: block;
	}
	.back-site01 .btn-right {
		padding-top: 10px;
		padding-left: 0;
	}
	.back-site02 .btn-right {
		padding-top: 10px;
		padding-left: 1.3em;
	}
	.btn-right-indent {
		padding-top: 10px;
		padding-left: 1.3em;
		text-indent: -1.3em;
	}
}
