@charset "utf-8";

/* @group Fluid-img */
img {
  max-width: 100%;
  max-height: 30em;
  object-fit: cover;
}
/* @end */

/* @group HTML */
html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* font-family: "メイリオ", sans-serif; */
  font-size: 0.75em; /*12px */
}
/* @end */

/* @group Heading */
#wrapper-header {
  background-color: rgb(0, 24, 63);
  background-image: linear-gradient(top, #00183f 0%, #0d4778 15%);
  background-image: -webkit-linear-gradient(top, #00183f 0%, #0d4778 15%);
  position: relative;
}
#wrapper-header #site-title {
  font-size: 2em; /*60px*/
  color: #e0dc6a;

  font-family: "Shrikhand", cursive;
  text-align: left;
  vertical-align: center;
  padding: 0.4em 0.2em; /*12px */
}

#wrapper-header #logo {
  position: absolute;
  z-index: 999;
  right: 2em;
  top: 4em;
  width: 6em;
}


#wrapper-header #main-photo {
  width: 100%;
}

#wrapper-header .disp_title {
  position: absolute;
  display:block;
  /* font-weight: bold; */
  box-shadow: 2px 2px 2px #6b7174;
  width: 100%;
  text-align: center;
  color:#ccc;
  opacity: 0.4;
  background-color:#0e6af3f1;

  top: 1em;
  margin: 1.5em auto;
  font-size: 2em;
  padding: 10px 0 5px 0;
}
nav {
  background-color: rgb(0, 24, 63);
  background-image: linear-gradient(
    top,
    rgb(13, 71, 120),
    rgb(0, 24, 63),
    rgb(13, 71, 120)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(13, 71, 120),
    rgb(0, 24, 63),
    rgb(13, 71, 120)
  );
}

nav ul li {
  box-sizing: border-box;
  float: left;
  width: 33%;
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  border-left: 1px solid #ccc;
}
nav ul li:first-child {
  border-left: none;
}
nav ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  text-decoration: none;
}

nav li a:hover {
  opacity: 0.4;
  transition: 1.0s ;
}
nav .selected {
  font-weight: bold;
  color: yellow;
}
/* @end */

/* @group Contents */
.contents {
  overflow : hidden;
  background-color: #e2e4e4;
  background: -webkit-linear-gradient(
    top,
    #e2e4e4 0%,
    #6b7174,
    #e2e4e4
  ); /*
  Chrome10+,safari5.1+ */
  background: linear-gradient(to bottom, #e2e4e4 0%, #6b7174 99%); /* W3C */
  padding: 0em 0em 1em 0em;
}

section {
  background-color: #fff;
  box-shadow: 1px 1px 1px #ccc;
  width: 90%;
  margin: 2em auto;
}

h1 {
  background-color: #08597e;
  text-align: center;
  font-size: 1.25em; /*48px */
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  padding: 0.5em 0.5em;
  color: white;

  line-height: 1em; /*48px*/
  /*  margin-bottom : 0.5em;24px */
}

table {
  width:100%;
}

#sentence-box {
  padding: 1em 1em 1em 1em;
}

section p {
  font-size: 1em;
  line-height: 1.5;
  padding-bottom: 0.25em;
}

section td {
  padding: 10px 10px 10px 10px;
  text-align: left;
}

section tr {
  border-bottom:1px dotted rgb(69,170,0);
}
section tr:last-child {
  border-bottom:none;
  /* background-color: #e0dc6a */
}



/* @group footer */
footer {
  color: #ccc;
  text-align: center;
  padding: 1.5em 0; /* 24px */
  background-color: rgb(0, 24, 63);
  background-image: linear-gradient(top, #0d4778, #00183f);
  background-image: -webkit-linear-gradient(top, #0d4778 0%, #00183f 50%);
}
/* @end */

/*
*******************************************************
トップ
*******************************************************
*/

#topics .col1 {
  width:10%;
}

/*
*******************************************************
プロフィール
*******************************************************
*/

#bio .col1 {
  width:10%;
}

