﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-align: right;
	background: #fff;
}

a:link { text-decoration:none; color: #494949;}
a:visited { text-decoration:none; color: #494949;}
a:active { text-decoration:none; color: #494949;}
a:hover { text-decoration:none; color: #cccccc;}

.resize{
  width: 100%;
  height: auto;
}
.purple{
	color:#8c6a91;
	font-size:11px;
}
.red{
	color:#e66d9b;
}

.bb {
  font-weight:bold;
  letter-spacing:1px;
}
#pro {
   margin-top:-59px;
  padding-top:59px;
}
#ass {
   margin-top:-59px;
  padding-top:59px;
}
#mes {
   margin-top:-59px;
  padding-top:59px;
}
#ove {
   margin-top:-60px;
  padding-top:60px;
}
#con {
   margin-top:-60px;
  padding-top:60px;
}
input::placeholder {
	color: #ccc;
}
textarea::placeholder {
	color: #ccc;
}
.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@media all and (min-width: 901px) {
/*ヘッダー*/
header {
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	z-index:9999;
	position:fixed;
	height:50px;
  border-top: 4px solid #651964;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
header h1{
	margin: 0px;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
div#logo {
	text-align: left;
	width: 14%;
	float:left;
	padding-top: 10px;
}

.w-100{
	width: 100%;
	float:left;
}
.w-100L{
	width: 100%;
  	top: 0px;
	left: 0px;
	margin:0 auto;
	text-align:center;
	max-width:980px;
}
div#login {
	text-align: center;
	width: 20%;
	float:right;
	display:none;
}
.w2{
	width: 86%;
	text-align: right;
	margin-top: 0px;
	color: #cccccc6;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	font-size: 14px;
	line-height:50px;
}
#nav2 {
	width: 86%;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	height: 50px;

}
#nav2 ul{
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#nav2 ul li{
	display: table-cell;
	text-align: center;
	line-height:18px;
	height:50px;
  display: table-cell;
  vertical-align: middle;
  padding:3px 5px 0;
  
  box-sizing:border-box;
  
}

.w5{
	float: right;
	z-index: 2;
	position: relative;
	text-align: right;
	width: 100%;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 127px;
	display: none;
	color: #CC6666;
}
#nav  {
	width: 100%;
	height: 30px;
	text-align: right;
	float: right;
}
#nav li  {
	width: 100%;
	height: 22px;
	text-align: right;
	border-bottom: 1px solid #fff;
	list-style: none;
}
#nav li a {
	display: block;
	width: 80px;
	height: 22px;
	background: #ea6112;
	color: #fff;
	font-size: 12px;
	line-height: 2;
}
#nav li a:hover {
	color: #fff;
}
#nav li ul {
	width: 80px;
	display: none;
	position: relative;
	top: 5px;
	left: -40px;
}
footer {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size:x-small;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #651964;
	float: left;
	padding-bottom:30px;
}
.f1{
	width: 20%;
	float:left;
}
.f2{
	width: 80%;
	float:left;
}
.f-w50{
	width:50%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	font-size:12px;
	line-height:20px;
}
.f-100{
	text-align:right;
	float:left;
	padding-top:20px;
	width:100%;
}
}
@media all and  (min-width:768px) and (max-width:900px) {
/*ヘッダー*/
header {
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	z-index:9999;
	position:fixed;
	height:50px;
  border-top: 4px solid #651964;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
header h1{
	margin: 0px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
div#logo {
	text-align: left;
	width: 16%;
	float:left;
	padding: 10px 0 0 10px;
	box-sizing:border-box;
}

.w-100{
	width: 100%;
	float:left;
}
.w-100L{
	width: 100%;
  	top: 0px;
	left: 0px;
	margin:0 auto;
	text-align:center;
	max-width:980px;
}
div#login {
	text-align: center;
	width: 20%;
	float:right;
	display:none;
}
.w2{
	width: 84%;
	text-align: right;
	margin-top: 0px;
	color: #cccccc6;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	font-size: 11px;
	line-height:50px;
	box-sizing:border-box;
}
#nav2 {
	width: 84%;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	height: 50px;

}
#nav2 ul{
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#nav2 ul li{
	display: table-cell;
	text-align: center;
	line-height:18px;
	height:50px;
  display: table-cell;
  vertical-align: middle;
  padding:3px 5px 0;
  
  box-sizing:border-box;
  
}

