@charset "UTF-8";

*{box-sizing:border-box;}

body {margin: 0px;}

a {text-decoration: none;}

header{padding-bottom: 10px;}

.contents{width:100%; background-color: #FFFFFF;}

.image-kidou{margin-left: 30%; margin-right: 30%; width:40%;}

/* profile */
.profile{width:100%; padding-left: 15%; padding-right: 15%;}
.big-title{font-weight: bold; font-size: 30px;}
.title{font-weight: bold; font-size: 20px; margin-bottom: -10px;}
.title{position: relative;/*相対位置*/ padding-left: 1.2em;/*アイコン分のスペース*/ line-height: 1.4;/*行高*/}
.title:before {font-family: "FontAwesome"; content: "\f075";/*アイコンのユニコード*/ position: absolute;/*絶対位置*/ font-size: 1em;/*サイズ*/ left: 0;/*アイコンの位置*/ top: 0;/*アイコンの位置*/ color: #5ab9ff; /*アイコン色*/}
.text1{padding-left: 22px;}

