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


/* ---------------------------------------------------------------------------------------------

   F P （ファイナンシャルプランナー紹介ページ）

--------------------------------------------------------------------------------------------- */


/*ファイナンシャルプランナーとは？
-----------------------------------------------------------*/
.doctor-img{
    width: 150px;
    height: auto;
    margin: 0 auto;
}

#whats-fp h3.doctor{
    text-align: center;
	font-size: clamp(40px, 3vw, 60px);
    margin: 0 auto 25px auto;
    font-family: 'Noto Serif JP', serif;
}
.marker{/*アンダーライン*/
	background: linear-gradient(transparent 65%, #ff0 0%);
    border-radius: 6.5px;
    padding-left: 5px;
}


.whats-fp-wrap{
    width: 100%;
}

.whats-fp-wrap .whats-fp-img{
    float: left;
    width: 40%;
    margin-right: 2.5%;
}
.whats-fp-wrap .whats-fp-img img{
    width: 100%;
    height: auto;
}

.whats-fp-wrap .whats-fp-text{
    float: right;
    width: 57.5%;
	font-size: clamp(14px, 2vw, 16px);
}
.whats-fp-wrap .whats-fp-text span{
	font-size: clamp(20px, 2vw, 24px);
}

@media screen and (max-width:900px) {

.whats-fp-wrap .whats-fp-img{
    float: none;
    width: 100%;
    margin-right: 0;
}
.whats-fp-wrap .whats-fp-img img{
    width: 65%;
    margin: 0 auto 25px auto;
}
    
.whats-fp-wrap .whats-fp-text{
    float: none;
    width: 100%;
    margin-bottom: 75px;
}
    
}

@media screen and (max-width:700px) {
    
.whats-fp-wrap .whats-fp-img img{
    width: 85%;
}
    
}



/*ファイナンシャルプランナー紹介
-----------------------------------------------------------*/
.title-name{
    /*background: #f4f2ed;*/
    background: rgb(233,228,212);
    background: linear-gradient(90deg, rgba(233,228,212,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);	font-size: clamp(30px, 2vw, 36px);
    font-family: 'Noto Serif JP', serif;
    padding: 15px 25px;
    line-height: 1;
    border-left: 5px solid #999;
    font-weight: normal;
}
.title-name span{
	font-size: clamp(20px, 2vw, 24px);
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
}

.fp-wrap{
    width: 100%;
    padding: 25px;
    margin-bottom: 75px;
}

.fp-face{
    float: left;
    width: 25%;
}
.fp-face img{
    width: 100%;
    height: auto;
    border-radius: 5%;
}

.fp-detail{
    float: right;
    width: 72.5%;
}

.fp-detail th,.fp-detail td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	font-size: clamp(14px, 2vw, 16px);
    line-height: 1.75;
}

.fp-detail th{
    background: #fbfaf5;
    width: 20%;
    font-weight: normal;
}
.fp-detail td{
    width: 80%;
}
.fp-detail td span{
	font-size: clamp(12px, 2vw, 14px);
}

.fp-detail th.last-th,.fp-detail td.last-td{
    border-bottom: 0;
}

.fp-detail td.last-td a{
	color: #6592c0;
}
.fp-detail td.last-td a:hover{
    color: #f33;
}

.fp-detail td.last-td ul li{
    width: 250px;
    margin-bottom: 5px;
}
.fp-detail td.last-td ul li a img{
    width: 100%;
    height: auto;
}
.fp-detail td.last-td ul li a:hover img{
    opacity: 0.75;
}

@media screen and (max-width:900px) {
    
.fp-face{
    width: 35%;
}
    
.fp-detail{
    width: 62.5%;
}

.fp-detail th,.fp-detail td{
    display: block;
    width: 100%;
    border-bottom: 0;
}
    
.fp-detail th{
    border-top: 1px solid #ccc;
}
.fp-detail td{
    border-bottom: 0;
}
    
.fp-detail td.last-td ul li{
    width: 200px;
    margin: 0 auto 5px auto;
}
    
}

@media screen and (max-width:700px) {
    
.fp-wrap{
    padding: 15px;
}

.fp-face{
    width: 100%;
}
.fp-face img{
    width: 50%;
    margin: 0 auto 25px auto;
}
    
.fp-detail{
    width: 100%;
}
    
.fp-detail th{
    text-align: left;
}
    
}

@media screen and (max-width:500px) {

.fp-face img{
    width: 75%;
}
    
}


























