@charset "utf-8";
html {
	font-size: 62.5%;
}
body.pf1 .pf2 {
	display: none
}
body.pf2 .pf1 {
	display: none
}

body {
	color: #333;
	background: #fefefe;
	line-height: 1.5;
	font-size: 14px; font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a {
	color: #06f;
	text-decoration: none;
}
a:hover {
	color: #f90;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* ---- */
#wrapper {
	overflow: hidden;
}
dl dt {
	font-weight: bold;
}
strong {
	color: #900;
	font-weight: bold;
}
h1 img.pc { display: block; }
h1 img.sp { display: none; }
h2 {
	font-size: 22px; font-size: 2.2rem;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 18px; font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.alert {
	color: #f00;
	font-weight: bold;
	display: none;
}
/* ---- */
header {
	background: #039;
	margin-bottom: 50px;
}
header h1 {
	background: #eee;
}
header h1 img {
	width: 100%;
	height: auto;
}
header div.frame {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	background: #fcfcfc;
}
header nav ul {
	border-top: 2px solid #06c;
	border-bottom: 2px solid #06c;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
header nav ul li {
	text-align: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
header nav ul li:first-child {
	border-right: 1px solid #999;
}
header nav ul li:last-child {
	border-left: 1px solid #999;
}
header nav ul li a {
	color: #06f;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: all 500ms;
}
header nav ul li a:before {
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background-size:contain;
    vertical-align:middle;
}
header nav ul li.nav_profile a:before {
    background:url(../img/nav-icon-profile.png) no-repeat;
}
header nav ul li.nav_skill a:before {
    background:url(../img/nav-icon-skill.png) no-repeat;
}
header nav ul li.nav_works a:before {
    background:url(../img/nav-icon-works.png) no-repeat;
}
header nav ul li a:hover {
	color: #fff;
	background: #039;
}
/* ---- */
#pf_profile {
	background: #f0f6fc url(../img/bg.png);
	margin-bottom: 70px;
	padding-bottom: 70px;
}
#pf_profile .pf_head {
	background: #06c;
	padding: 15px 0 1px;
}
#pf_profile .pf_head h2 {
	box-sizing: border-box;
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px 5px 60px;
	color: #06c;
	background: #f0f6fc url(../img/nav-icon-profile.png) no-repeat 20px center;
	border-radius: 15px 15px 0 0;
}
#pf_profile .frame {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fcfcfc;
	border-radius: 0px 0px 40px 40px;
	overflow:hidden;
}
#pf_profile .frame .pict {
	float: left;
	width: 20%;
	text-align: center;
}
#pf_profile .frame .pict img {
	border: 1px solid #999;
	width: 80%;
	height: auto;
}
@keyframes fade {
	from {
		opacity: 1;
	}
	45% {
		opacity: 1;
	}
	55% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#pf_profile .frame .pict p.anime {
	background: url(../img/profile2.png) no-repeat center center;
	background-size: contain;
}
#pf_profile .frame .pict p.anime img {
	position: relative;
	animation: fade 20s ease 0s infinite;
}
#pf_profile .frame dl {
	float: left;
	width: 80%;
	overflow: hidden;
}
#pf_profile .frame dl dt {
	clear: both;
	float: left;
	box-sizing: border-box;
	width: 20%;
	padding: 3px 0;
	text-align: right;
	border-top: 1px dotted #ccc;
}
#pf_profile .frame dl dd {
	float: left;
	box-sizing: border-box;
	width: 75%;
	padding: 3px 0 3px 20px;
	border-top: 1px dotted #ccc;
}
#pf_profile .frame dl dd.note p {
	word-break: break-all;
	margin-bottom: 0.5em;
}
#pf_profile .frame dl dd.note strong {
	color: #000;
}
#pf_profile .frame dl dd.note p strong.big {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ---- */
#pf_skill {
	background: #f0f6f0 url(../img/bg.png);
	margin-bottom: 70px;
	padding-bottom: 70px;
}
#pf_skill .pf_head {
	background: #060;
	padding: 15px 0 1px;
}
#pf_skill .pf_head h2 {
	box-sizing: border-box;
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px 5px 60px;
	color: #060;
	background: #f0f6f0 url(../img/nav-icon-skill.png) no-repeat 20px center;
	border-radius: 15px 15px 0 0;
}
#pf_skill .frame {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fcfcfc;
	border-radius: 0px 0px 40px 40px;
	overflow:hidden;
}
#pf_skill .frame ul.skill {
	overflow: hidden;
	padding: 0 10px;
}
#pf_skill .frame ul.skill>li {
	float: left;
	width: 50%;
}
#pf_skill .frame ul.skill>li div {
	background: #f0f9e0;
	overflow: hidden;
	margin: 10px;
	padding: 10px;
	border-radius: 0 30px 30px 0;
	border-left: 5px solid #090;
}
#pf_skill .frame ul.skill>li div>ul {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#pf_skill .frame ul.skill>li div>ul>li {
	width: 75%;
	float: right;
	box-sizing: border-box;
}
#pf_skill .frame ul.skill>li div ul>li.icon {
	width: 25%;
	float: left;
	padding-right: 20px;
}
#pf_skill .frame ul.skill>li div ul>li.icon img {
	width: 100%;
	height: auto;
}
#pf_skill .frame ul.skill>li div>ul>li.skill {
	color: #c00;
}
#pf_skill .frame ul.skill>li div>ul>li.skill:before {
	font-size:12px; font-size:1.2rem;
	content: "Lv";
	display: inline-block;
	width: 30px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 2px;
	line-height: 1;
	background: #c00;
	color: #fff;
	font-weight: bold;
}
#pf_skill .frame ul.skill>li> div>ul>li.qualification {
	color: #080;
	font-size:12px; font-size:1.2rem;
}
#pf_skill .frame ul.skill>li div>ul>li.qualification:before {
	content: "資格";
	display: inline-block;
	width: 30px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 2px;
	line-height: 1;
	background: #080;
	color: #fff;
	font-weight: bold;
}
#pf_skill .frame ul.skill>li div>ul>.note {
}
/* ---- */
#pf_works {
	background: #faf6f0 url(../img/bg.png);
	margin-bottom: 70px;
	padding-bottom: 70px;
}
#pf_works .pf_head {
	background: #a60;
	padding: 15px 0 1px;
}
#pf_works .pf_head h2 {
	box-sizing: border-box;
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px 5px 60px;
	color: #a60;
	background: #faf6f0 url(../img/nav-icon-works.png) no-repeat 20px center;
	border-radius: 15px 15px 0 0;
}
#pf_works .frame {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fcfcfc;
	border-radius: 0px 0px 40px 40px;
	overflow:hidden;
}
#pf_works .frame h3 {
	color: #fff;
	background: #a60;
	border-radius: 15px;
	padding: 3px 20px;
}
#pf_works .frame ul.menu_tab { overflow: hidden; width: 96%; margin: 0 auto 20px ; }
#pf_works .frame ul.menu_tab li { float: left; width: 50%; margin: 0; text-align: center; }
#pf_works .frame ul.menu_tab li img { width: 100%; height: auto; max-width: 200px; max-height: 80px; }
#pf_works .frame ul.menu_tab li.work1_off { display: none; }
#pf_works .frame ul.menu_tab li.work2_on { display: none; }
#pf_works .frame ul.menu_tab li.work3_on { display: none; }
#pf_works .frame section#work1 { display: block; }
#pf_works .frame section#work2 { display: none; }
#pf_works .frame section#work3 { display: none; }
#pf_works .frame section p.description {
	margin: 20px;
	padding: 10px 20px;
	font-size: 16px; font-size: 1.6rem;
	word-break: break-all;
	border: 2px dotted #a60;
	background: #f9f0e0;
}
#pf_works .frame section p.work_menu_add {
	text-align: center;
	border-top: 2px dotted #c00;
	border-bottom: 2px dotted #c00;
	background: #fcf0f0;
	margin: 50px 0 30px;
}
#pf_works .frame dl>dt {
	color: #a60;
	background: #f9f0e0;
	padding: 2px 20px;
	margin: 20px 20px 10px;
	border-radius: 15px;
	font-size: 16px; font-size: 1.6rem;
}
#pf_works .frame dl>dt:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #c90;
	border-radius: 3px;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	margin-right: 10px;
}
#pf_works .frame dl>dd {
	overflow: hidden;
	margin-bottom: 30px;
}
#pf_works .frame dl>dd>p {
	margin: 10px 20px;
}
#pf_works .frame dl>dd>div.img {
	float: left;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
