@charset "UTF-8";
/* CSS Document */
/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* フォントを指定したいところで */
body{
    font-family: 'Noto Sans JP';    
	margin: 0 auto;
	max-width: 1280px;
	background:url(../images/back.jpg);
	background-repeat:repeat;
}

#back{
	width: 90%;
	background-color: #fff;
	/*border: 15px ridge #258acc; height:100%;*/ 
	padding-bottom: 5em;
	margin: 0 auto;
}
#contents{
	width: 85%;
	height:auto;
	margin:0 auto;
}

.header{
	width:85%;
	height:auto;
	margin:0 auto;
}

/*link*/

.link a{
	color:#333;
	text-decoration: none;
	font-size:1em;
}
.link a:hover{
	color:#ddd;
}
/*link*/

.pageTop{
	background:#999;
	color:#FFF;
	padding:12px;
	position:fixed;
	bottom:20px;
	right:25px;
	opacity:0.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size:10px;
  text-decoration: none;		
	}
.pageTop:hover{
	background:#666;
	}

.nameimg1{
	margin-top:-30px;
	width:330px;
}


/*------------------title logo-------------------*/
.headertitle{
	width: 13%;
	height: auto;
	float:left;
	margin:3em 0 0 0;
}	

/*menu-------------------------------------------*/

.animenu {
  font-size:0.8em;
  margin:0 0;
  width:100%;
  float:right;
  border-bottom: 1px solid #666;
  margin:3em 0 0 0;
  padding:0;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:20%;
}
.animenu li a{
	  text-align:center;
	  padding:0 3em;
	  width:20%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:300px;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width:300px;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}
/*menu-------------------------------------------*/

/*main-------------------------------*/

.main{
	widows: 100%;
	height:auto;
	margin:5em auto;
	padding: 0;
	color:#333;
}

.maintitle{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom: 1em;
}

/*--左bio--*/
.profile{
	width:100%;
	height:auto;
}
.bio1{
	font-size:1em;
	margin-bottom: 3em;
}
.name{
	width:100%;
	height:auto;
	margin:0 0 2em 0;
}
.name h2{
	font-size:1.5em;
}
.nameimg{
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
   margin-bottom:2em;
   font-size:1em;	
}

.name p{
	font-size:15px;

	color:#333;
}
.title{
	width:90%;
	height:auto;
	float:left;
	text-align:left;
	margin:20px 0;
	color:#666;
	clear:both;
}
.title h2{
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}

.work1{
	font-size:12px;
	border-bottom:none;
	padding-top:1em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.bio2{
	font-size:11px;
	clear:both;
}
ul{
	list-style-type: none;	
}
li{
	padding:2px 0;
}
span{
	font-size: 0.8em;
	color: #BD0F12;
	padding-left: 1em;
}

/*main-------------------------------*/

/*fooer-------------------------*/

.footer{
	   width:90%;
	   text-align:left;
	   height:auto;
	   margin:0 auto;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	}
.reference small{
      color:#333;
	font-size: 1em;
	margin-left: 0.8em;
            }
span.reference a{
      color:#333;
      text-decoration:none;
	  padding-left: 0.8em;
          }
span.reference a:hover{
	color: #ddd;
	}

.nameimg2{
   max-width: 450px;	
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
   margin-bottom: 1em;
}

/*fooer-------------------------*/




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

.animenu {
  font-size:0.8em;
  width:100%;
  margin:4em 0 0 0;
  padding:0;
	border: none;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:100%;
  border-bottom: 1px solid #666;
}
.animenu li a{
	  text-align:left;
	  padding:0 3em;
	  width:100%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 23%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:  300px;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width: 300px;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}
	
.headertitle{
	width: 20%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}		
/*main-------------------------------*/


#contents{
	width: 90%;
	height:auto;
	margin:0 auto;
}

.header{
	width:100%;
	height:auto;
	margin:0 auto;
}
	
/*main-------------------------------*/

.main{
	widows: 100%;
	height:auto;
	margin:5em auto;
	padding: 0;
	color:#333;
}

