@charset "utf-8";
/*****************************************
	special.css
	インタビューページのスタイルを指定
******************************************/
#headContent .free h2 {
    margin: 0 0 15px;
}
.article.contents_inner {
	margin: 0 20px 60px;
}
.article dl { margin-bottom: 20px; }
.article dt,
.article dd {
	font-size: 16px;
	font-weight: bold;
	color: #331379;
}
.article dl {}

.article h3 {
	font-size: 16px;
	position: relative;
	margin-bottom: 1.2em;
}
.article h3:after {
	content: '';
	position: absolute;
	bottom: -0.2em;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 2px solid #331379;
	border-bottom: 2px solid #f3ca30;
}


.article p {
	line-height: 2;
}
.article p.photo {
	margin-bottom: 30px;
}

.article .p_left {
	float: left;
    margin: 7px 20px 10px 0;
}
.article .p_right {
    float: right;
    margin: 7px 0 10px 20px;
}
.article .p_left img,
.article .p_right img {
	width: 345px;
    height: 235px;
}

.btn_all {
	margin-top: 30px;
}

/*****************************************
	画面の横幅が767px(ipad縦)まで
******************************************/
@media only screen and (max-width: 767px) {


}/*～767px*/




/**************************************************************
	★スマホ用
***************************************************************/
@media screen and (max-width:670px){
#headContent .free h2 {
    background-image: none;
    background-color: #331379;
    border-left: 20px solid #f3ca30;
}
.article.contents_inner {
    margin: 0 0 40px;
}
.article h3 {
	font-size: 18px;
	margin-bottom: 1.5em;
    padding: 0 10px 0 15px;
}
.article h3:after {
    bottom: -0.5em;
    border-top: 3px solid #331379;
    border-bottom: 5px solid #f3ca30;
}
.article dl {
    margin-left: 15px;
}
.article dt, .article dd {
    font-size: 18px;
}
.article p {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.7;
}
.article .p_left,
.article .p_right {
    float: none;
    margin: 30px auto 20px;
}
.article p + .p_left {
	margin-top: 20px;
}
.article .p_left img,
.article .p_right img {
    margin: 0 auto;
}

.interview .staff_prof.off {
    display: none;
}

.btn_all {
    width: 96%;
    margin: 0 auto;
}

}/*～670px*/



/**************************************************************
	★スマホ用（最小）
***************************************************************/
@media screen and (max-width:360px){

#headContent .free h2 {
    font-size: 20px;
}
.article dl {
    margin-left: 10px;
}
.article dt,
.article dd,
.article h3 {
    font-size: 16px;
}
.article h3 {
    padding: 0 8px 0 10px;
}
.article p {
    padding: 0 10px;
    font-size: 14px;
}

}/*～360px*/

