.thanks_221103{
    font-size: 1.2em;
    line-height: 1.7;
    color: #4D2A0F;
}

.thanks_221103 p {
    max-width: 800px;
    margin: 0 auto;
}

.thanks_221103 span {
    font-size: 0.8em;
    font-weight: normal;
}

.thanks_221103_top {
    font-weight: 500;
    text-align: center;
}

.thanks_221103_2column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 2em auto;
}

.thanks_221103_40 {
    width: 36%;
}

.thanks_221103_60 {
    width: 58%;
}

.thanks_221103 h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 2em 0 0;
    margin: 1em auto 0.5em;
    background-color: transparent;
    max-width: 700px;
}

.thanks_221103 h3 span {
    color: #ee6054;
}

.thanks_221103_detail h3 {
    border-top: 1px dotted #000;
}

.thanks_221103 dt {
    font-weight: bold;
}

.thanks_221103_detail {
    text-align: center;  
    padding-bottom: 6em;
}

.thanks_221103_border {
    margin-top: 3em;
    border-right: 20px solid #e5ddd0;  
    border-left: 20px solid #e5ddd0; 
    border-bottom: 20px solid #e5ddd0;

}

/*==================SPここから==================*/
@media screen and (max-width:768px) {
    
    .thanks_221103 h3 {   
        font-size: 1.4em;
        padding: 1.5em 0 0;
        margin: 2em auto 0.5em;        
    }
    
    .thanks_221103_top {
        padding: 1em;
        text-align: left;
    }    
    
    .thanks_221103_2column {
        flex-direction: column;
        margin: 0 auto 1em;
    }

    .thanks_221103_40 {
        width: 55%;
    }

    .thanks_221103_60 {
        width: 95%;
    }    
    .thanks_221103_detail {
        text-align: left;  
        padding: 0 1em 6em;
    }    
    
    .thanks_221103_border {
        margin-top: 0;
        border-right: 12px solid #e5ddd0;  
        border-left: 12px solid #e5ddd0; 
        border-bottom: 12px solid #e5ddd0;
    }
    
}