html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    resize: none;
}

/************************************************************************************************/
* {
  color: rgb(80, 80, 80);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.bold{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body{
  height: 100%;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

a {
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 1.4em;
  position: relative;
  padding-top: 100px;
  margin-bottom: 60px;
  font-weight: normal;
  z-index: 0;
}

h1 span {
  padding-bottom: .1em;
  background: -webkit-linear-gradient(left, #d3e1f2 50%, transparent 50%) 0% bottom / 200% 40% no-repeat;
  background: linear-gradient(to right, #d3e1f2 50%, transparent 50%) 0% bottom / 200% 40% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}

h2 {
  font-weight: normal;
  padding: 1em 0 .5em 0;
}

p {
  word-wrap: break-word;
  font-size: 1em;
}

.cursor-d {
  cursor: default;
}

.bread li {
	display: inline-block;
	margin: 2em 0 0 .6em;
	padding-left: 1em;
	background: url("/~harada/icon/arrow-bread.svg") left center/6px auto no-repeat;
  font-size: .9em;
}
.bread li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

.text {
  padding: 0.5em;
  box-sizing: border-box;
}
  .day {
    font-size: 0.8em;
    color: rgb(180, 180, 180);
  }
  .title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.5em 0 0.3em 0;
  }
  .details {
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .url {
    font-size: 0.8em;
    line-height: 1.1em;
    margin-top: .3em;
  }
  .url a {
    color: #005ac8;
    text-decoration: underline;
  }

.logout {
  background-color: rgb(80, 80, 80);
  color: white;
  border-radius: 30px !important;
  margin-left: 1em;
}

.opacity {
  opacity: .5;
}

#nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  transition: .5s;
  z-index: 999;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px rgb(240, 240, 240) solid;
}
#nav .dsp-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
  z-index: 2;
}

#nav a:hover, .edit-add:hover {
  opacity: .7;
}

#nav nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
}
#nav nav ul {
  display: -webkit-flex;
  display: flex;
	flex-flow: row;
	justify-content: flex-end;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
#nav nav ul li {
}
#nav nav ul li a {
  display: block;
  border-radius: 4px;
  padding: 12px 24px;
  text-decoration: none;
  transition: .2s;
}

#burger {
  position: absolute;
  top: 16.25px;
  right: 6.5%;
  width: 20px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
}
#burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(80, 80, 80);
  border-radius: 4px;
}
#burger, #burger span {
  display: none;
  transition: all .5s;
  box-sizing: border-box;
}
#burger span:nth-of-type(1) {
  top: 0;
}
#burger span:nth-of-type(2) {
  bottom: 8px;
}
#burger span:nth-of-type(3) {
  bottom: 0;
}

#burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#burger.active span:nth-of-type(2) {
  opacity: 0;
}
#burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

#eyecatch {
  width: 100%;
  padding: 80px 0 1em 0;
  box-sizing: border-box;
  margin-top: -80px;
  background: rgb(250, 250, 250);
}

.eyecatch-in {
  height: 200px;
  width: 100%;
  margin: 0 auto 2em auto;
  position: relative;
}

.eyecatch-in .back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.video {
  position: relative;
  bottom: -100px;
}

.video img {
  width: 100%;
  border-radius: 5px;
  z-index: 10;
}

.up {
  position: absolute;
  bottom: -1px;
  z-index: 2;
  pointer-events: none;
}


.welcome {
  font-size: 2.5em;
  line-height: 1.5em;
  padding: 0 0 1rem 0;
}

#wrap {
  width: 100%;
  padding: 0 0 160px 0;
  box-sizing: border-box;
  margin-top: 80px;
}

#posts, .inner, #edit2, #sample {
  width: 1024px;
  padding: 0 1%;
  margin: 0 auto;
  display : flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  z-index: 2;
}
.inner {
  box-sizing: border-box;
  line-height: 1.5em;
  position: relative;
  height: auto;
}
#edit2 {
  text-align: center;
  padding-top: 55px;
  border: solid 1px rgb(235, 235, 235);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#sample {
  height: 100%;
  padding: 1em 1%;
  background-image: url("/~harada/icon/transparent.svg")
}

