.font-bigger01 {
	font-size: 25px;
	letter-spacing: 4px;
}

.font-bigger-number01 {
	font-size: 40px;
}

.color-b {
	color: #000000;

}

a {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	max-width:100%;
	width:auto;
	height: auto;
}

.underline-color {
	border-bottom: 2px solid #0E0669;
	padding-bottom: 10px;
	color: #646464;
	font-size: 20px;
}

.underline-white {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: lighter;
}


.under-triangle {
	width: 60px;
	height: 54px;
}

/* header */
header {
	height: 120px;
	border-top: 5px solid #0E0669;
}
header .navbar{
	max-width: 1024px;
	margin: 10px auto 0;
}
header .navbar .logo h1 {
	margin-top: 10px;
	margin-left: 0px;
	float: left;
}
header .navbar .logo h1 img{
	max-height: 70px;
	max-width: 300px;
}

header .navbar .nav ul {
	margin-right: 0px;
	display: inline-block;
	margin-top: 23px;
	float: right;
}

header .navbar .navmenu li {
    display: inline-block;
    list-style: none;
    margin-right: 0px;
    padding: 9px;
    font-size: 14px;
}

header .navbar .navmenu li a.asess-nav {
	background: #0E0669;
	border-radius: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	cursor: pointer;
}

header .navbar .navmenu li a.asess-nav:visited {
	color: #FFFFFF;
}

header .navbar #nav-drawer {
	display: none;
}

@media screen and (max-width: 768px) {
	header {
		height: auto;
		border-top: 3px solid #0E0669;
	}
	header .navbar{
		margin: 0 auto 10px;
	}
	header .navbar .logo h1 img{
		max-height: 50px;
		max-width: 300px;
	}
	header .navbar #nav-drawer {
		position: relative;
		display: block;
	}
}


/* mainvisual */
#mainvisual {
	position: relative;
	background-image : url(../img/mv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 600px;
	text-align: center;
	margin-bottom: 50px;
}

#mainvisual .top-text {
	padding-top: 150px;
	margin: 0 auto;
	font-size: 4.8rem;
	font-weight: 600;
	color:#fff;
}

#mainvisual .main-comment {
	background-color: rgb(255,255,255,0.8);
	height: 60px;
	width: 100%;
	margin-top: 100px;
}

#mainvisual .main-comment p {
	max-width: 500px;
	margin: 0 auto ;
	font-size: 20px;
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	#mainvisual .top-text {
		font-size: 2.8rem;
		padding:100px 20px 0;
	}
	#mainvisual .main-comment {
		margin-top: 60px;
		height: auto;
		padding: 8px 0 15px;
	}
}


/* 当社の強み */
.bg-color {
	background-color: #0E0669;
	width: auto;
	max-width: 100%;
	height: auto;
}

.strength {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	margin: 0 auto;
}

.strength-list {
	text-align: center;
	margin: 20px 0 15px;
	padding: 0 50px;
}

.strength-list a {
	color: #ffffff;
}

.sideline {
	border-left: 1px solid rgb(255,255,255,0.5);
	border-right: 1px solid rgb(255,255,255,0.5);
}

#points {
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 40px 80px;
}

#points-text01 {
	position: relative;
	margin: 50px 0;
}

#points img {
	width: 100%;
}

#points h6 {
	position: absolute;
	text-align: left;
	line-height: 1.5;
	font-size: 1.8rem;
	color: #0E0669;
}
#points h6 span.font-bigger01{
	display: block;
}

#points-text01 h6 {
	top: 5%;
	left: 55%;
}

#points-text01 a {
	position: absolute;
	top: 53%;
	left: 55%;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
}

#points p {
	position: absolute;
	top: 60%;
	left: 55%;
	text-align: left;
	line-height: 25px;
}

#points-text01 p {
	top: 60%;
	left: 55%;
	padding-right: 90px;
}

#points-text02 {
	position: relative;
	margin: 50px 0;
}

#points-text02 h6 {
	top: 5%;
	left: 10%;
}

#points-text02 p {
	top: 60%;
	left: 10%;
	padding-right: 500px;
}

#points-text03 {
	position: relative;
	margin: 50px 0;
}


#points-text03 h6 {
	top: 5%;
	left: 55%;
}

#points-text03 p {
	top: 75%;
	left: 55%;
	padding-right: 90px;
}

@media screen and (max-width: 768px) {
#points {
	padding: 20px 15px;
}

#points h6 {
	font-size: 1.8rem;
	line-height: 1.5;
}

