@charset "UTF-8";


html,
body {
	font-family: "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "YuGothicM", sans-serif;
}

@font-face {
	font-family: myfont;
	src: url(./Hanken-Book.woff) format('woff'),
		url(./Hanken-Book.ttf) format('truetype');
}


@font-face {
	font-family: myfont;
	font-weight: bold;
	src: url(./Hanken-Book.woff) format('woff'),
		url(./Hanken-Book.ttf) format('truetype');
}

::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb {
	background: black;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0px #fff;
}


body {
	-webkit-text-size-adjust: 100%;
	margin-top: 0px;
	margin: 0;
	padding: 0;
	overflow: scroll;
}




p,
span,
label,
input[type="text"],
input[type="email"],
input[type="radio"],
textarea {

	color: black;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.05rem;
	text-decoration: none;

}

h1,
h2,
h3 {
	border: 0px;
	margin: 0px;
}

font {
	max-height: 999999px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}



.updown {
	animation-name: updown1;
	/* アニメーション名の指定 */
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 3s;
	/* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;
	/* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite;
	position: absolute;
	left: 1vw;
	bottom: -4vh;
}

.updownb {
	animation-name: updown1;
	/* アニメーション名の指定 */
	animation-delay: 0s;
	/* アニメーションの開始時間指定 */
	animation-duration: 3s;
	/* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;
	/* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite;
	position: absolute;
	right: 1vw;
	bottom: -4vh;
}

@keyframes updown1 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5vh);
	}

	100% {
		transform: translateY(0);
	}
}


.containercm {

	max-width: 700px;
	margin: auto;
	width: fit-content;
}

.containercm img {
	border-radius: 50%;
	width: 10vmin;
	height: 10vmin;
	max-height: 64px;
	max-width: 64px;

}





.consearch,
.rad > input[type="submit"] {
	font-family: inherit;
	float: left;
	width: 22vw;
	max-width: 110px;
	height: 40px;

	padding: 0px 10px;
	color: black;
	text-align: center;
	line-height: 1.8vh;
	cursor: pointer;
	border: solid 2px black;
	border-radius: 7px;
	font-size: 1.3rem background-color: white;
	background: url(/images/search.png) no-repeat center center;
	background-size: auto 60%;
	text-indent: -9999px;
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0 0.5vw 0.5vw;
}


.rad > input[type="text"] {

	width: 60vw;
	padding: 0px 10px;
	border-radius: 7px;
	margin: 0;
	height: 36px;

	font-size: 1.3rem;
	display: inline-block;
	resize: none;

	&:focus {
		width: 60vw;
		padding: 0px 10px;
		border-radius: 7px;
		margin: 0;
		height: 36px;

		font-size: 1.3rem;
	}
}

.rad > input[type="radio"]:checked + label {
	background: black;
	color: #ffffff;
}

.search,
#showMore {


	width: 27vw;
	max-width: 170px;
	height: 4vh;
	margin: 0 0.5vw 0.5vw 0;
	color: black;
	text-align: center;
	line-height: 4vh;
	cursor: pointer;
	border: 2px solid black;
	border-radius: 7px;
	font-size: 1.3rem;
	display: inline-block;

}



.hidden-radios,
.prradios {

	width: 100%;
	max-width: 590px;
	flex-wrap: wrap;
	display: block;

}

.hidden-radios {
	display: none;
	transition: opacity 300ms;
	opacity: 100;
}

#showMore {
	display: inline-block;
	cursor: pointer;
	color: black;
	border: 2px solid black;
	border-radius: 20px;
	scroll-behavior: smooth;

	border: 0px solid black;
	background-color: #DCDCDD;
}

.rad > input[type="radio"] {
	margin: 1vh 0
}

.btnbkblink img {
	width: 60vw;
	max-width: 300px;
	margin: 0
}

html {
	scroll-behavior: smooth;
}

.button_top {

	background-color: #DCDCDD;
	color: #2E1305;
	font-size: 1em;
	font-weight: bold;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	position: fixed;
	right: 20px;
	bottom: 10px;
}

.button_top::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #2E1305;
	border-right: 3px solid #2E1305;
	transform: rotate(-45deg);
	margin-bottom: 0px;
}







.pht {
	font-family: myfont;

	font-size: 1.8rem;
	line-height: 1.5vmin;
	font-weight: 800;
	letter-spacing: 0.8vmin;
	text-decoration: none;

}


.btnbkb {
	font-family: myfont;
	display: inline-block;
	line-height: 6vh;

	color: white;
	-webkit-text-stroke: 0.2px white;
	border-radius: 7px;
	-webkit-border-radius:
		7px;
	-moz-border-radius: 7px;
	background: black;
	padding: 0 0px 0 0px;
	margin: 2vh 0;
	font-size: 1.8rem;
	letter-spacing: 0.4vh;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;

	width: 90vw;
	max-width: 592px;
}

.btnbkbj {
	font-family: myfont;
	font-weight: 500;
	font-size: 1.6rem;
}

.btnbkbjn {

	font-size: 1.6rem;
	color: white;
	-webkit-text-stroke: 0px white;
}


.btnbkbjb {
	font-family: myfont;
	font-weight: 500;
	letter-spacing: 0;
}


.btnbkblink > a {
	margin: 1vh 0;

}

.btnbkblink > p {
	margin: 0vh 0 0;

}

.btnbkblink > img {
	width: 35vw;
	max-width: 200px;
	margin: 0px;
	padding: 3vh 0 1vh;

}


.modal-content {

	line-height: 5vh;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	padding: 0;
	margin: 1.2vh 0;
	font-size: 1.8rem;
	letter-spacing: 0.4vh;
	font-weight: 800;


	text-align: center;
	width: 85vw;
	max-width: 500px;

	background-color: white;
	border: solid 4px black;
	display: none
}





.modal-t {
	margin: 0;

}

.modal-t span {
	font-family: myfont;
	display: block;
	line-height: 3vh;
	color: black;
	-webkit-text-stroke: 0.2px black;
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.4vh;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;


}




.modal-t p {
	margin: 0 0 0;
	font-size: 0.9rem;
	text-align: center;
	width: 70vw;
	max-width: 450px;
	display: inline-block
}

p.modal-tt,
span.span,
span.spanjp {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	-webkit-text-stroke: 0.5px black;
	letter-spacing: 0.4vh;
	font-weight: 400;
	font-family: myfont;


}



span.span {
	margin-top: -4vh
}

span.spanjp {
	margin-top: 0
}


.modal-t a {
	display: block;
	margin: 5vh 0;

}



.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	background-color: rgba(255, 255, 255, 0.40);
}

.modal-wrap {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;

}



.modal-open img,
.modal-content img,
.close img {
	width: 17vw;
	max-width: 70px;
	line-height: 100px;
	border-radius: 48%;
	margin: 1vw;
	padding: 0;
	border-style: none;
}



.modal-open:hover,
.close img:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.8s;
	text-decoration-line: none
}


.modal-content a,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none
}

.modal-open:focus a,
.modal-open:focus a:active,
.modal-open:focus a:visited {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-close {
	display: block;
	padding-top: 4vh;
	padding-left: 1vw;

}


.modal-close,
.modal-close:hover {
	cursor: pointer;

}

.arrow-round {
	position: relative;
	display: block;
	width: 50px;
	height: 10px;
	border-radius: 5px;




}

.arrow-round::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 0px;
	display: block;
	width: 27px;
	height: 4px;
	border-radius: 5px;
	background-color: black;
	transform: rotate(45deg);

}

.arrow-round::after {
	content: "";
	position: absolute;
	bottom: 11px;
	right: 0px;
	display: block;
	width: 27px;
	height: 4px;
	border-radius: 5px;
	background-color: black;
	transform: rotate(-45deg);

}

.close label {
	display: inline-block;
	cursor: pointer;
}

.close img {
	display: inline-block;
	cursor: pointer;
}

.close p {
	display: inline-block;
	cursor: pointer;
	padding: 10px 10px;

}


.disp-box {
	left: 0;
	right: 0;

}

.disp-box input[type="checkbox"] {
	display: none;
	height: 0px
}

.disp-box .text {
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	height: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 100;
}

.disp-box input[type="checkbox"]:checked ~ .text {
	height: 280px;
	opacity: 1;

}

@media (min-width: 700px) {
	.disp-box input[type="checkbox"]:checked ~ .text {
		height: 40vw;
	}
}

@media (min-width: 1000px) {
	.disp-box input[type="checkbox"]:checked ~ .text {
		height: 45vh;
	}
}


.waku img {
	border: solid 1px black;
	box-sizing: border-box;
}

#wrap {
	width: 100%;
	max-width: 700px;
}


ul.topnav {

	width: 100%;
	max-width: 650px;
	z-index: 100000;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	list-style-type: none;

	display: flex;
	margin: 10px 0
}

ul.topnav li {

	float: left;
	white-space: nowrap;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 700px;

}

ul.topnav li a {

	padding: 0px 0px;
	vertical-align: middle
}

ul.topnav li span {

	display: block;
	padding: 0px 2vw;

	text-decoration: none;

	font-family: myfont;
	font-size: 1.4rem;
	line-height: 9vmin;
	font-weight: 500;
	letter-spacing: 0.1rem;


}

.inst {
	width: 10vmin;
	height: 10vmin;
	max-height: 50px;
	max-width: 50px;
	margin: 0 0.2vh
}




.ank {
	margin-top: -1vh;
	padding-top: 1vh;
}


.btnbkbtab0 {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}


.btnbkbtab {
	font-family: myfont;
	display: inline-block;
	line-height: 4vh;


	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	padding: 1.5vh 0;
	margin: 1.2vh 0;
	font-size: 1.8rem;
	letter-spacing: 0.4vh;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;
	text-align: center;

	border: 4px solid black;

	background: white;

	-webkit-text-stroke: 0.2px black;

}

.btnbkbtabc {
	width: 50vw;
	max-width: 330px
}

.btnbkbtabj {
	width: 38vw;
	max-width: 200px
}

.btnbkbtab:hover {
	cursor: pointer;
}

/*=== tab========================= */

.tabs {
	width: 100%;
	margin: 2vh 0 6vh;
}

.tab_item {
	float: inherit
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}

.tab_content_description {
	margin: 0 auto
}


#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}


input:checked + .tab_item > div > div.btnbkbtab {
	background: black;
	color: white;
	-webkit-text-stroke: 0.2px white;
}

input:checked + .tab_item > div > div.yaji {
	display: inline-block
}

input:checked + .tab_item > div > div.yaji > div {
	display: inline-block
}



.yaji1 {
	display: none;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
	border-bottom: 68px solid white;
	text-align: center;
	margin-top: 13px;
	margin-left: -26px;

	z-index: 100;

}

.yaji {

	display: none;
	position: relative;
	width: 0;
	height: 0;
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
	border-bottom: 68px solid black;
	text-align: center;
	margin-bottom: 0;

}



.balloon2-top {
	position: relative;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin-bottom: 2vh;
	padding: 4vh 0px;
	width: 93vw;
	max-width: 584px;

	color: black;
	font-size: 16px;
	background: #FFF;
	border: solid 5px black;

}

.balloon2-top > a.btnbkb {

	width: 60vw;
	max-width: 470px;

}



.phtext {

	font-size: 1.2rem;
	line-height: 1.8;


	text-decoration: none;
	margin: 0px;
	text-align: left;

}

.phc {
	font-family: myfont;

	font-size: 2.3vmin;
	line-height: 0pt;
	font-weight: 800;
	letter-spacing: 0.1vmin;
	text-decoration: none;
	margin: 8vmin 0;
}

.phcl {
	font-weight: 500;

}


.phti {
	font-family: myfont;

	font-size: 3.8rem;
	line-height: 1;
	font-weight: 1000;
	letter-spacing: 0.5vmin;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 7vmin;

	-webkit-text-stroke: 1px black;

}





.phcap {

	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 900;
	text-decoration: none;
	margin: 0px;
	display: inline-block
}

.phcapf {
	font-family: myfont;

	font-size: 4vh;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 1vw;
	padding: 0;

}

.phcapft {
	font-family: myfont;
	transform: rotateY(-180deg);
	display: inline-block;
}


.phcapfball {
	font-size: 1.5rem;
}

.phcapfsevt {
	font-size: 1.7rem;
}

.spanmo {
	display: inline-block;
	font-size: 0%;
	width: 0rem;
}

.maru {
	display: inline-block;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1.8rem;
	background: black;
	margin: 0 0.5vmin -0.1vmin 0
}









.triangle {
	width: 0;
	height: 0;
	display: block;

	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 29px solid black;
	margin: 10vh 0 4vh 0;
}

.trsev {

	margin: 2vh 0 1.5vh 0;
}


.textgray {
	opacity: 0.6;
	font-weight: 500;
}


.container3 {
	width: 100%;
	display: block;
	margin: 3vh auto;
	text-align: center;
}

.container3 > img {
	width: 27.5vw;
	max-width: 264px;
	padding: 9px;
	background: #E6E6E6;
	margin: 0 0.8vw
}

.container3 > div {
	display: inline-block
}

.container3 > span {
	margin: 0 0;
	padding: 0px
}







.container3s {
	width: 100%;
	display: inline-block;
	margin: 3vh 0;
	text-align: center;
}

.container3s > div {
	display: inline-block;
	vertical-align: top;

	width: 30vw;
	max-width: 180px;
	margin: 0;
	padding: 0px;
}


.container3s > div > img {
	width: 27.5vw;
	max-width: 170px;
	padding: 9px;
	background: #E6E6E6;

	margin: 0;
}


.container3s > div > p {
	text-align: left;
	font-size: 0.9rem;
	width: 29vw;
	max-width: 175px;
	margin-top: 0.5vmin;
	margin-left: 0
}



.container2s {
	width: 100%;
	display: block;
	margin: 3vh 0;

}

.container2s > div {
	display: inline-block;
	vertical-align: top;
	width: 46vw;
	max-width: 280px;
	margin: 0;
	padding: 0px;
}

.container2s > div > img {
	width: 44vw;
	max-width: 260px;
	padding: 9px;
	background: #E6E6E6;
	margin: 0;

}

.container2s > div > p {
	text-align: left;
	font-size: 0.9rem;
	width: 45vw;
	max-width: 275px;
	margin-top: 0.5vmin;
	margin-left: 0
}


/*=== フォーム========================= */

label,
input,
select,
textarea {

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;

	font-family: inherit;


	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.05rem;
	text-decoration: none;
	font-size: 1.6rem;

}

::-webkit-input-placeholder {
	color: black;
}




table.formTablemail {
	border: solid 0px black;
	width: 100%;
	max-width: 700px;
	border-spacing: 0px;
	margin: 10vmin 0;
	font-family: inherit;
}

table.formTablemail tr {
	margin: 0;

}

table.formTablemail td {
	margin: 0;

}


.formTablemail label {

	margin: 10px 0px;


	font-size: 1.1rem;

	letter-spacing: 0.1vmin;
	line-height: 2.2;

	background-color: #FFFFFF;

}



input[type="text"] {
	font-family: inherit;
	float: left;
	height: 44px;
	width: 85vw;
	max-width: 400px;
	border: solid 2px black;
	margin: 0px 0px;

	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1vh;
	line-height: 1.8;
	background-color: #FFFFFF;
	padding: 0px 10px;
}



select {

	float: left;
	height: 48px;
	width: 95vw;
	max-width: 424px;
	border: solid 2px black;
	margin: 0px 0px;

	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1vh;
	line-height: 1.8;
	background-color: #FFFFFF;
	padding: 0 20px 0 10px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/cursor.gif);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: right 10px center;
	font-family: inherit;
}