.w5{
	float: right;
	z-index: 2;
	position: relative;
	text-align: right;
	width: 100%;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 127px;
	display: none;
	color: #CC6666;
}
#nav  {
	width: 100%;
	height: 30px;
	text-align: right;
	float: right;
}
#nav li  {
	width: 100%;
	height: 22px;
	text-align: right;
	border-bottom: 1px solid #fff;
	list-style: none;
}
#nav li a {
	display: block;
	width: 80px;
	height: 22px;
	background: #ea6112;
	color: #fff;
	font-size: 12px;
	line-height: 2;
}
#nav li a:hover {
	color: #fff;
}
#nav li ul {
	width: 80px;
	display: none;
	position: relative;
	top: 5px;
	left: -40px;
}
footer {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size:x-small;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #651964;
	float: left;
	padding-bottom:30px;
}
.f1{
	width: 20%;
	float:left;
}
.f2{
	width: 80%;
	float:left;
}
.f-w50{
	width:50%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	font-size:10px;
	line-height:20px;
}
.f-100{
	text-align:right;
	float:left;
	padding-top:20px;
	width:100%;
	font-size:10px;
}
}

@media all and (min-width: 768px) {
/*ヘッダー*/
#container {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.contentsu{
	width: 100%;
	margin:60px auto;
	max-width:980px;
	text-align: left;
}

.pro-box{
	width:100%;
	margin-bottom:50px;
	background-image:url(../img/main-back.jpg);
	padding:30px 15px 20px;
	box-sizing:border-box;
	float:left;
}
.pro-box2{
	width:100%;
	margin-bottom:50px;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
}
h2{
	font-size:24px;
	font-weight:bold;
	color:#494949;
	border-bottom:#8c6a91 double 5px;
	padding:0 0px 5px;
	text-align:center;
	width:40%;
	margin:0 auto;
	
}
.sub-title {
	font-size:16px;
	padding:5px 0;
	text-align:center;
	color:#8c6a91;
}
.me-text {
	font-size:16px;
	padding:30px 0 5px;
	text-align:center;
	color:#494949;
}
.text1 {
	font-size:18px;
	line-height:36px;
	padding:20px 0;
}
.text2 {
  width: 100%;
  text-align: center;
  font-size:16px;
  line-height:24px;
  margin:10px 0;
}
.pro-img {
  width: 90%;
  margin:30px auto 0;
}

.inner{
  display: table-cell;
  vertical-align: middle;
  font-size:30px;
  color:#FFF;
}
.project{
	width:100%;
	margin-top:30px;
}
.project ol{
	width:100%;
	font-size:18px;
	padding-left: 30px;
	box-sizing:border-box;
}
.project ol li{
	width:100%;
	font-size:18px;
	line-height:32px;
	padding-top:10px;
}
.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}
.trailer11 {
    width:100%;
    margin-bottom:20px;
}
.trailer12 {
    width:100%;
    margin-bottom:20px;
}
.w50{
	width:50%;
	float:left;
	padding:20px;
	box-sizing:border-box;
}
table.ccc{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:15px 0;
  float:left;
}
table.ccc tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.ccc td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 20px 10px;
  vertical-align:middle;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
}

table.ccc td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.ccc tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}

table.ccc tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ccc tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ccc tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.c25{
  width: 25%;
	background-color:#eee;
	letter-spacing:1px;
}
.c75{
  width: 75%;
	letter-spacing:1px;
}
.c30{
  width: 30%;
	letter-spacing:1px;
}
.c45{
  width: 45%;
	letter-spacing:1px;
}
table.bbb{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
}