#qualification .col1 {
  width:10%;
}

#skill .col1 {
  width:30%;
}

/*
*******************************************************
実績
*******************************************************
*/
#performance th {
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align:top;
  background-color: #00183f;
  font-weight:bold;
  color:#fff;
  border-left:solid 1px #ccc;
/*  border-bottom:1px dotted rgb(69,170,0); */
}
#performance th:first-child {
  border-left: none;
}

#performance th:last-child {
  border-right: solid 1px #00183f;
}

#performance td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align:top;
  border:solid 1px #6b7174;
 /* border-bottom:1px dotted rgb(69,170,0); */
}

#performance .col1 {
  width:10%;
}
#performance .col2 {
  width:10%;
  display: none;
}
#performance .col3 {
  width:40%;
}
#performance .col4 {
  width:50%;
}
#performance .col5 {
  width:10%;
  display: none;
}
#performance .col6 {
  width:25%;
  display: none;
}

#performance .mark {
  float:left;
  border-radius: 12px;
  text-align: center;
  padding: 3px 10px 3px 10px;
  display: block;
  color:white;
  font-family: "Noto Sans Japanese";
  font-size: 0.8em;
  font-family: Consolas, "Courier New", Courier, Monaco,  monospace, "ＭＳ ゴシック", "MS Gothic", Osaka−等幅;

}

#performance .mark_os{
  background-color:rgb(0, 159, 232);
}
#performance .mark_db{
  background-color:rgb(47, 239, 42);
}
#performance .mark_lang{
  background-color:rgb(255, 147, 0);
}
#performance .mark_lang{
  background-color:rgb(255, 147, 0);
}
#performance .mark_fw{
  background-color:rgb(232, 0, 55);
}
#performance .mark_etc{
  background-color:rgb(149, 14, 174);
} 

/* マーク1文字 */
#performance .mark_char_1{
  width: 5px;
  margin: 0 3px 3px 0;
}
/* マーク2文字 */
#performance .mark_char_2{
  width:10px;
  margin: 0 3px 3px 0;
}
/* マーク3文字 */
#performance .mark_char_3{
  width:15px;
  margin: 0 3px 3px 0;
}
/* マーク4文字 */
#performance .mark_char_4{
  width:20px;
  margin: 0 3px 3px 0;
}
/* マーク5文字 */
#performance .mark_char_5{
  width:25px;
  margin: 0 3px 3px 0;
}
/* マーク6文字 */
#performance .mark_char_6{
  width:30px;
  margin: 0 3px 3px 0;
}
/* マーク7文字 */
#performance .mark_char_7{
  width:35px;
  margin: 0 3px 3px 0;
}
/* マーク8文字 */
#performance .mark_char_8{
  width:40px;
  margin: 0 3px 3px 0;
}
/* マーク9文字 */
#performance .mark_char_9{
  width:45px;
  margin: 0 3px 3px 0;
}
/* マーク10文字 */
#performance .mark_char_10{
  width:50px;
  margin: 0 3px 3px 0;
}
/* マーク11文字 */
#performance .mark_char_11{
  width:57px;
  margin: 0 3px 3px 0;
}



/*
*******************************************************
共通（メディアクエリ）
*******************************************************
*/

