@charset "utf-8";
/* CSS Document */



/*
リセット
*/

/*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;
	font-family: "M PLUS Rounded 1c";
	font-family: Verdana, Geneva, "sans-serif";
	overflow-x:hidden;
	color: #333
}

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


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}


mark {
    background-color:#ff9;
    color:#000;
   
    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;
}


hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
}
*/

/*
---------------------------------------------------------------*/
.contents {
	width:990px;
	margin:10px auto 30px auto;
	line-height:normal;
}
header{
	background-color: #efefef;
	padding-top: 32px;
	padding-bottom: 32px;
}
.conteinar{
	/*background-color: pink;*/
	width:400px;
	margin-left: auto;
	margin-right:auto;	
	display: flex;
	align-items: center;
}
.icon{
	/*background-color: skyblue;*/
}
.info{
	/*background-color: tomato;*/
	margin-left: 15px;
}
.icon img{
	border-radius: 50%;
	border-width: 4px;
	border-style: solid;
	border-color: white;
}
.info h1{
	font-weight: normal;
	font-size: 24px;
	margin: 0;
}
.info p{
	margin: 0;	
	margin-bottom: 16px;
}
.info ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.info ul li{
	margin-right: 8px;
}
.works{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.works >h1{
	font-weight: normalactive;
	font-size: 24px;
	text-align: center;
  	margin-top: 60px;
	margin-bottom: 60px;
}
.works >section{
	margin-bottom: 60px;
}
.works >section >h1{
	font-weight: normal;
}
.works p{
	line-height: 1.8;
}
footer p{
	text-align: center;
	font-size: 14px;
	margin-bottom: 60px;
	color: gray;
}

/*
---------------------------------------------------------------*/
/*
---------------------------------------------------------------*/
/*
---------------------------------------------------------------*/
/*
---------------------------------------------------------------*/
/*
---------------------------------------------------------------*/