#pf_works .frame dl>dd>div.img p {
	margin-top: 10px;
}
#pf_works .frame dl>dd>div.img p img {
	width: 100%;
}
#pf_works .frame dl.work-web-site>dd>div.img p img {
	border-radius: 15px;
}
#pf_works .frame dl>dd>div.img p a img {
	border: 2px dotted #06f;
}
#pf_works .frame dl>dd>div.img p a:hover img {
	border: 2px solid #f90;
}
#pf_works .frame dl>dd>div.msg {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
#pf_works .frame dl>dd>div.msg>ul>li {
	margin-left: 20px;
	list-style: disc;
}

#pf_works .frame dl>dd>ul {
	overflow: hidden;
}
#pf_works .frame dl>dd>ul>li {
	float: left;
	width: 45%;
	margin: 0px 2% 40px;
}
#pf_works .frame dl>dd>div.msg>ul>li.note {
	list-style: none;
	margin: 20px 0;
	padding: 5px;
	border: 1px dotted #ccc;
	border-radius: 5px;
}
#pf_works .frame dl>dd>div.msg>ul>li.note:before {
	content: "MeMo";
	display: block;
	color: #a60;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: 1px dotted #ccc;
	background: #f9f0e0;
	font-weight: bold;
	letter-spacing: 5px;
	border-radius: 5px;
}
#pf_works .frame dl>dd>div.msg>ul>li.note.memo:before {
	content: attr(title);
}
#pf_works .frame dl>dd>div.msg>ul>li.note.top {
	background: #f3f3f3;
}
#pf_works .frame dl>dd>div.msg>ul>li.note.top:before {
	content: "作成情報";
	color: #333;
	background: #ddd;
}
#pf_works .frame dl>dd>div.msg>ul>li.note.top ul {
	margin-left: 0px;
}
#pf_works .frame dl>dd ul>li.note p {
	margin: 0.5em 1em;
}
#pf_works .frame dl>dd ul>li.note ul li {
	list-style: square;
	margin-left: 30px;
}
#pf_works .frame dl>dd ul>li>ul {
	margin-left: 20px;
}
#pf_works .frame dl>dd ul>li img {
	width: 100%;
}
#pf_works .frame dl>dd ul>li a img {
	border: 2px dashed #06f;
}
#pf_works .frame dl>dd ul>li a:hover img {
	border: 2px solid #f90;
}
/* ---- */
footer {
	padding: 5px;
	background: #039;
	color: #fff;
	text-align:center;
	font-weight: bold;
}
/* Media query for Mobile devices*/
@media only screen and (max-width : 640px) {
	h1 img.pc { display: none; }
	h1 img.sp { display: block; }
	h1 img.sp  { width: 100%; }
	h2 { font-size: 18px; font-size: 1.8rem; }
	h2 { font-size: 16px; font-size: 1.6rem; }
	h3 { font-size: 14px; font-size: 1.4rem; }
#pf_profile {
}
#pf_profile .frame .pict {
	float: none;
	margin: 0 5% 20px;
}
#pf_profile .frame dl {
	width: 90%;
	padding: 0 5%;
}
#pf_profile .frame dl dt {
	width: 100%;
	float: none;
	text-align: left;
}
#pf_profile .frame dl dd {
	width: 100%;
	border-top: none;
	float: none;
}
/* skill */
#pf_skill .frame ul.skill>li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#pf_skill .frame ul.skill>li div>ul>li {
	width: 80%;
}
#pf_skill .frame ul.skill>li div ul>li.icon {
	width: 20%;
}

/* works */
#pf_works .frame ul.menu_tab { width: 96%; }
#pf_works .frame ul.menu_tab li { float: left; width: 40%; margin: 0 5%; }
#pf_works .frame dl>dd>div.img {
	float: none;
	width: 90%;
	margin: 10px;
}
#pf_works .frame dl>dd>div.msg {
	float: none;
	width: 100%;
	margin-right: 20px;
}
#pf_works .frame dl>dd>div.msg>ul>li {
	margin-left: 40px;
}
#pf_works .frame dl dd ul li {
	float: none;
	width: 95%;
}
#pf_works .frame dl>dd>div.msg>ul>li.note {
	margin: 20px;
}

}
/* Media query for Mobile devices*/
@media only screen and (max-width : 900px) {
#pf_skill .frame ul.skill>li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#pf_skill .frame ul.skill>li div>ul>li {
	width: 80%;
}
#pf_skill .frame ul.skill>li div ul>li.icon {
	width: 20%;
}
}