table.bbb th:first-child{
  border-radius: 5px 0 0 0;
}

table.bbb th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.bbb th{
  text-align: left;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
 	box-sizing:border-box;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
}

table.bbb td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 20px 10px;
  vertical-align:middle;
	box-sizing:border-box;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
}

table.bbb td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.bbb tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.bbb tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.bbb tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.yakuin {
  width: 100%;
  text-align: center;
  font-size:20px;
  line-height:24px;
  margin:30px 0 20px;
  font-weight:bold;
  float:left;
}
.step-text {
		width: 100%;
	float: left;
	padding: 20px 0 10px;
	float: left;
	font-size:16px;
	line-height:26px;
}
.hoge2{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.comment{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
input:focus {
    border:solid 1px #EEA34A;
}
.nw {
	width: 100%;
	text-align: center;
	float: left;
	margin:20px auto 10px;
}
.apli {
	width: 40%;
	padding: 15px 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	margin:0 auto;
	box-sizing:border-box;
}
p.gotop{
	position: fixed;
	right: 3%;
	bottom: 0;
	z-index:10;
}
p.gotop a{
    width: 70px;
    height: 70px;
    display: block;
}
.bb18 {
  font-size:18px;
  font-weight:bold;
  letter-spacing:1px;
}
.thanks {
	width: 100%;
	font-size: large;
	text-align: center;
	line-height: 30px;
	color:#494949;
	padding:100px 0;
  font-size:18px;
  }
.kaiin {
  width: 100%;
  text-align: center;
  font-size:20px;
  line-height:24px;
  margin:50px 0 10px;
  font-weight:bold;
  float:left;
  border-bottom:2px solid #333;
  padding-bottom:5px;
}
.text-r{
	width: 100%;
	text-align:right;
	padding-top:22px;
	box-sizing:border-box;
}
.text-r2{
	float:right;
	padding-top:36px;
	box-sizing:border-box;
}
.kitei {
  width: 100%;
  text-align: center;
  font-size:18px;
  line-height:24px;
  margin:10px 0 30px;
  float:left;
}
.news {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	height: 400px;
	border:1px solid #333;
	padding:15px;
	box-sizing:border-box;
	margin-top:30px;
}
.sc2{
	overflow: auto;
	width: 100%;
	height: 300px;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.n_pa0 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 22px;
	width: 100%;

	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.n_pa1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 22px;
	width: 100%;

	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
.w30-n1{
	width:30%;
	float:left;
	padding:30px 20px 0;
	box-sizing:border-box;
	text-align:center;
}
.w70-n2{
	width:70%;
	float:left;
	padding:35px 0px 0 0;
	box-sizing:border-box;
	text-align:left;
  font-size:16px;
  line-height:22px;
}
.tw100{
	width:100%;
	float:left;
	padding-top:10px;
	box-sizing:border-box;
}
.midashi {
position: relative;
font-size: 20px;
border-bottom: 2px solid #000;
margin: 0 0 0 0;
padding-top:30px;
width:100%;
text-align:left;
float:left;
}

.after {
font-size: 16px;
margin-left: 16px;
}
.vb{
	width:100%;
	float:left;
	padding:0px 0 30px;
}
}


@media all and (max-width: 767px) {
header {
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	float: left;
	z-index:9999;
	position:fixed;
	height:58px;
  border-top: 4px solid #651964;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
header h1{
	margin: 0px;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
div#logo {
	text-align: center;
	width: 40%;
	float:left;
	margin:5px 0 0 10px;
}
.w-100{
	width: 100%;
	float:left;
}
.w-100L{
	width: 100%;
}
div#login {
	text-align: right;
	margin-top: -4px;
	color: #CC9999;
	float: right;
	width: 30%;
	margin-right: 70px;
}
.w2{
	width: 100%;
	text-align: right;
	margin-top: -30px;
	color: #CC6666;
	padding-top: 0px;
	padding-bottom: 3px;
	float: right;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	display:none
}
#nav2 {
	width: 20%;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	height: 20px;

}
#nav2 ul{
	display: table;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#nav2 ul li{
	display: table-cell;
	text-align: center;
}
.w5{
	width: 30%;
	text-align: right;
	margin-top: -3px;
	color: #CC9999;
	padding-top: 0px;
	position: absolute;
	padding-bottom: 0px;
	float: right;
	z-index: 3;
}
#nav  {
	width: 100%;
	height: 40px;
}
#nav li  {
	width: 100%;
	height: 40px;
	text-align: center;
	list-style: none;
	float: right;
	border-bottom: 1px solid #CC9999;
}
#nav li a {
	display: block;
	width: 100%;
	height: 40px;
	background: #CC6666;
	color: #ffffff;
	font-size: 13px;
	line-height:40px;
	float: right;
}
#nav li a:hover {
	color: #ee8cbe;
}
#nav li ul {
	width: 100%;
	display: none;
	position: relative;
	top: 0px;
	float: right;
}

