@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon child theme
Template:   cocoon-master
*/

/************************************
** 
************************************/
.column-narrow .content-in {
	width: 680px !important;
}

h1 {display:none}

.t-center {
	text-align: center;
}

header.header {
  padding: 12px;
  margin-bottom: 1.5em;
  background: #1c6db4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-size: 100%;
	background: #54595e;
	background: -moz-linear-gradient(top,  #54595e 0%, #111111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54595e), color-stop(100%,#111111));
	background: -webkit-linear-gradient(top,  #54595e 0%,#111111 100%);
	background: linear-gradient(to bottom,  #54595e 0%,#111111 100%);
  position: relative;
}

header.header h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-shadow: 1px -1px rgba(0,0,0,0.2);
  line-height:1.4;
}
.wpcf7 br {
	display:none;
}
.wpcf7 p {
	margin-bottom:0;
}
.wpcf7 dl {
	display: flex;
	align-items: center;
}
.wpcf7 dt {
	width:  30%;
	font-size: 0.8em;
	font-weight: bold;
}
.wpcf7 dt span {
	display: inline;
	float: left;
	margin: 2px 5px 0;
	padding: 0.4em 0.6em 0.4em;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 20px;
	background: #ff8400;
	position: relative;
	color: #fff;
}

.wpcf7 dd {margin-left: 0;}

.wpcf7 form .btSubmit {
	margin-top: 1em;
	text-align: center;
}
.wpcf7 form .btSubmit input,
.wpcf7 form .btSubmit button {
	display: inline-block;
	width: auto;
	padding: 0.3em 1.5em;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
	background-color: #5cb85c;
	border-color: #4cae4c;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
	background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
	background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	background-repeat: repeat-x;
	border-color: #419641;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1C6DB4', endColorstr='#FF0E385C');
	color: #fff;
	font-size: 22px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
}
.wpcf7 form .btSubmit button span {
	display:block;
}
.wpcf7 form .btSubmit button span:first-child {
	padding-top: 0.3em;
	font-size:80%;
}
.wpcf7-spinner {
	display: block !important;
}

input#form-ime {ime-mode: disabled;}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.wpcf7 form .btSubmit.app input,
.wpcf7 form .btSubmit.app button {
	display: inline-block;
	width: calc(288px + 146 * (100vw - 320px)/ 1600);
	height: 100px;
	background-color: transparent;
	background-image: url(images/cta_bt.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	transition: 0.5s;
}
.wpcf7 form .btSubmit.app button:hover {
	transition-duration:0.5s;
	opacity: 70%;
	filter: opacity(70%);
}

.accept {
	display: block !important;
	width: calc(288px + 112 * (100vw - 320px)/ 1600);
	margin: auto;
}
dl.accept {
	margin-bottom: 0.5em;
}
.accept dt {
	width: 100%;
	margin-bottom: 1.5em;
}
.accept .agreement {
	overflow: scroll;
	/*width: 54%;*/
	width: calc(288px + 112 * (100vw - 320px)/ 1600);
	height: 7em;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #eee;
	font-size: 60%;
}
.accept .agreement h3 {
	padding: 0;
	border: none;
	font-size: 100%;
}
.accept .txt {
	margin-bottom: 1em;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}
.accept .cta_check {
	text-align: center;
}
.accept .cta_check .wpcf7-list-item {
	margin: 0;
}
.accept .cta_check label input + span.wpcf7-list-item-label:after {
	content: "";
	display: inline-block;
	width: calc(288px + 112 * (100vw - 320px)/ 1600);
	height: calc(50px + 11 * (100vw - 320px)/ 1600);
	background-image: url(images/cta_check.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.accept .cta_check label input:checked + span.wpcf7-list-item-label:after {
	background-image: url(images/cta_checked.png);
}
.accept .cta_check label input {
	display: none;
}
.accept .cta_check label span.wpcf7-list-item-label {
	font-size: 0px;
	text-indent: -9999em;
}

@media screen and (max-width: 834px) {
	main.main, div.sidebar {
		padding: 0 16px;
	}
}

@media screen and (max-device-width: 480px) {
	.column-narrow .content-in {
		width: 100% !important;
	}
	header.header h2 {
		font-size: 16px;
	}
	.wpcf7 dl {
		display: block;
	}
	.wpcf7 dt {
		width:  100%;
	}
}

.grecaptcha-badge { visibility: hidden; }