/* 600px */
@media screen and (min-width: 600px) {
  html {
    font-size: 87.5%;
  } /*14px*/
  h1 {
    text-align: left;
  }


  #wrapper-header .disp_title {  
    top: 0.75em;
    margin: 1em auto;
    font-size: 4em;
    padding: 20px 0 10px 0;
  }
 
  #main, #side {
    float : left;
  }

  #top #side { width : 30%; }
  #top #main { width : 65%; }

  #profile #side { width : 40%; }
  #profile #main { width : 60%; }

  #performance .col1 {
    width:10%;
    display:table-cell;
  }
  #performance .col2 {
    width:10%;
    display: none;
  }
  #performance .col3 {
    width:35%;
    display:table-cell;
  }
  #performance .col4 {
    width:40%;
    display:table-cell;
  }
  #performance .col5 {
    width:15%;
    display:table-cell;
  }
  #performance .col6 {
    width:25%;
    display: none;
  }

  /* マーク1文字 */
  #performance .mark_char_1{
    width: 6px;
    margin: 0 5px 5px 0;
    }
    /* マーク2文字 */
    #performance .mark_char_2{
    width:12px;
    margin: 0 5px 5px 0;
    }
    /* マーク3文字 */
    #performance .mark_char_3{
    width:18px;
    margin: 0 5px 5px 0;
    }
    /* マーク4文字 */
    #performance .mark_char_4{
    width:24px;
    margin: 0 5px 5px 0;
    }
    /* マーク5文字 */
    #performance .mark_char_5{
    width:30px;
    margin: 0 5px 5px 0;
    }
    /* マーク6文字 */
    #performance .mark_char_6{
    width:36px;
    margin: 0 5px 5px 0;
    }
    /* マーク7文字 */
    #performance .mark_char_7{
    width:42px;
    margin: 0 5px 5px 0;
    }
    /* マーク8文字 */
    #performance .mark_char_8{
    width:48px;
    margin: 0 5px 5px 0;
    }
    /* マーク9文字 */
    #performance .mark_char_9{
    width:54px;
    margin: 0 5px 5px 0;
    }
    /* マーク10文字 */
    #performance .mark_char_10{
    width:60px;
    margin: 0 5px 5px 0;
    }
    /* マーク11文字 */
    #performance .mark_char_11{
    width:66px;
    margin: 0 5px 5px 0;
    }
  

}

/* 960px */
@media screen and (min-width: 960px) {
  html {
    font-size: 100%;
  } /*16px*/
  h1 {
    text-align: left;
  }

  .contents {
    padding: 0em 1em 1em 1em;
  }

  #wrapper-header .disp_title {  
    top: 0.3em;
    margin: 1em auto;
    font-size: 6em;
    padding: 20px 0 10px 0;
  }

  #main, #side {
    float : left;
  }

  #top #side { width : 35%; }
  #top #main { width : 65%; }

  #profile #side { width : 40%; }
  #profile #main { width : 60%; }

  #performance .col1 {
    width:10%;
    display:table-cell;
  }
  #performance .col2 {
    width:10%;
    display:table-cell;
  }
  #performance .col3 {
    width:20%;
    display:table-cell;
  }
  #performance .col4 {
    width:25%;
    display:table-cell;
  }
  #performance .col5 {
    width:10%;
    display:table-cell;
  }
  #performance .col6 {
    width:25%;
    display:table-cell;
  }
 
  /* マーク1文字 */
  #performance .mark_char_1{
  width: 7px;
  margin: 0 5px 5px 0;
  }
  /* マーク2文字 */
  #performance .mark_char_2{
  width:14px;
  margin: 0 5px 5px 0;
  }
  /* マーク3文字 */
  #performance .mark_char_3{
  width:21px;
  margin: 0 5px 5px 0;
  }
  /* マーク4文字 */
  #performance .mark_char_4{
  width:28px;
  margin: 0 5px 5px 0;
  }
  /* マーク5文字 */
  #performance .mark_char_5{
  width:35px;
  margin: 0 5px 5px 0;
  }
  /* マーク6文字 */
  #performance .mark_char_6{
  width:42px;
  margin: 0 5px 5px 0;
  }
  /* マーク7文字 */
  #performance .mark_char_7{
  width:49px;
  margin: 0 5px 5px 0;
  }
  /* マーク8文字 */
  #performance .mark_char_8{
  width:56px;
  margin: 0 5px 5px 0;
  }
  /* マーク9文字 */
  #performance .mark_char_9{
  width:68px;
  margin: 0 5px 5px 0;
  }
  /* マーク10文字 */
  #performance .mark_char_10{
  width:70px;
  margin: 0 5px 5px 0;
  }
  /* マーク11文字 */
  #performance .mark_char_11{
  width:77px;
  margin: 0 5px 5px 0;
  }
}