p.resizeimage-b img { width:100%;
max-width: 98%;
height: auto;
	display: none; }
p.resizeimage-s img {
	width: 100%;
	max-width: 98%;
	height: auto;
}
p.resizeimage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #c7b3be;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #651964;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #651964;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #651964;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#container {
	width: 100%;
	text-align: center;
	margin-bottom: px;
}
.contentsu{
	width: 100%;
	margin:0 auto;
	text-align: left;
	margin-bottom: px;
}
footer {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight:bold;
	font-size:x-small;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #651964;
	float: left;
	line-height:40px;
}
.f1{
	width: 50%;
	margin:0 auto;
}
.f2{
	width: 100%;
	float:left;
}
.f-w50{
	width:100%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	font-size:10px;
	line-height:18px;
	border-bottom:dotted 1px #FFFFFF;
}
.f-100{
	text-align:center;
	float:left;
	padding:15px 0;
	width:100%;
	font-size:10px;
}
.pro-box{
	width:100%;
	margin-bottom:10px;
	background-image:url(../img/main-back.jpg);
	padding:30px 15px 20px;
	box-sizing:border-box;
	float:left;
}
.pro-box2{
	width:100%;
	margin-bottom:10px;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
}
h2{
	font-size:18px;
	font-weight:bold;
	color:#494949;
	border-bottom:#8c6a91 double 5px;
	padding:0 0px 5px;
	text-align:center;
	width:90%;
	margin:0 auto;
	
}
.sub-title {
	font-size:12px;
	padding:5px 0;
	text-align:center;
	color:#8c6a91;
}
.me-text {
	font-size:14px;
	padding:20px 0 10px;
	text-align:left;
	color:#494949;
}
.text1 {
	font-size:14px;
	line-height:24px;
	padding:10px 0;
}
.text2 {
  width: 100%;
  text-align: center;
  font-size:12px;
  line-height:20px;
  margin:10px 0;
}
.pro-img {
  width: 100%;
  margin:30px auto 0;
}

.inner{
  display: table-cell;
  vertical-align: middle;
  font-size:30px;
  color:#FFF;
}
.project{
	width:100%;
	margin-top:10px;
}
.project ol{
	width:100%;
	font-size:14px;
	padding-left: 20px;
	box-sizing:border-box;
}
.project ol li{
	width:100%;
	font-size:14px;
  line-height:24px;
	padding-top:10px;
}
.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}
.trailer1 {
    width:100%;
    margin:10px 0 0px;
	padding-bottom:10px;
	border-bottom:dotted #996699 1px;
	float:left;
}
.trailer2 {
    width:100%;
    margin:20px 0 0px;
	float:left;
}
.w50{
	width:100%;
	float:left;
	padding:0px;
	box-sizing:border-box;
}
table.ccc{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:15px 0;
  float:left;
}
table.ccc tr{
  width: 100%;
	font-size:12px;
	letter-spacing:1px;
}

table.ccc td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 10px;
  vertical-align:middle;
	font-size:12px;
	line-height:22px;
	letter-spacing:1px;
}

