@charset "utf-8";

/* CSS Document */

#special-column {
	font-family: "Noto Sans Japanese" !important;
	margin-right: 10px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #000;
	width: 640px;
    padding: 30px;
	background-color: #fff;
}
#special-column h2 {
	height: 430px;
	width: 700px;
	padding-bottom: 25px;
	background-image: url(pc_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#special-column h3 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 1.23;
}
#special-column p {
    padding-bottom: 40px;
}
#special-column h3 span {
    display: inline-block;
    border-bottom: 1px solid #000;
}
#special-column .photo {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    margin-bottom: 44px;
}
#special-column .photo:before {
    display: block;
    width: 25px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: -3px;
    background-image: url(pc_icon_top.png);
    content:"";
    z-index: 3;
}
#special-column .photo:after {
    display: block;
    width: 25px;
    height: 24px;
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-image: url(pc_icon_bottom.png);
    content:"";
}
#special-column .photo-desc {
    padding-left: 55px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background-image: url(pc_arrow.png);
    background-repeat: no-repeat;
    position: relative;
    top: -22px;
}

#special-column .profile {
    overflow:hidden;
    padding-bottom: 60px;
}
#special-column .profile h3 {
    width: 260px;
    float: left;
}
#special-column .profile .detail {
    width: 355px;
    float: right;
}
#special-column .profile h4 {
    padding-bottom: 20px;
    font-weight: bold;
}
#special-column .profile a {
    font-weight: normal;
}
#special-column .profile p {
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 0;
}