<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

.header{
	border-bottom:1px solid #ccc;
	margin-bottom:0;
}
.container{
	margin:0 auto;
	width:960px;
}
.localNav,
.contents,
.localNav *,
.contents *{
	box-sizing:border-box;
}
.localNav{
	width:960px;
	margin:0 auto;
}
.localNav ul{
	margin:0 -2px;
}
.localNav ul::after{
	content:"";
	display:block;
	clear:both;
}
.localNav li{
	padding-left:2px;
	padding-right:2px;
	width:50%;
	float:left;
}
.localNav img{
	display:block;
	width:100%;
	height:auto;
}
.tab{
	margin-top:20px;
	display:block;
}
.contents{
	position:relative;
	background:#EEEADD;
	border-top:5px solid;
	padding-top:30px;
	padding-bottom:80px;
	font-size:20px;
}
#residence{
	border-color:#1D4871;
}
#management{
	border-color:#930000;
}

/* wish */
.wish{
	background:#fff;
	padding:35px 30px 50px;
}
h3{
	font-size:1.8em;
	text-align:center;
	margin:0 0 20px;
}
#residence h3{
	color:#1D4871;
}
#management h3{
	color:#930000;
}
.wish{
	position:relative;
	margin-bottom:40px;
}
.wish::after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:100%;
	z-index:10;
}
.wish img{
	display:block;
	width:100%;
	height:auto;
}
.wish ul{
	color:#fff;
	text-align:center;
	margin:0 -15px 20px;
	font-size:1.35em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height:1.3;
}
.wish li{
	float:left;
	width:calc(50% - 30px);
	margin:0 15px 20px;
	padding:10px 0;
}
#residence .wish li{
	background:#1D4871;
}
#management .wish li{
	background:#930000;
}
h4{
	font-size:1.6em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height:1.3;
	margin:15px 0 6px;
}
#residence h4{
	color:#1D4871;
}
#management h4{
	color:#930000;
}
#management .wish .text{
	width:60%;
}
#management figure{
	width:40%;
}
 .wish .text p{
	font-size:0.7em;
	font-weight:bold;
	line-height:1.6;
	margin:0 0 10px;
}
 .wish .text .note{
	font-size:0.6em;
	padding-left:1.2em;
}
.text .note dt{
	display:inline;
}
.text .note dd{
	display:inline;
}
.note small{
	font-size:1em;
}
.note small::before{
	content:"（";
}
.note small::after{
	content:"）";
}
.text .note::before{
	content:"※";
	float:left;
	margin-left:-1.2em;
}

/* present */
.present{
	position:relative;
	padding:50px 30px 30px;
	margin-bottom:40px;
	font-weight:bold;
	height:auto;
}
#residence .present{
	background:#1D4871;
}
#management .present{
	background:#930000;
}
.present::after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:100%;
	z-index:10;
}
#residence .present::after{
	border-color:#1D4871 transparent transparent transparent;
}
#management .present::after{
	border-color:#930000 transparent transparent transparent;
}
.present li{
	background:#fff;
	position:relative;
}
#residence .present li{
	color:#1D4871;
}
#management .present li{
	color:#930000;
}
.catalog{
	font-size:1.45em;
	line-height:1.4;
	padding:10px 25px;
}
.trial{
	margin-top:75px;
	font-size:2em;
}
.trial::before{
	content:"";
	background:url(../../../../../com/http/liaison/region/lia07/kumamoto/consultation/images/icon_plus.png) no-repeat;
	background-size:100%;
	width:36px;
	height:36px;
	display:block;
	position:absolute;
	top:-55px;
	left:50%;
	margin-left:-18px;
}
.balloon{
	position:absolute;
	top:-20px;
	margin-left:20px;
}
.catalog .img{
	position:absolute;
	top:-15px;
	right:30px;
}
.trial img{
	float:right;
	margin-left:10px;
}
.trial p{
	margin:0;
	padding:25px 0 25px 50px;
	overflow:hidden;
	line-height:1.3;
}
.trial strong{
	margin-right:8px;
	display:inline-block;
	text-align:center;
	width:3em;
	color:#fff;
	font-size:0.8em;
	line-height:1.625;
	position:relative;
	top:-0.1em;
}
#residence .present .trial strong{
	background:#930000;
}
#management .present .trial strong{
	background:#1D4871;
}
.trial small{
	display:block;
	font-size:0.35em;
	font-weight:normal;
	color:#000;
	margin-top:20px;
}