#points p {
	width: 100%;
	line-height: 1.5;
}

#points-text01 {
	margin: 50px 0;
	height: 230px;
}


#points-text01 h6 {
	top: -5%;
	left: 5%;
}

#points-text01 a {
	position: absolute;
	top: 45%;
	left: 55%;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
}
#points-text01 p {
	top: 30%;
	left: auto;
	padding-right: 0;
}

#points-text02 {
	position: relative;
	margin: 50px 0;
	height: 230px;
}


#points-text02 h6 {
	top: -10%;
	right: 5%;
	left:auto;
}

#points-text02 p {
	top: 30%;
	left: auto;
	padding-right: 0;
}

#points-text03 {
	position: relative;
	margin: 50px 0;
	height: 450px;
}

#points-text03 h6 {
	top: -10%;
	left: 5%;
}

#points-text03 p {
	top: 30%;
	left: auto;
	padding-right: 0;
}
}


/* スタッフ */
#staff {
	background: rgb(0,0,0,0.1);
	height: auto;
	margin-bottom: 50px;
}
#staff .staff-container {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#staff h4 {
	margin-bottom: 10px;
}

#staff .card-deck {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#staff .card-deck .card{
	width: 30%;
	background-color: #fff;
	position: relative;
	padding: 15px;
	margin-bottom: 30px;
}
#staff .card-deck .card img{
	width: 100%;
	margin-bottom: 15px;
}
#staff .card-deck .card h4{
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: left;
	padding: 0;
}
#staff .card-deck .card h4 span{
	font-size: 1.6rem;
	display: block;
	color: #0E0669;
}
#staff .card-deck .card .card-text {
	line-height: 25px;
	padding-bottom: 2px;
	font-size: 15px;
}

#staff .card-deck .card .card-footer {
	background-color: #ffffff;
	position: absolute;
	bottom: 20px;
	padding-top: 30px;
	width: 91%;
}

#staff .card-deck .card .card-footer button {
	background-color: #0E0669;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	display: block;
	border-radius: 4px;
}


@media screen and (max-width: 768px) {
	#staff .card-deck {
		padding: 15px;
	}
	#staff .card-deck .card{
		width: 100%;
	}
	#staff .card-deck .card .card-footer button {
		width: 100%;
	}
}


/*モーダルウィンドゥ設定*/
.redback {
	position: absolute;
	background-color: rgb(15,6,105,0.5);
	color: #ffffff;
	margin-top: 120px;
	height: 280px;
	width: 350px;
	margin-right: auto;
	padding: 15px;
}

.modal-titles {
	font-size: 1.8rem;
	padding-top: 15px;
	margin-bottom: 0px;
	line-height: 1.6;
}

.modal-ja {
	font-size: 2.4rem;
}

.modal-comments {
	display: flex;
}

.modal-title {
	background: #0E0669;
	border-radius: 20px;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
	width: 120px;
	float: left;
	text-align: center;
}

.modal-comment {
	padding-left: 30px;
	width: 600px;
	text-align: left;
}

#modal-comment th{
	font-size: 1.5rem;
	padding-left: 30px;
	text-align: right;
	line-height: 30px;
}

#modal-comment td{
	text-align: left;
	font-size: 1.5rem;
	padding-left: 30px;
	line-height: 30px;
}

.modal-body {
	border-bottom: 1px solid #707070;
}

.modal-header {
	border-bottom: none;
}

.modal-header img {
	position: relative;
	text-align: right;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.redback {
		height: 220px;
		width: 90%;
		margin: 276px auto 0;
	}

	.modal-header {
		height: 520px;
	}

	.modal-title {
		width: 100%;
		margin: 10px 0;
	}

	.modal-comment {
		width: 100%;
		padding: 0;
	}

	#modal-comment tr {
		display: block;
		margin: 10px 0;
	}

	#modal-comment th {
		width: 100%;
		padding: 0;
	}

	#modal-comment td {
		padding: 0;
		width: 100%;
		font-size: 1.6rem;
	}
}

/* お客様の声 */
#voices {
	padding-bottom: 50px;
}

.voice-contents {
	max-width: 1024px;
	margin: 0 auto;
}

.voice-title h3 {
	color : #ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.voice-title {
	background-color: #0E0669;
	padding: 10px 40px 15px;
}

.voice-titles {
	display: flex;
	justify-content: space-between;
}

.cate-titles {
	background: #FFffff;
	border-radius: 20px;
	color: #0E0669;
	padding: 1px 25px 1px 25px;
}

.cate-answers {
	color: #ffffff;
}

