@charset "utf-8";
/*******************************
/* メイン画像
*******************************/

.wrap {
	position: relative;
}
.fitImg {
	position: absolute;
}
.eiji {
	font-size: 2.6em;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: italic;
}
h2 .eiji {
	font-size: 1.6em;
}
.box {
	overflow: hidden;
	position: relative;
	min-height:530px;
}
.box::before {
	background-color: rgba( 0, 0, 0, .3 );
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}
.fitMovie {
	position: absolute;
}
.box__centered {
	left: 50%;
	position: absolute;
	top: 50%;
	width:90%;
}
.box__contents {
	text-align: center;
	transform: translate(-50%, -50%);
	position: relative;
	z-index: 100;
}
.box__title {
	color: #fff;
	font-weight: bold;line-height:1.0;
	margin-bottom:20px;
}
.box__text {
	color: #fff;line-height:1.6;
	font-size:16px;
}
.mainInner .flexBlock p {
	width: 33%;
}
.mainInner .flexBlock {
	display: flex;    width: 100%;
    padding-top: 30px;
}
/*******************************
/*コンテンツ
*******************************/

/*----------------------------*
/*sec01*/
/*----------------------------*/

.sec01_box {
	background: url(../img/bg_sec01.png) repeat center;
	padding: 0px 0;
	position: relative;
}
.okomari {
	width: 1000px;
	margin: 0 auto 30px;
}
dl dt, dl dd {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	padding: 5px 0px 14px 55px;
	margin: 6px 59px 10px;
}
dl dt {
	font-weight: 400;
	color: #333;
}
dl dd {
	color: #666;
	font-size: 14px;
}
dl dt::before {
	content: "Q";
	position: absolute;
	background-color: #e47930;
	color: #fff;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
dl dd::before {
	content: "A";
	background-color: #a0a0a0;
	color: #fff;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
dl dd::before, dl dt::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .voice h2, .blog h2 , .sec05 h2, entry h2 {
	font-weight: 100;
	font-size: 27px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.sec01 h2::before {
	content: "";
	background: url(../img/tit_border01.png) no-repeat center;
	height: 50px;
	display: block;
}
.sec01 h2::after {
	content: "";
	background: url(../img/tit_border01.png) no-repeat center;
	height: 50px;
	display: block;
}
.entry h2::before {
	content: "";
	background: url(../img/tit_border01.png) no-repeat center;
	height: 50px;
	display: block;
}
.entry h2::after {
	content: "";
	background: url(../img/tit_border01.png) no-repeat center;
	height: 50px;
	display: block;
}
.sec01 h2 .txt, .sec02 h2 .txt, .sec03 h2 .txt, .sec04 h2 .txt, .voice h2 .txt, .blog h2 .txt, .sec05 h2 .txt, .entry h2 .txt {
	padding-bottom: 15px;
	display: block;
	font-size: 16px;
}
.sec01 .bx-wrapper, .bx-viewport, .slider {
	background: none !important;
	border: none !important;
	box-shadow : none !important;
	position: inherit !important;
}
.sec01 div.slider {
	width: 1000px;
	margin: 0 auto;
}
.sec01_inner {
	margin: 0 auto;
	color: #fff;
}
.sec01_inner ul {
	padding: 30px 0;
	width:90%;
	margin:0 auto;
}
.sec01_inner ul li {
	background: url(../img/check.png) no-repeat center left;
	padding: 12px 0 16px 39px;
	font-size: 16px;
}
.sec01 .black {
	background: #000;
	color: #fff;
}

dl dt, dl dd {
	position: relative;
    font-size: 15px;
    padding: 5px 0px 14px 50px;
    margin: 6px 5px 10px;
}
dl dt {
	font-weight: 500;
    color: #333;
}
dl dd {
	    color: #666;
		font-size:14px;
}
dl dt::before {
	content: "Q";
	position: absolute;
	background-color: #e47930;
	color: #fff;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
dl dd::before {
	content: "A";
	background-color: #a0a0a0;
	color: #fff;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
dl dd::before, dl dt::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	font-size: 20px;
}


/*---------------------------
/*sec01 end
---------------------------*/


/*----------------------------*
/*sec02*/
/*----------------------------*/
.sec02 {
	background: #f8f8f8;
	padding: 0 0 60px;
}
.sec02 h2::before, .sec03 h2::before, .sec04 h2::before, .voice h2::before, .blog h2::before {
	content: "";
	background: url(../img/tit_border02.png) no-repeat center;
	height: 50px;
	display: block;
}
.sec02 h2::after, .sec03 h2::after, .sec04 h2::after, .voice h2::after, .blog h2::after {
	content: "";
	background: url(../img/tit_border02.png) no-repeat center;
	height: 50px;
	display: block;
}
.sec05 h2::before {
	content: "";
	background: url(../img/tit_border03.png) no-repeat center;
	height: 50px;
	display: block;
}
.sec05 h2::after {
	content: "";
	background: url(../img/tit_border03.png) no-repeat center;
	height: 50px;
	display: block;
}
.sec02 ul {
	margin-top: 20px;
}
.sec02 p img {
	width: 80%;
    height: auto;
}
.sec02 ul li,.sec03 ul li {
	background: #fff;
	position: relative;
	padding: 15px;
	border-radius: 5px;
	margin-right:8px;
	height:50vh;
	text-align:center;
}

.sec02 ul li p {
	font-size:14px;
}
.sec02 .title {
	position: absolute;
	left: -15px;
	top: 0px;
}
.sec02 .oBg {
	padding: 20px 30px;
	text-align: center;
}
.sec02 .oBg img ,
.sec03 ul li img {
	margin:0 auto;
}
.sec02 h3 {
	padding: 10px 0;
	font-size: 100%;
	font-weight: 500;
}
.bx-wrapper {
	margin: 0 3%;
}
/*---------------------------
/*sec02 end
---------------------------*/

/*---------------------------
/*プラン
---------------------------*/

.sec03 h3 {
	font-size: 113%;
	margin-bottom: 15px;
	font-weight: bold;
}
.sec03 ul li .txt {
	margin: 20px 0 0;
	line-height: 1.7;
}
.plan {
	background: linear-gradient(135deg, #f8f6f6 25%, transparent 25%) -50px 0, linear-gradient(225deg, #f8f6f6 25%, transparent 25%) -50px 0, linear-gradient(315deg, #f8f6f6 25%, transparent 25%), linear-gradient(45deg, #f8f6f6 25%, transparent 25%);
	background-size: 100px 100px;
	background-color: #fff;
	padding: 0 0 40px;
}
.sec03 ul {
	margin:50px 0;
}
.sec03 ul li {
	padding:35px 0;
	min-height:56vh;
	margin-right:15px;
}
#plan .btn a{
	width:76%;
	padding:16px 18px;
}

/*---------------------------
/*実績
---------------------------*/
.sec05 {
	/*background: url(../img/sec05_bg.png) no-repeat right #d7e7e9;
    background-size: 95%;
    background-position: 168% 105%;*/
	background:#d7e7e9;
	padding: 0px 5% 65px;
}

.sec05 h2 {
	color: #355155;
	padding: 10px 0;
	margin: 20px 0;
	text-align: center;
}
.sec05 .inner {
line-height: 1.4;
    font-size: 100%;
    margin: 0 3%;
}

.work {
    position: relative;
    padding: 0px 0 70px;
    background: #f8f6f6;
}
.work ul li img {
	width: 100%;
}

.bgicon {
	background: url(../img/bg_icon.png) left no-repeat;
}
.work div span.small {
	display: block;
	line-height: 1.4;
	font-size: 80%;
}
.work div {
	    padding: 5px 0;
	text-align:center;
}
.work div span.orenge {
	border: 1px solid #e47930;
    color: #e47930;
    font-size: 81%;
    padding: 1px 12px;
    border-radius: 50px;
	margin-top:10px;
}
.multiple {
	padding: 0;
	width: 100% !important;
}

/*---------------------------
/*ブログ
---------------------------*/

.blog ul {
	display: flex;
	width: 1000px;
	margin: 20px auto;
}
.blog ul li {
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
}
.blog ul li span a {
	display: block;
	padding: 10px 15px;
	background: #efefef;
	font-size: 90%;
	width: 285px;
}
.blog ul li span a:hover {
	background: #333;
	color: #fff !important;
}
.blog ul li:last-child {
	margin-right: 0;
}
.blog ul li img {
	width: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 55%;
	min-height: 100%;
	min-width: 100%;
	max-width: 150%;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.blog ul li img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;	/* 小さくするほど暗くなります */
}
.blog ul li a.img {
	overflow: hidden;
	width: 285px;
	height: 185px;
	display: block;
}
 @supports ( object-fit: cover ) {
 .blog ul li img {
 position: static;
 height: 100%;
 width: 100%;
 left: 0;
 -o-object-fit: cover;
 object-fit: cover;
 top: 0;
 -ms-transform: none;
 -moz-transform: none;
 -webkit-transform: none;
 transform: none;
}
}
/*---------------------------
/*問い合わせ
---------------------------*/
.contact {
	background: url(../img/bg_contact.png) no-repeat;
	background-size: cover;
	min-height: 350px;
	padding: 40px 20%;
}
.contact .bgwhite {
	background-color: rgba(255,255,255,0.8);
	padding: 40px;
	font-size: 110%;
	width: 650px;
	margin: 0 auto;
	line-height: 1.9;
}
/*ポップアップ表示*/


.popupModal1 > input { /* ラジオボックス非表示 */
	display: none;
}
.popupModal1 > input:nth-child(1) + label {
	cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
	display: none;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
	display: block;
	z-index: 998;
	position: fixed;
	width: 90%;
	height: 80%;
	left: 50%;
	top: 50%;
	margin-top: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
}
@media (min-width: 768px) {
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
	width: 600px;
	height: 600px;
	padding: 60px 50px 55px 30px;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	left: 52% !important;
	top: 49.5% !important;
	margin-left: 270px !important;
	margin-top: -310px !important;
}
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
	max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
	display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 997;
	text-indent: -999999px;
	overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	position: fixed;
	left: 10px;
	top: 35px;
	z-index: 999;
	width: 25pt;
	height: 25pt;
	font-size: 22px;
	border-radius: 50%;
	line-height: 25pt;
	text-align: center;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2, .popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
	display: none;
}
.modalPopup2 {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.popupModal1 .modalTitle {
	padding-bottom: .5em;
	margin: .5em 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 120%;
}
.popupModal1 .modalMain {
	color: #222;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}
/*ポップアップ表示 end*/

.ityped-cursor {
	font-size: 2.2rem;
	opacity: 1;
	-webkit-animation: blink 0.3s infinite;
	-moz-animation: blink 0.3s infinite;
	animation: blink 0.3s infinite;
	animation-direction: alternate;
}
 @keyframes blink {
 100% {
 opacity: 0;
}
}
 @-webkit-keyframes blink {
 100% {
 opacity: 0;
}
}
 @-moz-keyframes blink {
 100% {
 opacity: 0;
}
}
/*矢印アニメーション*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_arrows {
	position: absolute;
	display: flex;
	height: 300px;
	margin: 2em auto;
	justify-content: center;
	align-items: center;
	left: 31%;
	top: 250px;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: calc(50% - 25px);
	left: 50%;
	width: 40px;
	height: 40px;
}
.cp_arrows .cp_arrow::before, .cp_arrows .cp_arrow::after {
	position: absolute;
	display: block;
	width: 3px;
	height: 30px;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotateZ(-60deg);
	transform: translate(-50%, -50%) rotateZ(-60deg);
	transform-origin: bottom right;
	border-radius: 10px;
	background: #f4511e;
}
.cp_arrows .cp_arrow::after {
	-webkit-transform: translate(-50%, -50%) rotateZ(60deg);
	transform: translate(-50%, -50%) rotateZ(60deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.cp_arrows .cp_bounce {
	-webkit-animation: arrow-move09 2s infinite ease-in-out;
	animation: arrow-move09 2s infinite ease-in-out;
}
@-webkit-keyframes arrow-move09 {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
48% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes arrow-move09 {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
48% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.tableBlock02 div {
	margin: 15px;
}
.tableBlock02 b {
	font-size: 110%;
	margin: 15px 0 10px;
	display: block;
}
/*リボン*/
.ribbon1 {
	display: inline-block;
	position: relative;
	height: 50px;/*リボンの高さ*/
	line-height: 50px;/*リボンの高さ*/
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;/*横の大きさ*/
	font-size: 18px;/*文字の大きさ*/
	background: #242424;/*塗りつぶし色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
}
.ribbon1:before, .ribbon1:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.ribbon1:before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.ribbon1:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}


.voice ul {
	width: 90%;
margin: 40px auto;
	flex-flow: row-reverse !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice ul li {
	padding:10px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	width:100%;
}
.voice ul h3 {
	font-size: 110%;

font-weight: 400;
margin-bottom:10px;
}
.voice ul p {
	font-size: 95%;
}
.voice ul li.img {
	text-align:center;
	-webkit-box-ordinal-group:1 !important;
	-ms-flex-order: 1 !important;
	-webkit-order: 1 !important;
	order: 1 !important;
}
.voice a:link, .voice a:visited {
	color: #e47930;
	margin-top:20px;
	display:block;
	text-decoration: underline;
}
/*------------------------------------------------------------
	スマホ版
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 320px) {
.main_text {
	top: 29px !important;
	font-size: 210% !important;
}
}

 @media all and (min-width: 0) and (max-width: 768px) {
.main {
	line-height: 0;
}
.main .micon {
	display: none;
}
.main, .main img {
	width: 100%;
	height: auto;
}
.contact h2 {
	margin-top: 0 !important;
}
.hearing p, .response p {
	font-size: 85%;
	line-height: 1.5;
	padding-bottom: 70px;
}
.response p {
	padding-bottom: 35px !important;
}
.icon h2 {
	position: relative;
	padding: 35px 0 0 0;
	margin: 0;
}
.work, .blog {
	padding: 20px 0 30px;
}
.plan p {
	font-size: 85%;
	padding: 0 10px;
}
.hearing div.Block, .response div.Block {
	padding: 0 25px;
}
.marquee {
	position: inherit;
	width: 100%;
	margin-top: 0;
}
.icon ul, .work ul {
	width: auto;
	display: block;
}
div.Block {
	width: auto !important;
}
.main_text {
	font-size: 10vw;
	top: 9vw;
	left: 3%;
	line-height: 1.1;
	width: 91%;
}
.main_text span {
	font-size: 3.5vw;
	margin-top: 8px;
	width: 330px;
	line-height: 1.4;
	margin: 8px 0 0 6px;
}

.bgwhite {
	width: auto !important;
	font-size: 90% !important;
	padding: 25px !important;
	line-height: 1.5 !important;
}
.marquee::after {
	width: 100%;
	height: auto;
}
.hearing, .response {
	background-position: 0% 126%, 100% 0%;
	background-size: 64%, 51%;
}
.response {
	background-image: url(../img/response01.png), url(../img/response02.png);
	background-position: 103% 128%, 100% 0%;
}
.icon ul li {
	width: 100%;
	padding: 30px;
}
.icon ul li span img {
	width: 70%;
}

.work ul li {
	float: none;
	width: 60%;
	margin: 8% 20% 0;
}
.plan .tableBlock {
	width: auto;
	padding: 15px;
	margin: 17px;
}
.plan .Block {
	background-size: 50% !important;
	background-position: 100% -1% !important;
	width: auto !important;
}
.plan table tr th {
	padding: 15px 5px;
	width: 53%;
}
.plan table tr td, .plan table tr th {
	font-size: 0.8rem;
	padding: 10px;
}
.mail-form .row .cell {
	display: block !important;
	width: 100% !important;
}
.tb-cell, .tb-cell .row {
	display: block !important;
}
textarea {
	width: 100%;
}
.blog ul {
	width: 70%;
	display: block;
}
.blog ul li {
	margin-bottom: 15px;
}
.blog ul li, .blog ul li a {
	width: 100%;
	height: auto;
}
.contact {
	padding: 20px 3%;
	background-position: 65% 50% !important;
}
.contact h2 {
	padding: 40px 0 0 0 !important;
}
.tb-cell {
	padding: 10px !important;
}
.tb-cell .row .cell:nth-child(odd) {
	padding-bottom: 0 !important;
}
.blog ul li a.img, .blog ul li span a {
	width: 100%;
}
}
/*問い合わせフォーム*/
.contact h2 {
	padding: 70px 0 0 0;
	color: #fff;
}
.tb-cell {
	display: table;
	margin: 20px auto 0px auto;
	text-align: left;
	padding: 30px;
}
.tb-cell .row {
	display: table-row;
}
.tb-cell .row .cell {
	display: table-cell;
	border: none;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
	width: 100px;
}
.tb-cell .row .cell:nth-child(even) {
	width: 150px;
}
.mail-form .row .cell {
	padding: 5px;
}
input[type="text"], input[type="email"] {
	height: 30px;
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 3px;
}
textarea {
	height: 100px;
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 3px;
}
.btnBlock {
	text-align: center;
	width: 100%;
	margin: 20px auto;
	padding: 30px;
}
button {
	color: #fff;
	border: none;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}
#sbtn {
	padding: 0.7em 1.1em;
	text-decoration: none;
	background: none;
	color: #FFF;
	width: 250px;
	margin-right: 4%;
	display: inline-table;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
	border: 2px solid #fff;
}
button[type="button"] {
	margin-left: 10px;
}
button[type="button"], button[type="submit"] {
	background: #afc6e2;
}
button[type="reset"] {
	background: none;
}
button[type="button"]:hover, button[type="submit"]:hover {
	background: #ddd;
}
button[type="reset"]:hover {
	text-decoration: underline;
}
.msg {
	margin: 50px 0;
	font-weight: bold;
}
 @media (min-width: 768px) {
.tb-cell {
	width: 700px;
}
.tb-cell .row {
	display: table-row;
}
.tb-cell .row .cell {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
	width: 200px;
	font-size: 120%;
}
.tb-cell .row .cell:nth-child(even) {
	width: 600px;
}
input[type="text"], input[type="email"] {
	width: 300px;
}
textarea {
	width: 380px;
}
}
 @media all and (min-width: 768) and (max-width: 950px) {
header {
	min-width: 100% !important;
}
.main_text {
	left: 3%;
	width: 440px;
}
.hearing {
	background-size: 51%, 39%;
	background-position: -35% 0%, 98% 98%;
}
.hearing div.Block, .response div.Block {
	padding-left: 50px;
}
.response {
	background-size: 39%, 51%;
}
.icon ul, .work ul {
	width: 100%;
}
.about {
	padding: 40px;
}
.blog ul {
	width: 100%;
}
.blog ul li {
	width: 100%;
	margin-left: 3%;
}
}


.entry {
	background: url(../img/contact_bg.png) no-repeat;
	padding:0 10px 45px;
	background-size: cover;
}
.entry h2 {
	font-weight: 100;
	font-size: 27px;
	color: #fff;
	text-align: center;
	padding: 0px 0 30px;
}
.entry .inner {
	text-align:center;
}
.entry .inner p {
	color: #fff;
}
.entry .btn {
	width: 90%;
	margin: 30px auto;
}
.entry .btn a {
	padding: 13px 20px;
}