select::-ms-expand,
input[type="number"]::-ms-expand {
	display: none;
}

::placeholder,
.select0 {
	color: #808081;
	text-align: left;

}


textarea {


	padding: 5px 10px;
	display: inline-block;
	resize: none;
	width: 63vw;
	width: 85vw;
	max-width: 700px;
	height: 150px;
	border: solid 2px black;

	font-size: 1.1rem;
	margin: 0px;
	font-weight: 500;
	letter-spacing: 0.1vh;
	line-height: 1.8;
	background-color: #FFFFFF;
	float: left;
	overflow: auto;

}






input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus {




	box-shadow: 0px 0px 0px black;
	border: 2px solid black;
	outline: none;




	font-weight: 500;
	font-size: 1.1rem;
	background-color: #FFFFFF;

}



input:-webkit-autofill {
	-webkit-text-fill-color: black !important;
	-webkit-transition: background-color 9999s;
	transition: background-color 9999s;

}



.btn0 {
	font-family: myfont;
	display: inline-block;

	line-height: 65px;

	color: white;
	border-radius: 5px;
	-webkit-border-radius:
		5px;
	-moz-border-radius: 5px;
	background: black;
	padding: 0 30px 0 30px;

	font-size: 1.6rem;
	letter-spacing: 0.4vmin;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;
	border: 0px solid black;
}