/* application */
.application{
	display:block;
	border:5px solid;
	background:#fff;
	padding:15px 0;
	text-align:center;
	font-weight:bold;
	font-size:1.8em;
	line-height:80px;
	position:relative;
}
.application:hover,
.application:focus{
	text-decoration:none;
}
#residence .application{
	color:#1D4871;
	border-color:#1D4871;
}
#management .application{
	color:#930000;
	border-color:#930000;
}
.application strong{
	width:80px;
	height:80px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	margin-right:10px;
	font-size:0.85em;
	text-align:center;
}
#residence .application strong{
	background:#930000;
}
#management .application strong{
	background:#1D4871;
}
.application span{
	font-size:0.75em;
	position:absolute;
	right:30px;
}
.application .fa{
	margin-left:10px;
	font-size:2em;
	position:relative;
	top:0.125em;
}

/* contact */
.contact{
	text-align:center;
	padding:30px 0;
	font-size:1.33333333333333em;
}
.contact strong{
	font-size:1.0625em;
	display:block;
}
.contact small{
	font-size:0.8125em;
}
.contact small::before{
	content:"（";
}
.contact small::after{
	content:"）";
}


/* ///////////////////////////
              form
/////////////////////////// */
.form .contents{
	padding-top:0;
	background:none;
	font-weight:normal;
}
.form h2{
	margin:0 0 2px;
	text-align:center;
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.7em;
	line-height:1.8;
	background:#104478;
}
.hero{
	display:block;
	margin:0 0 25px;
}
.form .summary{
	text-align:center;
	font-size:0.8em;
	line-height:1.6;
	margin-bottom:30px;
}
.no-entry{
	border:4px solid #ccc;
	margin-bottom:40px;
	padding:25px 35px;
}
.no-entry dl+dl{
	margin-top:10px;
}
.no-entry dt{
	font-size:0.7em;
}
.no-entry dt::before{
	content:"【";
}
.no-entry dt::after{
	content:"】";
}
.no-entry dd{
	font-size:0.6em;
}
.no-entry a{
	color:#104478;
	font-weight:bold;
}
.form .catalog{
	padding:0;
	margin-bottom:40px;
	font-size:inherit;
	background:#EEEADB;
}
.form .catalog&gt;dt{
	line-height:60px;
	padding:0 24px;
	background:#144576;
	color:#fff;
	font-weight:bold;
}
.form .course{
	font-size:0.9em;
	margin-left:1em;
}
.form .shawood&gt;dt{
	background:#1D4937;
}
.form .management&gt;dt{
	background:#8D0000;
}
.form .catalog dd{
	padding:30px 0;
}
.form .catalog&gt;dd{
	padding-left:140px;
	padding-right:140px;
}
.form .management&gt;dd{
	padding-left:110px;
	padding-right:110px;
}
.form .residence-trial&gt;dd,
.form .shawood-trial&gt;dd,
.form .management-trial&gt;dd{
	padding-left:40px;
	padding-right:40px;
}
.form .residence-trial&gt;dd::after,
.form .shawood-trial&gt;dd::after,
.form .management-trial&gt;dd::after{
	content:"";
	display:block;
	clear:both;
}
.form .catalog .row{
	margin:0;
}
.form .residence-trial .row,
.form .shawood-trial .row{
	margin-left:-30px;
	margin-right:110px;
	width:340px;
	float:left;
}
.form .management-trial .row{
	margin-left:-10px;
	margin-right:30px;
	width:420px;
	float:left;
}
.form .residence-trial .row dt,
.form .shawood-trial .row dt,
.form .management-trial  .row dt{
	position:relative;
}
.form .residence-trial .row dl:last-child dt::after,
.form .shawood-trial .row dl:last-child dt::after,
.form .management-trial  .row dl:last-child dt::after{
	font-family: sans-serif;
	font-size:60px;
	position:absolute;
	content:"+";
	font-weight:bold;
	right:-120px;
	top:50%;
	margin-top:-0.5em;
	display:block;
	color:#144576;
}
.form .shawood.residence-trial .row dl:last-child dt::after{
	color:#1B4937;
}
.form .management-trial  .row dl:last-child dt::after{
	color:#8F0000;
	right:-60px;
}
.form .catalog .trial{
	float:right;
	width:400px;
	background:url(../images/bg_residence.jpg) no-repeat center bottom;
	position:relative;
	padding:15px;
	margin:0;
	height:280px;
	font-size:1em;
}
.form .management .trial{
	background-image:url(../images/bg_management.jpg);
	height:300px;
}
.form .catalog .trial::before{
	display:none;
}
.form .catalog .trial dt{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.8em;
}
.form .management .trial dt{
	font-size:1.5em;
}
.form .catalog .trial dt strong{
	background:#144576;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size:0.83333em;
}
.form .shawood .trial dt strong{
	background:#1B4937;
}
.form .management .trial dt strong{
	background:#8D0000;
	font-size:1em;
}
.form .catalog .trial dd{
	color:#fff;
	font-size:0.6em;
	font-weight:bold;
	position:absolute;
	left:0;
	bottom:0;
	line-height:1.4;
	padding:8px 20px;
	background:rgba(16,68,120,0.75);
}
.form .shawood .trial dd{
	background:rgba(24,73,55,0.75);
}
.form .management .trial dd{
	background:rgba(143,0,0,0.75);
}
.form .catalog .col{
	padding-left:90px;
	padding-right:90px;
	width:50%;
}
.form .management .col{
	padding-left:50px;
	padding-right:50px;
	width:33.33333%;
}
.form .residence-trial .col,
.form .shawood-trial .col{
	padding-left:30px;
	padding-right:30px;
}
.form .management-trial .col{
	padding-left:10px;
	padding-right:10px;
}
.catalog dl dt{
	font-size:0.7em;
	font-weight:bold;
}
.catalog dl dt img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	margin:0 auto 10px;
}
.form .residence dl dt{
	color:#144576;
}
.form .shawood dl dt{
	color:#1B4937;
}
.form .management dl dt{
	color:#8F0000;
}
.form .catalog dl dd{
	font-size:0.6em;
	padding:0;
}
table{
	font-size:0.7em;
	width:100%;
	margin-bottom:30px;
}
caption{
	color:#666;
	font-weight:bold;
	text-align:left;
}
th,td{
	border:1px solid #ccc;
	padding:10px 20px;
}
th{
	background:#f2f2f2;
	color:#666;
	text-align:left;
}
th small{
	font-size:1em;
}
th small::before{
	content:"（";
}
th small::after{
	content:"）";
}
.required{
	font-weight:normal;
	color:#fff;
	display:inline-block;
	background:#8F0000;
	padding:0 3px;
	margin-left:3px;
	font-size:0.8em;
	line-height:1.75;
}
td{
	width:67%;
}
.cd-form .row,
.erroe .row{
	margin:0 -10px;
}
.cd-form .col,
.erroe .col{
	margin:0;
	padding:0 10px;
	width:50%;
}
.cd-form .col10,
.error .col10{
	width:100%;
}