.maintitle{
	width:100%;
	height:auto;
	float:none;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom: 1em;
}

/*--左bio--*/
.profile{
	width:100%;
	height:auto;
}
.bio1{
	font-size:1em;
	margin-bottom: 3em;
}
.name{
	width:100%;
	height:auto;
	margin:0 0 2em 0;
}
.name h2{
	font-size:1.5em;
}
.nameimg{
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}
.name p{
	font-size:15px;

	color:#333;
}
.title{
	width:90%;
	height:auto;
	float:none;
	text-align:left;
	margin:20px 0;
	color:#666;
	clear:both;
}
.title h2{
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}

.work1{
	font-size:12px;
	border-bottom:none;
	padding-top:1em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.bio2{
	font-size:11px;
	clear:both;
}
ul{
	list-style-type: none;	
}
li{
	padding:2px 0;
}
span{
	font-size: 0.8em;
	color: #BD0F12;
	padding-left: 1em;
}

/*main-------------------------------*/

.footer{
	   width:100%;
	   text-align:left;
	   height:auto;
	   margin:0 auto;
	   height: auto;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	}
.reference small{
      color:#333;
	font-size: 1em;
	margin-left: 0.8em;
	clear: both;	
            }
span.reference a{
      color:#333;
      text-decoration:none;
	  padding-left: 0.8em;
          }
span.reference a:hover{
	color: #ddd;
	}

.nameimg2{
   width: 55%; /* 横幅に合わせて自動で拡大縮小する */

}		

/*fooer-------------------------*/

}

@media screen and (max-width: 480px){
	
.animenu {
  font-size:0.8em;
  width:100%;
  margin:4em 0 0 0;
  padding:0;
  border: none;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:100%;
  border-bottom: 1px solid #666;
}
.animenu li a{
	  text-align:left;
	  padding:0 3em;
	  width:100%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: none;
  right: 0%;	
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:  100%;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width: 100%;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em 0 0.8em 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}

	

/*------------------title logo-------------------*/
.headertitle{
	width: 35%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}	
	
/*main-------------------------------*/

#contents{
	width: 95%;
	height:auto;
	margin:0 auto;
}

.header{
	width:100%;
	height:auto;
	margin:0 auto;
}
	
/*main-------------------------------*/

.main{
	widows: 100%;
	height:auto;
	margin:5em auto;
	padding: 0;
	color:#333;
}

.maintitle{
	width:100%;
	height:auto;
	float:none;
	text-align:left;
	font-size:1.2em;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom: 1em;
}

/*--左bio--*/
.profile{
	width:100%;
	height:auto;
}
.bio1{
	font-size:0.8em;
	margin-bottom: 3em;
}
.name{
	width:100%;
	height:auto;
	margin:0 0 2em 0;
}
.name h2{
	font-size:25px;
}
.nameimg{
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
   font-size: 0.8em;		
}
.name p{
	font-size:15px;

	color:#333;
}
.title{
	width:90%;
	height:auto;
	float:none;
	text-align:left;
	margin:20px 0;
	color:#666;
	clear:both;
}
.title h2{
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}

.work1{
	font-size:12px;
	border-bottom:none;
	padding-top:1em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.bio2{
	font-size:11px;
	clear:both;
}
ul{
	list-style-type: none;	
}
li{
	padding:2px 0;
}
span{
	font-size: 0.8em;
	color: #BD0F12;
	padding-left: 1em;
}

.footer{
	   width:100%;
	   text-align:left;
	   height:auto;
	   margin:0 auto;
	   height:auto;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	}
.reference small{
     color:#333;
	font-size: 1em;
	margin: 0;
	clear: both;	
            }
span.reference a{
      color:#333;
      text-decoration:none;
	  padding-left: 0.8em;
          }
span.reference a:hover{
	color: #ddd;
	}
	
.nameimg2{
   width: 70%; /* 横幅に合わせて自動で拡大縮小する */
}	
}