.interviews {
	text-align: left;
	padding: 15px 10px;
	margin-bottom: 30px;
}

.questions {
	color: #f0f8ff;
	font-size: 22px;
}

.answers {
	font-size: 14px;
	line-height: 25px;
}

@media screen and (max-width: 768px) {
	.voice-title h3 {
		text-align: center;
	}
	.voice-title {
		padding: 10px 15px 15px;
	}
	.voice-titles {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

/* 実績 */
#performances {
	background-color: #0E0669;
	margin-bottom: 50px;
}

.performance-block {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.performance-block .card{
	width: 30%;
	background-color: #fff;
	margin-bottom: 30px;
}

.card .performance-blocks h4 {
	font-size: 2.1rem;
	color: #0E0669;
	line-height: 30px;
	padding: 10px 15px;
}
.card .performance-blocks h4 span{
	font-size: 1.8rem;
	display: block;
}

.card .performance-blocks p.card-text {
	padding: 0 15px;
	margin-bottom: 15px;
}
.card .selled-house {
	display: flex;
	font-size: 12px;
	border: 2px solid #0E0669;
	border-radius: 3px;
	height: 80px;
	width: 90%;
	margin: 0 15px 15px 15px;
}

.card .selled-house .selled-house-title {
	line-height: 19px;
	padding: 10px 15px;
	background: #0E0669;
	color: #ffffff;
}
.card .selled-house .selled-house-comment {
	font-size: 1.2rem;
	line-height: 18px;
	padding: 2px 10px;
}
@media screen and (max-width: 768px) {
	.performance-block {
		width: auto;
		max-width: 100%;
		height: auto;
		padding: 0 15px;
	}
	#performances .card {
		width: 100%;
	}
}

/*　流れ */
#flow{
	margin-bottom: 50px;
}
#flow .flow-container{
	max-width: 1024px;
	margin: 0 auto;
}

#flow .selling-title {
	background: #0E0669;
	border-radius: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 1.8rem;
}
#flow .card-deck {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#flow .card-deck .card{
	width: 30%;
	margin-bottom: 30px;
	border: 2px solid #0E0669;
}
#flow .card-deck .card img{
	margin-bottom: 15px;
}

#flow .card-deck .card h4 {
	font-size: 1.6rem;
	padding: 10px 10px;
	color: #0E0669;
}

#flow .card-deck .card .selling-content {
	padding: 10px 10px;
}

#flow .card-deck .card .selling-block {
	width: 964px;
	margin: auto;
}

#flow .card-deck .card .steps {
	position: absolute;
}
#flow .card-deck .card .selling-pic{
	width: 100%;
}
@media screen and (max-width: 768px) {
	#flow .card-deck {
		padding: 0 15px;
	}
	#flow .card-deck .card{
		width: 100%;
	}
}


/* よくある質問 */
#faq {
	background-color: #0E0669;
	padding-bottom: 50px;
	margin-bottom: 60px;
}
#faq .faq-container{
	max-width: 1024px;
	margin: 0 auto;
}
#faq .faq_box{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding-bottom: 10px;
  text-align: left;
}

#faq .faq_box dt {
  position: relative;
}

#faq .faq_box dd {
  background-color: #f0f8ff;
  padding: 20px 30px;
  margin-top: 20px;
}
#faq .accordionlist dt{
  display:block;
  padding: 20px 0 20px 5px;
  border-top: 1px solid #f0f8ff;
  clear: both;
  min-height: 60px;
}
#faq .accordionlist dt:first-child{
  border-top: none !important;
}
#faq .accordionlist dt .title-q{
  float: left;
  margin-bottom: 18px;
  width: calc(100% - 40px);
  color:#fff;
}
#faq .accordionlist dt .title-q:hover{
  color:#ffff00;
}
#faq .accordionlist dd{
  display:none;
}
#faq .accordion_icon,
#faq .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#faq .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}
#faq .accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#faq .accordion_icon span:nth-of-type(1) {
  top: 12px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#faq .accordion_icon span:nth-of-type(2) {
  top: 12px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#faq .accordion_icon.active span:nth-of-type(1) {
  display:none;
}
#faq .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  #faq{
    padding: 0 15px;
  }
  #faq .accordionlist dt .title{
    width: 80%;
  }
  #faq .faq_box dd {
    background-color: #eff3f5;
    padding: 20px 30px;
    margin-top: 20px;
  }
  #faq .accordionlist dt{
    min-height: 80px;
  }
}