/*=== PHPフォーム========================= */

table.formTable {
	width: 95vw;
	max-width: 700px;
	border-spacing: 0;
	margin-left: 0px;
	color: black;
	display: inline-block;
}

table.formTable th {
	text-align: left;
	border-bottom: solid 2px black;
	padding: 20px 0 15px 5px;
	width: 35vw;
	max-width: 300px;

}

table.formTable td {
	text-align: left;
	border-bottom: solid 2px black;
	padding: 0px 5px;
	width: 45vw;
	max-width: 400px;
}





button {
	padding: 0;
	border: none;
	background: transparent;
}

button img {
	display: block;
}

button:active,
button img {
	position: relative;
}

button:hover {
	cursor: pointer;
}

.error_messe {
	color: black;
	width: 95vw;
	max-width: 500px;
	font-size: 0.85rem;
	text-align: left;
	margin: 0
}


.brmo {
	display: none
}











@media screen and (max-width: 480px) {
	.phti {
		font-size: 4rem;

	}

	.brmo {
		display: inherit
	}





}



@media screen and (max-width: 700px) {
	body {
		-webkit-text-size-adjust: 100%;
	}

	html {
		font-size: 75%;
		font-size: 75%;

	}

	.phtext {
		letter-spacing: 0
	}

	.phtexts {
		font-size: 3.2vw;
	}

	.btnbkh {
		font-size: 1.5em;
		letter-spacing: 0.1rem;
		width: 50vw;
		max-width: 500px;

	}

	.btnbkhp {
		width: 35vw;
		max-width: 200px;

	}


	.spanmo {
		display: inline-block;
		width: 1rem;
	}

	.phcapf {

		margin: 0 2vw;
		padding: auto;
	}


	.container3 > img {
		padding: 1.5vw;
	}

	.container3s > div > img {
		padding: 1.5vw;
	}

	.container2s > div > img {
		padding: 1.5vw;
	}






	.formTable {
		width: 95vw;
		margin: 0;
		text-align: center;

	}

	table.formTable th {
		display: flex;
		border: none;
		width: 95vw;
		max-width: 700px;
		margin: 0;
		font-weight: 600;

		text-align: center;
		padding: 2vh 0 0;
		font-size: 1em;
		line-height: 1.8;

		letter-spacing: 0.1vmin;
	}

	table.formTable td {
		display: flex;
		width: 95vw;
		max-width: 700px;
		font-size: 1em;
		line-height: 1.8;
		font-weight: 500;
		letter-spacing: 0.1vmin;

		padding: 0 0 10px;
		text-align: center;

		border-bottom: solid 2px #0C3948;
	}







	table.formTablemail {
		width: 100%;
		max-width: 100vw;

	}

	input[type="text"],
	input[type="email"],
	textarea,
	select,
	input[type="number"] {

		width: 91vw;
		max-width: 400px;
		margin: 0 0 25px;
		line-height: 1rem;
		padding: 0 0 0 3vw;

	}



	input[type="text"]:focus,
	input[type="email"]:focus,
	textarea:focus,
	select:focus,
	input[type="number"]:focus {

		width: 91vw;
		max-width: 400px;
		margin: 0 0 25px;
		line-height: 1rem;
		padding: 0 0 0 3vw;

	}

	select,
	select:focus {
		width: 95vw
	}

	textarea,
	textarea:focus {
		padding: 2vw 0 0 3vw;
	}






}
