@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,p,ul,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}
img{
	vertical-align:bottom;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
.inner{
	margin:auto;
	width:960px;
}
.flex {
	display: flex;
	justify-content:space-between;
}
header{
    background-color: background-color: #000000;
background-image: linear-gradient(180deg, #000000 0%, #c85050 46%, #ffb300 100%);
    height: 200px;
}
.title{
    text-align: center;
    line-height: 28px;
    font-size: 36px;
    color: #fff;
    padding-top:50px;
    line-height: 40px
}
main {
    text-align: center;
}
main h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #808080;
}
.circle {
    width:200px;
	height:200px;
	object-fit:cover;
	border-radius:50%;
	object-position: -15px 0px;
    padding-bottom: 30px
}
.f_size {
    font-size: 30px
}
.comment {
    padding-top: 50px;
    width: 310px;
    margin: auto;
    text-align: left;
}
.contents2 dl dt {
    font-size: 26px;
    color: #808080;
}
.box {
    border: 1px dotted #333;
    width: 700px;
    height: auto;
    margin: auto;
    line-height: 30px;
    margin-bottom: 20px
}
.contents2 span {
    color: #F00;
    font-size: 28px
}
.box2 {
    border: 1px dotted #333;
    width: 760px;
    height: 130px;
    margin: auto;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.HTML,.CSS,.JavaScript,.JQuery,.Photoshop,.Illustrator {
    vertical-align: middle;
    display: inline-block;
    line-height: 48px;
    font-size: 30px;
}

footer p {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

/*  レスポンシブデザイン  */
@media screen and (max-width:640px){
    .inner {
	width:auto;
}
    .flex {
	display:block;
}
    img {
	max-width:100%;
}
    .title {
        font-size: 23px;
}
    .box {
        width: 100%;
        height: auto;
    }
    .box2 {
        width: 100%;
        height: auto;
    }
    main h1 {
        margin-bottom: 15px;
    }

    .HTML,
    .CSS,
    .JavaScript,
    .JQuery,
    .Photoshop,
    .Illustrator {
        width: 100%
    }


}