/*　会社概要 */
#company {
	margin-bottom: 60px;
}
#company .company-container{
	max-width: 1024px;
	margin: 0 auto;
}
#company .company-container .gmap {
	width:100vw; 
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#company .company-container .gmap iframe {
	width:100vw; 
	height: 300px;
}

#company .company-container .outline_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	width: 100%;
	margin: 0 auto 70px;
}
.outline_box dl {
	padding: 20px 40px 15px;
}
.outline_box dl:nth-child(odd) {
	background-color: #f0f8ff;
}
.outline_box dl:last-child {
	border-bottom: 0;
}
.outline_box dl dt ,
.outline_box dl dd {
	display: inline-block;
	margin-bottom: 6px;
	vertical-align: top;
}
.outline_box dl dt {
	width: 19%;
}
.outline_box dl dd {
	width: 80%;
}
@media screen and (max-width: 768px) {
	.outline_box{
		width: 100%;
		display: block;
		padding: 0;
	}
	.outline_box dl dt,
	.outline_box dl dd {
		width: 100%;
	}
}


/* お問い合わせ */
#contact {
	background-color: #0E0669;
}
#contact .contact-container{
	max-width: 1024px;
	margin: 0 auto;
}
#contact .contact-container h5{
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.asess-title {
	background: #ffffff;
	border-radius: 20px;
	color: #0E0669;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	padding-right: 80px;
	font-weight: lighter;
	font-size: 20px;
}

#contact table {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 50px;
}

.asess-name {
	letter-spacing: 1.4px;
	padding-top: 10px;
	padding-left: 10px;
}

.asess-input {
	background-color: #ffffff;
	color: #000000;
	height: 70px;
	width: 480px;
}

.house-category {
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

.contact-adress {
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
}

.asess-submit {
	background: #F39800;
	border-radius: 20px;
	color: #ffffff;
	cursor: pointer;
	width: 400px;
	padding: 10px 120px;
	font-size: 18px;
	border-radius: 4px;
}
.asess-submit:hover{
	background-color: #e48f01;
}
@media screen and (max-width: 768px) {
	#contact .contact-container{
		padding: 0 15px;
	}
		#contact table {
		height: auto;
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	#contact th,td {
		width: 100%;
		text-align: left;
		display: block;
	}
	.asess-submit {
		width: 80%;
	}
}


/* 個人情報保護方針 */
#info-sec {
	background-color: #ffffff;
	margin: 40px 125px;
	padding: 40px 0;
}
#info-sec .must-mark {
	background: #E82222;
	border-radius: 20px;
	color: #ffffff;
	font-size: 15px;
	padding: 5px 20px;
	margin-left: 20px;
}
#privacy-content{
	max-width: 800px;
	height: 300px;
	padding: 30px;
	margin: 20px 30px;
	overflow-y: scroll;
	border: 1px solid gray;
}
#privacy-content p{
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 2em;
}
#privacy-content h2{
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 600;
	color: #09234c;
	border-bottom: 2px solid #09234c;
	text-align: center;
	padding-bottom: 10px;
}
#privacy-content h3{
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	font-weight: 600;
	border-left: 2px solid #09234c;
	padding-left: 10px;
	color: #09234c;
}
#privacy-content::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}