table.ccc td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.ccc tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}

table.ccc tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ccc tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ccc tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.c25{
  width: 25%;
	background-color:#eee;
	letter-spacing:1px;
}
.c75{
  width: 75%;
	letter-spacing:1px;
}
.c30{
  width: 30%;
	letter-spacing:1px;
}
.c45{
  width: 45%;
	letter-spacing:1px;
}
table.bbb{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
}

table.bbb th:first-child{
  border-radius: 5px 0 0 0;
}

table.bbb th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.bbb th{
  text-align: left;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
 	box-sizing:border-box;
	font-size:12px;
	line-height:22px;
	letter-spacing:1px;
}

table.bbb td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 10px;
  vertical-align:middle;
	box-sizing:border-box;
	font-size:12px;
	line-height:22px;
	letter-spacing:1px;
}

table.bbb td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.bbb tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.bbb tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.bbb tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.yakuin {
  width: 100%;
  text-align: center;
  font-size:16px;
  line-height:24px;
  margin:20px 0 10px;
  font-weight:bold;
  float:left;
}

.step-text {
		width: 100%;
	float: left;
	padding: 20px 0 10px;
	float: left;
	font-size:14px;
	line-height:24px;
}
.hoge2{border:0;
padding:10px;
font-size:14px;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.comment{border:0;
padding:10px;
font-size:14px;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
input:focus {
    border:solid 1px #EEA34A;
}
.nw {
	width: 100%;
	text-align: center;
	float: left;
	margin:20px auto 10px;
}
.apli {
	width: 80%;
	padding: 10px 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	margin:0 auto;
	box-sizing:border-box;
}
p.gotop{
	position: fixed;
	right: 3%;
	bottom: 0;
	z-index:10;
}
p.gotop a{
    width: 50px;
    height: 50px;
    display: block;
}
.bb18 {
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
}
.thanks {
	width: 100%;
	font-size: large;
	text-align: center;
	line-height: 24px;
	color:#494949;
	padding:80px 0;
  font-size:14px;
  }
.kaiin {
  width: 100%;
  text-align: center;
  font-size:16px;
  line-height:24px;
  margin:50px 0 10px;
  font-weight:bold;
  float:left;
  border-bottom:2px solid #333;
  padding-bottom:5px;
}
.text-r{
	width: 100%;
	text-align:right;
	padding-top:22px;
	box-sizing:border-box;
  font-size:14px;
}
.text-r2{
	float:right;
	padding-top:36px;
	box-sizing:border-box;
  font-size:14px;
}
.kitei {
  width: 100%;
  text-align: center;
  font-size:14px;
  line-height:22px;
  margin:10px 0 30px;
  float:left;
}
.news {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	height: 400px;
	border:1px solid #333;
	padding:15px;
	box-sizing:border-box;
	margin-top:30px;
}
.sc2{
	overflow: auto;
	width: 100%;
	height: 300px;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.n_pa0 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 20px;
	width: 100%;

	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.n_pa1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 20px;
	width: 100%;

	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
.w30-n1{
	width:100%;
	float:left;
	padding:30px 20px 0;
	box-sizing:border-box;
	text-align:center;
  font-size:12px;
}
.w70-n2{
	width:100%;
	float:left;
	padding:30px 0px 0 0;
	box-sizing:border-box;
	text-align:left;
  font-size:12px;
  line-height:20px;
}
.tw100{
	width:100%;
	float:left;
	padding-top:10px;
	box-sizing:border-box;
}
h3 {
 position: relative;
  padding: 1.5rem 2rem 1.5rem 160px;
  border-bottom: 3px solid #000;
}

h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
}
.midashi {
position: relative;
font-size: 14px;
border-bottom: 2px solid #000;
margin: 0 0 0 0;
padding-top:20px;
width:100%;
text-align:left;
float:left;
}

.after {
font-size: 12px;
margin-left: 16px;
}
.vb{
	width:96%;
	float:left;
	padding:0px 0 0px;
	margin:0 2%;
}
}