.in {
  width: 100%;
  height: 100%;
  padding: 0 1%;
  box-sizing: border-box;
}

.post-container {
  position: relative;
  display : flex;
  width: 31.3333%;
  margin: 1%;
}
.post-container:nth-child(1) {
  margin-top: 0;
}
.post-container:nth-child(2) {
  margin-top: 0;
}
.post-container:nth-child(3) {
  margin-top: 0;
}

.post {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: .2s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  background-color: (255, 255, 255);
}
.post-file {
  width: 100%;
  height: 200px;
}
  .post-file img, video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
  }
  .text {
    color: gray;
    width: 100%;
  }

.paging {
  width: 100%;
}

.edit, .delete {
  font-size: .8em;
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  padding: .5em;
  box-sizing: border-box;
  cursor: pointer;
  transition: .2s;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.delete{
  top: 35px;
  left: 5px;
}
.edit:hover, .delete:hover {
  background: rgb(80, 80, 80);
  color: #FFF;
}

.catalog-button {
  margin: 20px auto 0 auto;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  border-radius: 50px;
  transition: .2s;
  border: 1.5px solid #5380aa;
  box-sizing: border-box;
  color: #5380aa;
  overflow: hidden;
}
.catalog-button:hover {
  background-color: #5380aa;
  border: 1.5px solid white;
  color: white;
}

.center {
  text-align: center;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(240, 240, 240);
}
  footer p {
    text-align: center;
    padding-top: 32px;
  }
  footer a {
    font-size: 0.8em;
  }

#login {
  width: 450px;
  height: 500px;
  text-align: center;
  margin: 0 auto;
  border: solid 1px rgb(235, 235, 235);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
  #login img {
    width: 80px;
    margin-top: 45px;
  }

#login-content {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.login-title {
  font-size: 1.2em;
  margin: 1em 0;
}

.login-warn {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-bottom: 30px;
}

.form-item {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.form-item p {
  font-size: 0.8em;
  text-align: left;
  color: rgb(180, 180, 180);
}
.form-item input {
  border: none;
  border-bottom: 1px solid rgb(220, 220, 220);
  padding: 0.5em 0;
  font-size: 1em;
  transition: border-color .2s;
  width: 100%;
}
.form-item input:focus {
  border-bottom: 1px solid rgb(80, 80, 80);
  outline: none;
}

.error {
  font-size: 0.8em;
  text-align: left;
  color: red;
}

.submit-button {
  padding: 0.75em 1.5em;
  position: absolute;
  bottom: 45px;
  right: 0;
  transition: .2s;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: .9em;
}
.submit-button:hover {
  background-color: rgb(80, 80, 80);
  color: white;
}

.link-container {
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
}

.link {
  width: 31.3%;
  margin: 0 1%;
  text-align: center;
  border: 1.5px solid #5380aa;
  box-sizing: border-box;
  position: relative;
  transition: .2s;
}
.link:hover {
  background-color: #5380aa;
  border-color: white;
}
.link::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1.5px solid #5380aa;
    border-top: 1.5px solid #5380aa;
    content: "";
}
.link a {
  display: block;
  padding: 1em;
  color: #5380aa;
}
.link a:hover {
    color: white;
}

.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}


#edit2 textarea {
  height: 400px;
}

#edit-job {
  width: 650px;
  padding: 2em 2% 0 2%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 5px 5px 0 0;
  border: 2px solid rgb(250, 250, 250);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.job-in {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

#loading {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
  display: none;
  text-align: center;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  top: 42%;
  top: calc(50% - 6em);
  text-indent: -9999em;
  border-top: .6em solid rgba(80, 80, 80, 0.1);
  border-right: .6em solid rgba(80, 80, 80, 0.1);
  border-bottom: .6em solid rgba(80, 80, 80, 0.1);
  border-left: .6em solid rgb(80, 80, 80);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.select {
	overflow: hidden;
	width: 31.888%;
  margin: 2em 0 1.5em 0;
}
.selection {
  margin: 0 0 1.5em 0;
}
.select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select.select2 {
	position: relative;
	border-radius: 5px;
	border: 1px solid rgb(80, 80, 80);
	background: white;
}
.select.select2::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgb(80, 80, 80);
	pointer-events: none;
}
.select.select2 select {
	padding: .5em 38px .5em 8px;
}