.privacypolicy{
	border:4px solid #ccc;
	margin-bottom:40px;
	padding:15px 25px;
}
.privacypolicy h3{
	text-align:left;
	color:#666;
	font-size:0.9em;
	margin-bottom:5px;
}
.privacypolicy h3::before{
	content:"【";
}
.privacypolicy h3::after{
	content:"】";
}
.privacypolicy p{
	font-size:0.7em;
	margin-bottom:5px;
}
.privacypolicy a{
	color:#104478;
	font-size:0.8em;
	font-weight:bold;
	position:relative;
	display:inline-block;
	padding-left:1em;
	line-height:2.4;
}
.privacypolicy .fa{
	font-size:1.8em;
	line-height:1;
	position:absolute;
	top:50%;
	left:0;
	display:block;
	margin-top:-0.6em;
}
.cd-form .agree {
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:1px solid #ccc;
	margin:0;
	padding:24px 0 0;
	text-align:center;
	position:relative;
}
.privacypolicy .agree .cd-label{
	color:#666;
	font-size:0.8em;
	display:inline-block;
	padding-left:2em;
}
.cd-form .agree input[type="checkbox"]{
}
.cd-form .agree input[type="checkbox"] + label::before{
	left:50%;
	margin-left: -2.5em;
	margin-top:3px;
}
.cd-form .agree input[type="checkbox"] + label::after{
	left:50%;
	margin-left: -2.5em;
	margin-top:3px;
}
.cd-form ul{
	text-align:center;
}
.btn{
	display:block;
	border:none;
	font-size:0.9em;
	font-weight:bold;
	line-height:60px;
	width:100%;
	position:relative;
}
.btn:hover{
	opacity:0.8;
}
.col .btn{
	width:66.66667%;
	margin:0 auto;
}
.col10 .btn{
	width:33.333333%;
}
.submit{
	background:#104478;
	color:#fff;
}
.btn .fa{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.5em;
	font-size:36px;
}

