    
    .block1 {
        background: radial-gradient(at 20% 10%, #F4F4ED 27%, #CCCCBC 150%);
        text-align: center;
        padding: 40px 10px;
    }
    .block1_txt1 {
        font-family: "Noto Serif JP", serif;
        position: relative;
        text-align: center;
        color: #132B72;
        font-size: 32px;
        letter-spacing: .08em;
        line-height: 1.39;
        margin: 0 0 32px;
        padding: 0 0 4px;
    }
    .block1_txt1::before {
        content: "";
        position: absolute;
    	left: 50%;
    	bottom: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 182px;
    	height: 2px;
    	background: linear-gradient(90deg, #E4CE9D 0%, #96783F 100%);
    }
    .block1_txt2 {
        color: #132B72;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .08em;
        margin: 0;
    }
    .flow2_wrap {
        text-align: center;
        padding: 30px 15px;
    }
    .flow2_img1 {
        margin: 0 0 20px;
    }
    .flow2_txt1 {
        color: #132B72;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .08em;
        margin: 0 0 20px;
    }
    .btnstyle3 img {
        box-shadow: 0 4px 6px rgba(0,0,0,.29);
        border-radius: 999px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    