@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.float-wrap .float-img.ct {
    width: 100%;
    margin: 0 auto 2rem auto;
    text-align: center;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 30px;
    text-align: center;
    word-break: break-all;
line-height: 1.6rem;
}
.img_center img {
    padding-bottom: 5px;
}
h4 {
    color: #123d83;
    font-weight: bold;
    font-size: 2.4rem;
	margin: 6.4rem 0 3rem 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

.l-parts08 .block .box a {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 19rem;
    height: 19rem;
    background: #e6f0f7 url(img/arrow03_navy.svg) no-repeat center bottom 3rem;
    background-size: 25px auto;
    border: 3px solid #76e3f9;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    color: #123d83;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.l-parts08 .block .box {
    width: 12rem;
}

}
/*----------------------------------------------------
   spサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

h4 {
    font-size: 2rem;
    margin: 4rem 0 2rem;
}

	
	
	
	
	
	
	
	

}