@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
body{
	font-size: 14px;
	line-height: 1.7;
}
.fixedcontainer{
	width: 94%;
}
.header_in{
	padding: 10px 0;
}
.fv{
    padding: 30px 3% 20px;
}
.logo{
    margin-bottom: 20px;
}
.logo img{
    max-width: 338px;
    max-width: 80%;
}
.cta{
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 16px;
}
.btn{
    width: 100%;
    max-width: 280px;
    margin: 10px auto 0;
    font-size: 15px;
}
.sec_logo img{
    max-width: 375px;
    width: 80%;
}
.sec_logo{
    margin-bottom: 20px;
}
.concept{
    padding: 40px 5% 20px;
}
.concept_txt{
    font-size: 14px;
    text-align: left;
}
.concept_golfmatching img{
    width: 60%;
    max-width: 270px;
}
.concept_txt2{
    font-size: 20px;
    line-height: 1.5;
}
.concept_golfmatching{
    margin: 10px 0;
}
.sec{
    padding: 30px 0;
}
.recommend_in{
    display: block;
}
.recommend_img{
    width: 100%;
}
.recommend_content{
    width: 100%;
    margin-top: 20px;
}
.recommend_title{
    font-size: 22px;
    margin-bottom: 20px;
}
.recommend_title span{
    font-size: 14px;
}
.recommend_ul li{
    font-size: 16px;
}
.recommend_ul li:before{
    width: 22px;
    height: 22px;
}
.sec_logo span{
    font-size: 20px;
}
.point_div{
    display: block;
    margin-bottom: 30px;
}
.point_div>div{
    width: 100%;
}
.point_img{
    margin-bottom: 20px;
}
.point_num{
    text-align: center;
    margin-bottom: 15px;
}
.point_num img{
    width: 80px;
}
.point_ttl{
    font-size: 20px;
    margin-bottom: 10px;
}
.point_ttl2{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.title{
    font-size: 22px;
    margin-bottom: 20px;
}
.title span{
    font-size: 14px;
}
.flow_in{
    display: block;
}
.flow_one{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.flow_one:last-child{
    margin-bottom: 0;
}
.step_icon{
    height: auto;
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    text-align: center;
    display: block;
}
.flow_one:first-child .step_icon img{
    width: 80%;
}
.step_num{
    margin-bottom: 0;
    margin-right: 20px;
    width: 26px;
}
.step_content{
    width: calc(100% - 126px);
}
.step_ttl{
    text-align: left;
    margin-bottom: 0;
}
.step_txt{
    font-size: 12px;
}
.area_list{
    flex-wrap: wrap;
}
.area_one{
    width: 32%;
    margin-bottom: 15px;
}
.area_ttl{
    font-size: 14px;
    margin-top: 5px;
}
.area_txt{
    margin-top: 10px;
}
.voice_one{
    padding: 20px;
    width: auto;
}
.voice_ttl{
    font-size: 18px;
    margin:10px 0 5px;
}
.voice_user{
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.footer{
    font-size: 12px;
}
.ques{
    padding: 12px 10px 12px 40px;
    font-size: 16px;
}
.ques:before {
    left: 10px;
    font-size: 18px;
    top: 9px;
}
.ans{
    padding: 0 10px 12px 40px;
    font-size: 14px;
}
.ans:before {
    left: 10px;
    font-size: 18px;
    top: 0px;
}
/*  */
.voice_list{
    width:100%;
    display: block;
}
.voice_img>img{
width:100%;
}
/*  */
.slick-prev:before{
    content: none;
}
.slick-next:before{
    content: none;
}
.slick-prev,.slick-next{
    width: 17px;
    height: 40px;
}
.slick-next{
    background:url(../img/next.svg) no-repeat;
    background-size: contain;
    background-position: center;
    right: -26px;
}
.slick-prev{
    background:url(../img/prev.svg) no-repeat;
    background-size: contain;
    background-position: center;
    left: -26px;
}
.entry_in th,.entry_in td{
    display: block;
    width: 100%;
    text-align: left;
}
.form_flex>div label{
    position: initial;
    display: block;
}
.entry_in th{
    padding: 0;
}
.entry_in td{
    padding: 10px 0 20px;
}
.form_agree{
    margin-top: 10px;
}
.submit_wrap input{
    max-width: 300px;
    width: 90%;
}
}
