@charset "utf-8";

@media print, screen and (min-width : 769px) {
/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

#main_visual {
    border-top: solid 1px #ddd;
    background: #CDC5BA;
    height: 560px;
}
#main_visual img {
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}
#section_intro {
    padding: 60px 0 0;
}
#section_intro p {
    font-size: 16px;
    padding-bottom: 30px;
    color: #444;
    line-height: 1.7;
}
#section_intro .content_top {
    margin-bottom: 25px;
    padding: 15px 0 0 0;
    border-top: 1px solid #d5d5d5;
}
#section_intro .content_top .date {
    display: block;
    text-align: right;
    float: right;
    font-size: 13px;
    color: #8a8a8a;
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
}

.snsBtn_list {
	width: 100%;
}
.snsBtn_list li {
	float: left;
}
.snsBtn_list li:last-child {
	float: right;
}
.snsBtn_list li a {
	display: block;
	text-indent: -9999px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.top_snsBtn {
	width: 243px;
	float: left;
}
.top_snsBtn .snsBtn_list li a {
	width: 111px;
	height: 27px;
}
.top_snsBtn .snsBtn_list li.tw a {
	background-image: url(/golf/common/image_common/icon_x_share_small.png);
}
.top_snsBtn .snsBtn_list li.fb a {
	background-image: url(/golf/common/image_common/icon_fb_share_small.png);
}
.bottom_snsBtn {
	width: 330px;
	text-align: center;
	margin: 0 auto;
}
.bottom_snsBtn .snsBtn_list li {
	width: 46%;
}
.bottom_snsBtn .snsBtn_list li a {
	width: 100%;
	height: 38px;
}
.bottom_snsBtn .snsBtn_list li.tw a {
	background-image: url(/golf/common/image_common/icon_x_share.png);
}
.bottom_snsBtn .snsBtn_list li.fb a {
	background-image: url(/golf/common/image_common/icon_fb_share.png);
}
.bottom_profile {
    width: 930px;
    margin: 70px auto 10px;
    clear: both;
    padding: 25px;
    background: #f5f5f5;
    font-size: 16px;
}
.bottom_profile p.title {
    background: url(/golf/common/image_common/icon_face.png) no-repeat left center;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    padding: 0 0 10px 60px;
    line-height: 1.4;
}
.bottom_profile p.text {
    clear: both;
    line-height: 1.6;
}
.bottom_attention {
    width: 980px;
    margin: 0 auto 70px;
    font-size: 12px;
}

#main_content_inner {
    width: 980px;
    margin: 10px auto 0;
}
#main_content p {
    font-size: 18px;
    padding-bottom: 40px;
    color: #262626;
    line-height: 1.8;
}
#main_content p.bold {
    text-indent: -1.4em;
    padding-left: 1.4em;
}
.interview h2 {
    margin: 30px 0 40px;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 6px solid #18a511;
    line-height: 1.2;
}
.interview .img {
    width: 760px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.interview .img img {
    padding-top: 30px;
}
#main_content .interview .img p {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 15px;
    padding-bottom: 0;
}
#main_content .interview .img p a {
    text-decoration: underline;
}
.interviewee {
    display: flex;
    justify-content: space-between;
}
.interviewee span:nth-child(1) {
    width: 120px;
}
.interviewee span.ico img {
    width: 120px;
}
.interviewee span:nth-child(2) {
    width: 830px;
}

#present {
    margin: 50px 0 70px;
    background: #efefef;
}
#present_inner {
    width: 760px;
    margin: 0 auto;
    padding: 60px 0 20px;
}
#present_inner .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
#present_inner .title span {
    font-size: 26px;
    color: #18a511;
}
#present_inner .img img {
    display: block;
    width: 760px;
    margin-bottom: 60px;
}
#present_inner h4 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 30px 0 20px;
}
#present_inner p {
    font-size: 18px;
    padding-bottom: 40px;
    color: #262626;
    line-height: 1.8;
}
#present_inner a {
    width: 540px;
    padding: 30px;
    display: block;
    margin: 0 auto 60px;
    background: #c30d23;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 6px;
    position: relative;
}

}