.thanks h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#104478;
	font-size:1.4em;
}
.thanks .contents p{
	width:60%;
	margin:0 auto 0.5em;
	text-align:left;
	font-size:0.9em;
	line-height:1.6;
}
.thanks .contents a{
	display:block;
	text-align:center;
	margin:1em auto;
	width:20em;
}
.thanks .contents .fa{
	margin-right:0.5em;
}
.thanks .address{
	width:60%;
	margin:2em auto;
	border:2px solid #ccc;
	border-radius:8px;
	padding:3px 15px 15px;
	box-sizing:border-box;
}
.thanks .address h4{
	font-size:1.2em;
	margin:0 -12px 15px;
	padding:12px;
	background:#f2f2f2;
	border-radius:4px;
	color:#104478;
}
.thanks .address p{
	width:auto;
	margin:0;
	line-height:1.4;
}
.thanks .contents .freecall{
	font-weight:bold;
	font-size:2em;
	line-height:1.2;
	text-shadow:2px 2px 2px #ccc;
}
.freecall::before{
	content:url(../images/icon_free-call.png);
	margin-right:0.1em;
}
.thanks .business-hours{
	margin-bottom:20px;
}
.thanks .business-hours dt{
	display:inline;
}
.thanks .business-hours dt::after{
	content:"／";
	margin-left:0.2em;
}
.thanks .business-hours dd{
	display:inline;
}
.thanks .business-hours small{
	font-size:0.8em;
}
.thanks .business-hours small::before{
	content:"（";
}
.thanks .business-hours small::after{
	content:"）";
}
.thanks .tel::before{
	content:"TEL.";
	margin-right:0.3em;
}




/* CodyHouse contact form */
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 20px 0;
}
.cd-form h4, .cd-form .cd-label {
  /*font-size: 1.3rem;*/
  color: #94aab0;
  /*margin-bottom: 10px;*/
}
.catalog .cd-label {
	color:#fff;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
 /* font-size: 1.6rem;*/
  color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form&gt;dl&gt;dt {
  /* wrapper for radio and checkbox input types */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.catalog input[type=radio]{
	left:24px;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  /*padding-left: 24px;*/
  padding-left: 35px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.catalog input[type="radio"] + label::before,
.catalog input[type="radio"] + label::after{
	left:24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  /*border-radius: 50%;*/
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../images/cd-icon-check.svg");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../images/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #2c97de;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #42a2e1;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
   /* font-size: 1.4rem;
    margin-bottom: 10px;*/
  }
.catalog .cd-label {
	margin-bottom:0;
}
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    /*padding: 16px;*/
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 56px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}

.error .contents .container{
	color:#AC1F21;
}
.error .back{
	margin-top:1em;
}




/* utility
-------------------------*/
.row{
	margin-left:-15px;
	margin-right:-15px;
}
.col{
	width:50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

/* clearfix
-------------------------*/
.clearfix::after,
.row::after,
.wrap_960_center::after,
.nav ul::after,
.wish ul::after,
.trial::after,
.footer::after,
.footer ul::after{
	content:"";
	display:block;
	clear:both;
}</pre></body></html>