.post-job {
  width: 100%;
  background-color: white;
  border-radius: 5px;
}

.post-job input {
  box-sizing: border-box;
  font-size: 1em;
	width: 100%;
	padding: 0.5em;
	transition: .2s;
	border: 1px rgb(200, 200, 200) solid;
	border-radius: 5px;
	outline: none;
}
.post-job input:focus {
	border-color: rgb(80, 80, 80);
}

.post-job label{
	display: block;
  padding: 1em 0;
  box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	background: rgb(220, 220, 220);
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
  opacity: .5;
}
.post-job input[type="radio"] {
  display: none;
}
.radio:first-of-type{
  border-radius: 5px 5px 0 0;
}
.radio:last-of-type{
  border-radius: 0 0 5px 5px;
}

.post-job input[type="radio"]:checked + label {
	background-color: rgb(80, 80, 80);
	color: white;
  opacity: 1;
}

.job-button {
  background: rgb(216, 66, 54);
  color: white;
  width: 100%;
  padding: 1em 0;
  margin: 2em 0 4em 0;
  box-sizing: border-box;
  border-radius: 5px;
  border-style: none;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.job-button:hover {
  background: rgb(165, 43, 37);
}

.delete2, .delete3, .delete4 {
  color: rgb(180, 180, 180);
  font-size: 30px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s;
  position: absolute;
  top: 10px;
  right: 10px;
}
.delete2:hover, .delete3:hover, .delete4:hover {
  color: rgb(80, 80, 80);
}
.delete3{
  top: 2.2%;
  right: 1.2%;
}
.delete4{
  background-color: rgb(240, 240, 240);
  color: rgb(80, 80, 80);
  font-size: 20px;
  font-weight: bold;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.delete4:hover {
  background-color: rgb(80, 80, 80);
  color: white;
}

#post-wrap, #edit {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  border: solid 1px rgb(235, 235, 235);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  overflow: hidden;
}
.edit2 {
  top: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit- transform: translateY(-50%) translateX(-50%) !important;
}

#sample-container {
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#sample-content {
  margin: 0 auto;
  width: 31.3%;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

#post-content{
  width: 80%;
  margin: 0 auto;
}
  #post-content p {
    text-align: left;
  }

#drag-drop-area {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: rgb(245, 245, 245);
  border: 1px rgb(150, 150, 150) dashed;
  margin: 0 auto;
  position: relative;
  transition: .2s;
}

#input-inside {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
  #input-inside img {
    width: 20px;
    margin-top: 27px;
  }
  #input-inside p {
    margin-top: 5px;
    font-size: 0.7em;
    line-height: 1.1em;
    text-align: center;
  }

#post-wrap input[type=text], textarea, #edit input[type=text] {
	box-sizing: border-box;
  font-size: 1em;
	width: 100%;
	padding: 0.5em;
	transition: .2s;
	border: 1px rgb(200, 200, 200) solid;
	border-radius: 5px;
	outline: none;
}
#post-wrap input[type=text]:focus, textarea:focus, #edit input[type=text]:focus {
	border-color: rgb(80, 80, 80);
}

#edit input[type=text] {
  margin-top: 3em;
}

#post-wrap textarea {
  line-height: 1.2em;
	width: 100%;
  height: 4.8em;
}

.post-button, .edit-button {
  padding: 1em 0;
  color: white;
  font-weight: bold;
  width: 100%;
  transition: .2s;
  background-color: rgb(216, 66, 54);
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 2em 0;
}
.post-button:hover {
  background-color: rgb(165, 43, 37);
}

