/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
    width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

.nav-list {
    font-weight: 350px;
}

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;
}

/* reset css */






body {
  line-height: 1.8;
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  background-color: plum;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
    font-weight: 20px;
}


.container {
  margin: 0 auto;
}

header {
  padding-top: 50px;
}



.header-left h1 {
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
}

.nav-list li {
  font-size: 10px;
  padding: 0 15px;
  letter-spacing: 3px;
}


.header-right {
  text-align: right;
}

.header-right .fab {
  padding: 0 5px;
  opacity: 0.7;
}

.header-right .fab:hover {
  opacity: 1;
}

.nav-list {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}



.nav-list li:hover {
  text-decoration: underline;
}
.topimg {
  width: 100%;
}

.main-logo {
  font-size: 20px;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 100;
  padding: 100px 0 30px 0;
}

.myphoto img {
  width: 30%;
  border-radius: 50%;
}

.myphoto {
  text-align: center;
}

.contents {
  text-align: center;
}

.about-text {
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
}

.about-text .fab {
  padding-right: 10px;
}

.about-text a {
  opacity: 0.8;
}

.about-text a:hover {
  opacity: 1.0;
  color: blue;
  text-decoration: underline;
}

.maintext {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.name {
  font-size: 14px;
}

.skill-engineer {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 30px;
  /* display: block; */
}

.skill-web {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 30px;
  /* display: block; */
}

.skill-text1 {
  text-align: center;
  display: block;
  }

  .skill-text1 p {
    text-align: left;
    display: inline-block;
  }

.skill-text2 {
  text-align: center;
  display: block;
}

.skill-text2 p {
  text-align: left;
  display: inline-block;
}

.skill-contents h1 {
  font-size: 25px;
}

.sub {
  opacity: 0.6;
}

#work-wrapper p {
  text-align: center;
  font-size: 30px;
}

#work-wrapper {
  text-align: center;
  font-size: 20px;
}

.work-contents img {
  width: 70%;
  margin: 20px 10px;
  border: solid 2px #fff;
  margin-bottom: 30px;
}

.work-contents img:hover {
  opacity: 0.5;
}

#contact-wrapper {
  text-align: center;
  font-size: 20px;
}

.contact-menu>a {
  margin: 0 5px;
}

footer {
  text-align: center;
  margin: 20px 0;
}

.fa-arrow-alt-circle-up {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-size: 3vw;
  color: #000;
}

.knowleg {
  font-weight: 16px;
  text-align: left;
  margin-left: 2%;
}



@media screen and (min-width: 768px){
  .header-left h1 {
  font-size: 40px;
  }
  
  .nav-list li {
    font-size: 20px;
    padding: 0 25px;
    letter-spacing: 3px;
  }
  /* .work-contents img {
    width: 45%;
    margin: 0 2% 2% 2%;
    border: solid 1px #e0e0e0;
  } */
  .myphoto img {
    width: 180px;
    /* border-radius: 50%; */
  }
  .about-text {
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
  }
  .name {
    font-size: 32px;
  }
  .maintext {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-logo {
    font-size: 3em;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 100;
    padding: 100px 0 30px 0;
  }
  .contents {
    display: flex;
    justify-content:space-around;
  }
  .work-contents img {
    width: 45%;
    margin: 20px 10px;
    border-style: 1px;
    border: solid 2px #fff;
  }
  /* .work-contents {
    display: flex;
    justify-content:space-around;
  } */
}