table {
	border-collapse: collapse ;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
textarea {
	font-size: 14px;
	border-radius: 20px;
	color: #000000;
	border: 1px solid gray;;
	width: 300px;
	transition: 0.8s;
	background: #ffffff;
	height: 30px;
	padding-left: 10px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.select-pre {
	background: #f8f8f8;
	font-size: 14px;
	width: 300px;
	padding: 10px 15px;
	transition: 0.8s;
	display: block;
	background: #ffffff;
	border-radius: 20px;
	color: #000000;
	height: 36px;
	float: left;
	margin-left: 20px;
	margin-top: 17px;
	border: 1px solid gray;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table th,
.form-table td {
  padding: 5px;
}

.form-table th {
  background: #0E0669;
  position: relative;
  text-align: left;
  width: 250px;
}

.asess-flex {
	display:flex;
	background: #EBEBEB;
	color: #646464;
	width:283px;
	justify-content:space-between;
	font-weight:lighter;
	font-size:15px;
	height:70px;
}

.must-mark {
	background: #E82222;
	border-radius: 20px;
	color: #ffffff;
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}

footer {
	text-align: center;
	font-size: 12px;
	color: grey;
}
footer p {
	margin-top: 40px;
	margin-bottom: 20px;
}



@media screen and (max-width: 768px) {


.font-bigger01 {
	font-size: 14px;
}

.font-bigger-number01 {
	font-size: 16px;
}

.color-b {
	color: #000000;

}




.intro-windows {
	margin: 0 auto;
	width: 100%;
}

#nav-contents {
	padding-top: 120px;
	padding-bottom: 120px;
	display: table-cell;
	vertical-align: center:;
}

.nav {
	width: auto;
	height: 375px;
	max-width: 100%;
	display: table-cell;
	vertical-align: center;
}

.navmenu li{
	height: auto;
	max-width: 100%;
	width: auto;
}

.coworkers-face {
	width: 100%;
}

#staff {
    height: auto;

}

img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.container {
	height: auto;
	margin: 0 auto;
	margin-right: 0;
	padding: 0 auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.strength {
	width: auto;
	max-width: 100%;
	height: auto;
}

.strength-contents{
	width: auto;
	max-width: 100%;
	height: auto;
}

.strength-list {
	width: auto;
	max-width: 100%;
	height: auto;
}



.selling-block {
	height: auto;
	width: auto;
	max-width: 100%;
}

.question-blocks {
	width: auto;
	max-width: 100%;
	height: auto;
}

.staff-container {
	width: auto;
	max-width: 100%;
	height: auto;
}

.voice-contents {
	width: auto;
	max-width: 100%;
	height: auto;
}


.point-triangle {
	width: auto;
	max-width: 100%;
	height: auto;
}

#pc-nav {
	display: none;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}



.nav-unshown {
	display:none;
}

#nav-open {
	display: inline-block;
	width: 40px;
	height: 22px;
	vertical-align: middle;
	margin-top: 20px;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-content {
	background: #fff;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	position: fixed;
	height: 100%;
	max-width: 330px;
	display: list-item;
	overflow: auto;
	z-index: 9999;
	width: 90%;
	left: 0;
	top: 0;
	transition: .3s ease-in-out;
}

.nav ul {
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	width: 330px;
}

.navmenu li {
	display: flex;
	height: auto;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	line-height: 30px;
}

.navmenu a {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}

#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	-webkit-transform: translateX(0%);
}



.fitst-line {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.cate-titles {
	padding: 1px 20px;
	width: 150px;
}

.voice-titles {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.voice-titles p {
	text-align: center;
	margin-bottom: 12px;
}

#customers-voices {
	height: auto;
}

#flow .card {
	margin: 0 auto;
	margin-bottom: 20px;
	height: auto;
	max-width: 100%;
	width: 205px;
}

#flow {
	padding-bottom: 20px;
	height: auto;
}

.c-space {
	display: none;
}

#qa {
	padding-bottom: 20px;
	height: auto;
}

#company {
	padding-bottom: 20px;
	height: auto;
}

.asess-title {
	padding: 10px 30px;
}


.asess-flex {
	max-width: 100%;
	width: 100%;
	justify-content: space-between;
}

.form-table th {
	height: auto;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.form-table td {
	height: auto;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.asess-input {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.middle-input {
	text-align: center;
}

input[type="text"], textarea {
	margin: 0;
	padding: 0;
	padding-left: auto;
	height: 30px;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contact-adress {
	padding-top: 0;
	padding-left: 0;
}

.contact-adress input {
	height: auto;
	display: block;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;

}

.contact-adress label {
	height: auto;
	position: relative;
	left: 25px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50px;
	padding-left: 60px;
}


.house-category {
	padding-left: 0;
	text-align: center;
}

.space-delete {
	color: rgb(235,235,235);
	background: rgb(235,235,235);
}

.strength-body {
	height: auto;
}

.sideline {
	border: none;
}


#contact {
	height: auto;
}


#strengths {
	height: auto;
}

.strength {
	display: inline-block;
}

#qa {
	height: auto;
}

#customers-voices {
	height: auto;
}

body h1 h2 h3 h4 h5 a p{
	font-size: 60%;
}

#qa .card {
	margin: 40px;
}

.q-titles h4 {
	font-size: 16px;
}

.q-contents {
	height: 350px;
}

.q-content {
	font-size: 80%;
}

#company table {
	width: 100%;
}


#company th {
	border-bottom: none;
}

#company td, #company th {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 98%;
	text-align: center;
}

.asess-title-space h4{
	margin-bottom: 30px ;
}

.asess-title {
	font-size: 60%;
}

.asess-submit {
	padding-left: 60px;
	padding-right: 60px;
}

#info-sec {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

#info-sec-content h4 {
	margin-top: 20px;
}

.modal-comments {
	display: flex;
	flex-direction: column
}
}
