@charset "utf-8";
/* CSS Document */
#report_main p {
    line-height: 2;
}
#report_main h2 {
    font-size: 2.2em;
    margin-bottom: 3%;
}
#report_main h3 {
    font-size: 1.5em;
}
#report_main h4 {
    font-size: 2em;
    line-height: 1.2;
}
#report_main h5 {
    font-size: 1.4em;
}
#report_main h6 {
    font-size: 1.3em;
    font-weight: unset;
}
#report_main h2, #report_main h3, #report_main h4, #report_main h5, #report_main h6 {
    color: #303032;
}
#report_main p {
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}
#post-info .entry-content p {
    text-align: inherit;
}
.read span {
    color: #c8c7c7;
}
#report_main hr {
    border: 1px solid #C81528;
    width: 80px;
    margin: 5px 0 10px 0;
    display: inline-block;
}
.center {
    margin: 0 auto 2% auto;
    text-align: center;
}
#report_main .backimg {
    width: 100%;
    background: #191919 url("/wp-content/uploads/2019/09/arukas_top.jpg") no-repeat center center;
    height: 580px;
}
#post-info .wrap {
    width: 100%;
    padding: 0;
}
#report_main .box {
    margin: 0 auto;
    padding: 2.5em 0;
}
.interview {
    background-color: #F3F3F3;
}
.interview p {
    margin-bottom: 2%;
}
#report_main .interview hr {
    margin: 10px 0;
}
h4, small {
    margin: 0 auto;
    text-align: center;
    display: block;
}
#report_main .left p, #report_main .right p {
    margin-bottom: 30px;
}
#report_main p.name {
    margin-bottom: 0;
    font-size: 1.2em;
}
#report_main p.name_small {
	margin-bottom: 0;
    font-size: 1.1em;
}
#report_main .right {
    margin-bottom: 10%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5%;
}
#report_main .border_n {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#report_main ul li {
    max-width: 280px;
}
#report_main .item ul li {
    display: flex;
    flex-direction: column;
}
#report_main .item p {
    margin-bottom: 5%;
}
#report_main .item span {
    color: #303032;
    font-size: 1.1em;
}
	#report_main .item .btn{
	margin-top: auto;
	}
	
#report_main .item a {
    border: 1px solid #acacac;
    padding: 1% 3% 2% 3%;
    margin-top: 3%;
    display: inline-block;
    color: #acacac;
    margin-top: auto;
}
#report_main .item a:hover {
    border-color: #5c6b80;
}

/********************PC用設定*********************/
	
@media screen and ( min-width:768px ) {
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
#report_main .box {
    max-width: 940px;
}
.read span {
    font-size: 1.65em;
    color: #BEBEBE;
}
#report_main ul {
    display: flex;
    justify-content: space-between;
}
#report_main ul li:last-child {
    margin-right: 0;
}
#report_main .left img {
    float: left;
    margin: 0.5% 4% 0.5% 0;
    max-width: 448px;
}
#report_main .right img {
    float: right;
    margin: 0.5% 0 0.5% 4%;
    max-width: 448px;
}
#report_main .team .member img {
    margin: 0 5% 5% 0;
	
}
#report_main .team ul {
    clear: both;
}
	#report_main .team .member{
	display: flex;
		}
		#report_main .team .member div{
	display: flex;
	flex-direction: column;
			
	}
}

/********************レスポンシブ設定*********************/
	
@media screen and ( max-width:767px ) {
.pc {
    display: none !important;
}
.sp {
    display: block !important;
}
#report_main h2 {
    font-size: 1.7em;
}
#report_main img {
    display: block;
}
#report_main .box {
    width: 90%;
}
.item ul li, .read ul li {
    margin: 0 auto;
}
#report_main .backimg {
    height: 500px;
}
#report_main ul li {
    margin-bottom: 2%;
}
}