.edit-button {
  background-color: rgb(54, 116, 216);
}
.edit-button-up {
  margin: -1em 0 2em 0;
  background-color: rgb(245, 245, 245);
  border: rgb(80, 80, 80) solid 2px;
  color: rgb(80, 80, 80);
}
.edit-button:hover {
  background-color: rgb(37, 110, 165);
}
.edit-button-up:hover {
  background-color: rgb(80, 80, 80);
  color: white;
}

.down {
  margin-top: 1em !important;
}

.down2 {
  margin-top: 2em !important;
}

.relative {
  position: relative;
}

.job {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.job-in {
  box-shadow : 0 0 0 1px rgb(235, 235, 235);
  width: 20%;
  background-color: white;
  box-sizing: border-box;
  text-align: center;
  font-size: .9em;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job-in a {
  display: block;
}
.job-in p {
  padding: .8em;
}

.page {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2em;
}
.circle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 2.5px;
}
.circle a {
  display: block;
}
.circle:hover {
  background: rgb(240, 240, 240);
}

.prev, .next {
  margin-bottom: .1em;
}
.prev {
  margin-right: .5em;
}
.next {
  margin-left: .5em;
}

.edit-add {
  width: 100%;
  text-align: center;
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: .5rem;
  overflow: hidden;
  position: relative;
  border: dotted 3px rgb(80, 80, 80);
  transition: .2s;
}
.edit-add:nth-child(2) {
  margin-bottom: 1rem;
}
.edit-add::after {
    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.8em;
    height: 0.8em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
}
.edit-add a {
  display: block;
  font-size: 2rem;
  padding: 2rem;
}

/*　スクロールバー　********************************************************************************************************/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100);
  border-radius: 4px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

#filename {
  display: none;
}

@media screen and (max-width: 1024px) {
  #posts, .inner, #sample, #edit2 {
    width: 100%;
  }

  #wrap{
    padding: 0 0 140px 0;
  }

  .job-in {
    width: 25%;
  }

  .logout {
    background-color: white;
    color: rgb(80, 80, 80);
    border-radius: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 896px) {
  #edit2 .in {
    margin-top: 4em;
  }

  #nav {
    height: 50px;
  }

  #nav .dsp-icon {
    top: 16px;
    left: 6.5%;
    height: 22px;
  }

  #nav nav {
  width: 100%;
  height: auto;
  text-align: left;
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1;
  }
  #nav nav ul {
    box-sizing: border-box;
    width: 100%;
    flex-flow: column;
    background-color: white;
    padding: 0;
  }
  #nav nav ul li {
    width: 100%;
    padding: .5em 0;
  }

  #burger, #burger span {
    display: inline-block;
  }

  .welcome {
    font-size: 1.9em;
  }

  .post-container, #sample-content {
    width: 48%;
  }
  .post-container:nth-child(3) {
    margin-top: 1%;
  }

  #posts, .inner, #edit2 {
    padding: 0 6%;
  }

  #sample {
    padding: 1em 6%;
  }

  p, #edit2 textarea {
    font-size: .9em;
  }

  #edit2 textarea {
    height: 600px;
  }

  #edit-job {
    width: 100%;
    margin: 0;
  }

  #post-wrap, #edit {
    width: 100%;
  }

  .job-in {
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .select {
  	width: 48.75%;
  }

  .link {
    width: 100%;
    margin: 1% 0;
  }
  #nav nav ul li a {
    padding: 12px 6.5%;
  }
  #wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  *{
    font-size: 1em;
  }
  .eyecatch-in {
    height: 130px;
  }
  #nav nav {
    font-size: .9em;
  }
  .welcome, h1 {
    font-size: 1.3em;
  }
  .select.select2::before {
  	top: 0.9em;
  }

  .post-container, #sample-content {
    width: 100%;
    margin: 2% 0;
  }

  .post-container:nth-child(2) {
    margin: 2% 0;
  }
  .post-container:nth-child(3) {
    margin: 2% 0;
  }

  .in{
    padding: 0;
  }

  .select {
    width: 100%;
  }

  #edit-job  {
    padding: 2em 7% 0 7%;
  }

  .post-file {
    height: 180px;
  }

  #post-wrap {
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
    border-style: none;
  }

  .job-in, .job-in {
    width: 50%;
  }
}
